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
When you've customized the language version, or you have a restored document with a #if DEBUG (and DEBUG is the active configuration), you get wrong colorization in source files, or get incorrect syntax errors in the error list:
This is because correct conditional constants and language version only gets set once a design-time build has completed. We should fix that and set all parse options up-front and during evaluation.