dotnet/roslyn
View on GitHubMove CLS compliance checking out of the compilers and into an analyzer
Open
#3,679 opened on Jun 24, 2015
Area-AnalyzersFeature RequestTenet-Performancehelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
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.