dotnet/roslyn

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

开放

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

 (3 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-AnalyzersFeature RequestTenet-Performancehelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (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.

贡献者指南