Open sandboxFocus

Property WorkspaceDiagnostics

WorkspaceDiagnostics

Gets the diagnostics produced while loading the workspace, such as MSBuild errors or warnings.

Declaration
public ImmutableArray<IIntrospectionDiagnostic> WorkspaceDiagnostics { get; }
Property Value
Type Description
ImmutableArray<IIntrospectionDiagnostic>
See Also