microsoft / vs-servicehub

The service broker libraries used by Visual Studio to exchange intra- and inter-process services
MIT License
20 stars 8 forks source link

Fix break in C# projects using our analyzers #247

Closed AArnott closed 4 weeks ago

AArnott commented 4 weeks ago

The DiagnosticAnalyzer attribute should only be present on the concrete derived classes for an abstract analyzer class.