dotnet/roslyn

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

Open

#3,679 opened on 2015年6月24日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-AnalyzersFeature RequestTenet-Performancehelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

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.

コントリビューターガイド