Jonathon Marolf

Results 110 comments of Jonathon Marolf

What would be some example styling rules for VB? C# has a much broader range of acceptable formats, whereas VB has much of its rules about style built into the...

We hope https://github.com/dotnet/roslyn/tree/master/src/Tools/dotnet-format will be the replacement for this repo someday

@bradwilson might I interest you in this? https://github.com/dotnet/roslyn/tree/44157c305d95ab505a6401229f2153c26ba78353/src/Tools/dotnet-format

> Which parts of .editorconfig does this tool support? @JoeRobich I though `dotnet format` supported all of the editorconfig options for .NET?

Shouldn't this issue go to the github.com/dotnet/sdk repo?

[`dotnet migrate`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-migrate) is the fully supported and shipped mechanism for moving from `project.json` to sdk-style projects. If there is some feature that `dotnet migrate` does not offer for moving from...

re-opening as I misunderstood. This is for the case where someone used [project.json](https://docs.microsoft.com/en-us/nuget/archive/project-json) for nuget references but didn't migrate their project.

@Lohnegrim can you point me to a sample project with this `targets` import? I am not aware of a situation that will cause Entity Framework 6.3 to add a `Nuget.targets`...

The issue is we have no way of knowing if this target does custom things in your build other than restore nuget. We could emit a better message pointing to...

This looks like a bug. we shouldn't remove ruleset items