dotnet/roslyn

runtimemetadataversion parameter not documented

Open

#7,864 opened on Jan 9, 2016

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C# (4,257 forks)batch import
Area-CompilersConcept-Diagnostic ClarityDocumentationhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

Command line parameter runtimemetadataversion not documented neither in MSDN, nor in csc /?.

It only indirectly mentioned in error message: "No value for RuntimeMetadataVersion found. No assembly containing System.Object was found nor was a value for RuntimeMetadataVersion specified through options."

It is hard to find it when compiling own mscorlib.

Contributor guide