-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find any .csproj or .fsproj file for your project! #45
Comments
Same problem here. |
I have this problem too. I have a workspace with multiple project folders with Python/C++/C#/NodeJS code, but only one is a C# project. I get the same error, and I don't see any debug log output for this extension. |
If you open single .NET project in your vscode, it will be ok. This problem happen when you open .NET project inside a workspace i think. But I have no idea how to fix it. |
I had to open my .NET project in an independent vscode window to run the code and get the package install. If you are in a workspace with more folders we cant get anything installed. |
I expect this is my lack of experience, however, I'm trying to install a package (
Microsoft.Windows.Compatibility
). The extension finds the package, and I can select the version. At this point, a little error message pops up in the bottom right:Which fully reads:
Cannot find any .csproj or .fsproj file for your project!
My project has a
.csproj
file which contains:If anybody has any ideas, I'd be grateful if you could share.
T.I.A.
The text was updated successfully, but these errors were encountered: