Reputation: 142
I am following a brackeys tutorial for c# here. But at 7:55, A message pops up for me saying: "Could not locate .NET Core project. Assets were not generated.". I have done everything brackeys did before that moment, but it won't work. Here is an image of the popup:
Any help would be appreciated! Also, do not hesitate to ask for any clarification from me.
Upvotes: 4
Views: 4407
Reputation: 121
https://blog.mastykarz.nl/issues-dotnet-core-visual-studio-code/
"To fix it, in your VSCode settings, set the OmniSharp Path to latest"
{
"omnisharp.path": "latest"
}
Upvotes: 1
Reputation: 945
As others have commented on another question and on this page, restarting Visual Studio Code usually solves the problem. This is caused by the c# for Visual Studio Code extension.
Upvotes: 0
Reputation: 328
Try this:
Extensions: Disable Auto Updating Extensions [Enter]
Extensions: Install from VSIX... [Enter]
Upvotes: 1
Reputation: 30663
try this:
Upvotes: 0