dotnet/roslyn

Override Equals in subtypes of DiagnosticInfo

Open

#4.786 aberto em 25 de ago. de 2015

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C# (4.257 forks)batch import
Area-CompilersBugConcept-Continuous Improvementhelp 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

For example, DiagnosticInfoWithSymbols introduces a Symbols field that is not considered by DiagnosticInfo.Equals.

Guia do colaborador