Skip to content
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

Error in created assets #7886

Open
konstantinovaleksej opened this issue Dec 22, 2024 · 0 comments
Open

Error in created assets #7886

konstantinovaleksej opened this issue Dec 22, 2024 · 0 comments

Comments

@konstantinovaleksej
Copy link

Environment data

dotnet --info output:
Version: 8.0.11
Architecture: x64
Commit: 9cb3b725e3
VS Code version:
Version: 1.96.2
C# Extension version:
Version: 2.55.29

Steps to reproduce

  1. Open VSCode and create .NET MVC project from a template (for example MyTest);
  2. Select from command palette "Generate Assets for Build and Debug" (View -> Command Palette ... -> type assets);
  3. Run "watch" task (from the Terminal -> Run Task ... -> watch);
  4. See endless build cycle.

Error description

If we look at the tasks.json file (in .vscode folder), we will see MyTest.sln in the watch task, although MyTest.csproj should be there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant