dotnet/roslyn

Investigate improving diagnostic for missing metadata references

Open

#4,676 创建于 2015年8月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C# (4,257 fork)batch import
Area-CompilersBugConcept-Diagnostic Clarityhelp wanted

仓库指标

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

描述

In the fix to (TFS/DevDiv) bug 1090472 there was a slight degradation in the quality of the diagnostics for symbols missing due to missing metadata references for the test BadSymbolReferences.MissingTypes1. Before the change the required assembly reference was given in the diagnostic. After the change it does not suggest the required assembly.

Investigate the cause of the degradation and see if the quality of the diagnostic can be restored.

(Migrated from TFS/DevDiv 1091957)

贡献者指南