dotnet/roslyn

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

Open

#3.679 aberto em 24 de jun. de 2015

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C# (4.257 forks)batch import
Area-AnalyzersFeature RequestTenet-Performancehelp wanted

Métricas do repositório

Stars
 (20.414 stars)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 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.

Guia do colaborador