dotnet/roslyn

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

Open

#3679 aperta il 24 giu 2015

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

Metriche repository

Star
 (20.414 star)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

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