MetalamaAPI documentationIntrospection APIMetalama.​Framework.​WorkspacesWorkspaceHas­Metalama­Succeeded
Open sandboxFocus

Workspace.HasMetalamaSucceeded Property

HasMetalamaSucceeded

Gets a value indicating whether the processing of the compilation by Metalama was successful for all projects in the current set. This property returns true if the Metalama compilation process completed successfully, even if it resulted the compilation processes reported errors. These errors would be visible in the Diagnostics collection.

Declaration
public bool HasMetalamaSucceeded { get; }
Property Value
Type Description
System.Boolean
Implements
IIntrospectionCompilationDetails.HasMetalamaSucceeded