CompilationFailure.Messages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a sequence of DiagnosticMessage produced as a result of compilation.
public:
property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::DiagnosticMessage ^> ^ Messages { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::DiagnosticMessage ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.DiagnosticMessage> Messages { get; }
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.DiagnosticMessage?>? Messages { get; }
member this.Messages : seq<Microsoft.AspNetCore.Diagnostics.DiagnosticMessage>
Public ReadOnly Property Messages As IEnumerable(Of DiagnosticMessage)