dotnet/roslyn

runtimemetadataversion parameter not documented

Open

#7.864 aberto em 9 de jan. de 2016

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)C# (4.257 forks)batch import
Area-CompilersConcept-Diagnostic ClarityDocumentationhelp wanted

Métricas do repositório

Stars
 (20.414 stars)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 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.

Guia do colaborador