-
Notifications
You must be signed in to change notification settings - Fork 169
Namespaces cannot be found while the program runs normally #434
Comments
Thanks for the report, @TheOnlylight! I'll go on and transfer this to the qsharp-compiler repo where we track extension issues, but in the meantime, would you be willing to share the contents of the Q# Language Extension tab of the Output pane? You can get to this pane by going to View → Output, then selecting "Q# Language Extension": That additional information will be really helpful in diagnosing the issue that you encountered. Thanks! |
Yes, the output clarifies what the issue is! Thanks, @valdaarhun! It looks like the package that we are using for the design time build is older than the dotnet version you are using. We can update that with our next release. Thanks for pointing it out! |
See also microsoft/MSBuildLocator#86 |
Same namespace issue occurs in mac version as well. Below are the details
Error Message from the output window(Q# Language Extension)
Is there any work arround for this issue, until this get patched ? Thanks. |
@venkyms I believe this issue should indeed be fixed with the June 4th release. |
Hi. I would like to point out that after updating vscode the errors no longer appear and the program runs properly. |
Hello everyone, I think this might be happening again, but with a new version of NuGet.Frameworks. I am experiencing the same issue while following the steps of the tutorial: Exercise - Install the QDK for Visual Studio Code (https://docs.microsoft.com/en-us/learn/modules/qsharp-create-first-quantum-development-kit/2-install-quantum-development-kit-code). I am using Here is the log (with the paths to the project edited out)
|
Hi, any update on this?. I'm on Quantum Dev Kit 0.14.2011.120240 with .net core sdk 3.1.405 and getting exactly same issue |
Hi @alfogo, this issue was fixed in August, and QDK 0.14.2011120240 should work with .NET Core 3.1.405 SDK. I'm not sure what's causing the problem you're seeing, unfortunately. Could you create a new GitHub issue for it? |
I use the vscode on Win10, with .net 3.1.4
the VScode reported red on the namespaces fro Q#, however the program managed to build and run properly ,this is so werid
The text was updated successfully, but these errors were encountered: