You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest Visual studio update (17.9.4) some parts of code don't get the correct color applied anymore.
in the example above, the interface used to be the same color as a Class, and methods used to be blue.
when declaring a method it is the correct color, but when calling a method, it remains gray.
there are a few cases of this, and every time the color is gray instead.
this is also in .NET 8.0, but don't think this matters.
The text was updated successfully, but these errors were encountered:
Sorry, I just saw this issue. I don't know why I didn't receive email notifications when there were new issues. Maybe you can take a look at this issue.
With the latest Visual studio update (17.9.4) some parts of code don't get the correct color applied anymore.
in the example above, the interface used to be the same color as a Class, and methods used to be blue.
when declaring a method it is the correct color, but when calling a method, it remains gray.
there are a few cases of this, and every time the color is gray instead.
this is also in .NET 8.0, but don't think this matters.
The text was updated successfully, but these errors were encountered: