dotnet/roslyn
Auf GitHub ansehenMove CLS compliance checking out of the compilers and into an analyzer
Open
#3.679 geöffnet am 24. Juni 2015
Area-AnalyzersFeature RequestTenet-Performancehelp wanted
Repository-Metriken
- Stars
- (20.414 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)
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.