dotnet/roslyn
Vedi su GitHubMove CLS compliance checking out of the compilers and into an analyzer
Open
#3679 aperta il 24 giu 2015
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.