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
I took a quick look at it and it looks like the ElasticMarker is not working correctly in this case. The formatter is supposed to insert a space if necessary (This might be a bug in roslyn). We probably want to redirect this bug report and implement special handling for this case to work around it
This code:
got SA1119 warning but after applying a fix this is the new code:
wchich gives a compiler error. It should be
#if DEBUG
not#ifDEBUG
The text was updated successfully, but these errors were encountered: