Jonathon Marolf
Jonathon Marolf
I am in favor of doing something like this, but as @sharwell says, we would need to do a lot of work (most likely in roslyn) to make this happen
@mikadumont I think this aligns with things you were designing
Here is what the error looks like in Blend 
@jasonmalinowski These were intentionally undocumented as per @pilchie @kuhlenh
@HintonBR please post the editorconfig settings you used. Naming styles are supported in VS2017 RTW.
We believe that this is a bug in the VS Code implementation of semantic highlighting @JoeRobich will file a bug in the https://github.com/microsoft/vscode repo. Keeping this bug open until that...
is it worth potentially emitting a message in dotnet format itself to let folks know about this?
Perhaps: ``` var name = "Your Name"; Console.WriteLine("Hello {0}", name); ```
It sounds like this should be moved to https://github.com/dotnet/sdk?
If we were to tackle this issue I definitely would want the compiler team to be responsible for expanding the set of things that they do to report and "unnecessary...