AtsDiagnostic
Class sealed net8.0
Represents a diagnostic message from the ATS capability scanner.
namespace Aspire.TypeSystem;
public sealed class AtsDiagnostic{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesLocationget; initstring? Gets the source location (e.g., type name, method name).
Messageget; initstring Gets the diagnostic message.
Severityget; init Gets the severity of the diagnostic.
Methods3
Section titled MethodsError(string, string?)static Creates an error diagnostic.
Info(string, string?)static Creates an info diagnostic (verbose output shown with --debug).
Warning(string, string?)static Creates a warning diagnostic.