dotnet/roslyn
Move CLS compliance checking out of the compilers and into an analyzer
Offen
#3.679 geöffnet am 24.06.2015
Area-AnalyzersFeature RequestTenet-Performancehelp wanted
Repository-Metriken
- Stars
- (20.414 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
CLS compliance checking is currently done in the Roslyn compilers (see https://github.com/dotnet/roslyn/search?q=ClsComplianceChecker). It should be moved out of the compilers and into a separate analyzer.