dotnet/roslyn

runtimemetadataversion parameter not documented

Open

#7,864 opened on Jan 9, 2016

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

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