Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not locate .NET Core Project

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:

popup of error

Any help would be appreciated! Also, do not hesitate to ask for any clarification from me.

like image 317
MortalManJJ Avatar asked Feb 19 '26 20:02

MortalManJJ


1 Answers

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"
}
like image 83
explorer Avatar answered Feb 21 '26 08:02

explorer