Diagnostics
public IEnumerable<Diagnostic> Diagnostics { get; internal set; }
If the compiler encounters errors while compiling source code, the CompilationResult it produces will have a Program value of
null
. To help figure out what the error is, users should consult the contents of this property.Last modified 21d ago