dotnet/roslyn

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

Open

#3,679 创建于 2015年6月24日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C# (4,257 fork)batch import
Area-AnalyzersFeature RequestTenet-Performancehelp wanted

仓库指标

Star
 (20,414 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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.

贡献者指南