dotnet/roslyn

Move CLS compliance checking out of the compilers and into an analyzer

Aperta

#3679 aperta il 24 giu 2015

 (3 commenti) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-AnalyzersFeature RequestTenet-Performancehelp wanted

Metriche repository

Star
 (20.414 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor