dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.96k stars 4.02k forks source link

Code Analysis tooling issues with editorconfig #58129

Open vsfeedback opened 2 years ago

vsfeedback commented 2 years ago

This issue has been moved from a ticket on Developer Community.


With the new way of implementing Code Analysis for .NET 5 and 6, as described in https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview, there are few regressions from the tooling point of view:

These features were available with the old ruleset editor. It would be cool if they could be reintroduced for the new editorconfig and globalconfig files.


Original Comments

(no comments)

jmarolf commented 2 years ago

Half of this has been addressed in https://github.com/dotnet/roslyn/pull/57188. Previously the search bar blended into the tool window 😞. The new UI now looks like this:image

Multi-select, however is an important productivity enhancement and I'll use this issue to track that.

curia-damiano commented 2 years ago

Thank you @jmarolf for tracking this!