Jonathon Marolf

Results 110 comments of 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 ![image](https://user-images.githubusercontent.com/9797472/38515199-663e60d8-3be8-11e8-969b-08edc78fd204.png)

@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...