2 comments (2 comments)0 reactions (0 reactions)1 assignee (1 assignee)C#20,414 stars (20,414 stars)4,257 forks (4,257 forks)batch import
Area-CompilersBughelp wanted
- Issue type
- feature
- Research direction
- Review the linked PR #8027 and the discussion at the referenced link to understand the specific scenario where a diagnostic is missing when compiling against bad metadata. Investigate the Roslyn source code in the Metadata handling area (likely in src/Compilers/Core/Portable/MetadataReader) to identify where the badness is detected but no diagnostic is emitted. Look for existing similar diagnostics and follow the pattern to add a new one.