dotnet/roslyn

Investigate and fix/document the behavior when compiler is supplied with a netmodule reference in wrong casing.

Open

#1 672 ouverte le 30 mars 2015

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C# (4 257 forks)batch import
Area-CompilersConcept-PortabilityDocumentationLanguage-C#Language-VBhelp wanted

Métriques du dépôt

Stars
 (20 414 stars)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

Description

We had reports that some versions of CSC could embed two module references in the metadata - one as supplied and another matching the actual file name.

There should be just one module reference in the metadata.

Guide contributeur