A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Hello @Dominik Brdak ,
Welcome to Microsoft Q&A forum.
Looks the error is related to container(docker). Is there anything changed in the container?
Are you using any extensions, command line tools or external packages?
Are there any special or customized settings in your project file(for example, for C#, in the .csproj file).
Please try following:
- Restart VS.
- Restart Windows.
- Close VS, go to your solution folder and remove the hidden .vs folder, reopen your project and rebuild your project.
- If you are using NuGet packages in your project, please try to clean NuGet cache and restore(rebuild your project) the packages.
- Try to create a new project and build it, check if the same error will appear.
Best Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.