-
Notifications
You must be signed in to change notification settings - Fork 232
Description
I’m opening this issue after a brief conversation with @danroth27.
I’m consistently running into problems with the Razor tools in Visual Studio, and I can reproduce them every single time.
Whenever I switch branches in a fairly large project, I receive the following error message:
When I click Reload, all syntax highlighting for Razor components disappears:
After a few minutes, the tooling may start working again, work only partially, or not recover at all—forcing me to restart Visual Studio. When the green squiggly lines begin to appear, it’s usually a sign that I’ll need to restart Visual Studio to continue working.
I can reproduce it constantly by following this steps:
- Clone https://github.com/microsoft/fluentui-blazor
- Switch to the dev-v5 branch in VS
- Select the solution file
- Wait a few seconds
I believe this has something todo with the internal git tools as this is also happening sometimes when I revert a lot of changes in the active branch.