dotnet / roslyn-analyzers-contrib

Replaced by dotnet/roslyn-analyzers.
https://github.com/dotnet/roslyn-analyzers
Apache License 2.0
16 stars 8 forks source link

What updates to VS do we require to advance the analyzer eco-system? #7

Open michaelcfanning opened 8 years ago

michaelcfanning commented 8 years ago
  1. We need a new ruleset editor.
  2. We need new gestures for 'disable rule for all projects', etc.
sharwell commented 8 years ago

The following come to mind:

sharwell commented 8 years ago

It would be amazing if the editor could treat string literals in analyzer tests matching particular patterns as embedded C# code (syntax highlighting, etc.).