You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
4.5 KiB
103 lines
4.5 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>Microsoft.AspNetCore.Diagnostics.Abstractions</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:Microsoft.AspNetCore.Diagnostics.CompilationFailure">
|
|
<summary>
|
|
Describes a failure compiling a specific file.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.CompilationFailure.SourceFilePath">
|
|
<summary>
|
|
Path of the file that produced the compilation failure.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.CompilationFailure.SourceFileContent">
|
|
<summary>
|
|
Contents of the file.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.CompilationFailure.CompiledContent">
|
|
<summary>
|
|
Contents being compiled.
|
|
</summary>
|
|
<remarks>
|
|
For templated files, the <see cref="P:Microsoft.AspNetCore.Diagnostics.CompilationFailure.SourceFileContent"/> represents the original content and
|
|
<see cref="P:Microsoft.AspNetCore.Diagnostics.CompilationFailure.CompiledContent"/> represents the transformed content. This property can be null if
|
|
the exception is encountered during transformation.
|
|
</remarks>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.CompilationFailure.Messages">
|
|
<summary>
|
|
Gets a sequence of <see cref="T:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage"/> produced as a result of compilation.
|
|
</summary>
|
|
</member>
|
|
<member name="T:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage">
|
|
<summary>
|
|
A single diagnostic message.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage.SourceFilePath">
|
|
<summary>
|
|
Path of the file that produced the message.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage.Message">
|
|
<summary>
|
|
Gets the error message.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage.StartLine">
|
|
<summary>
|
|
Gets the one-based line index for the start of the compilation error.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage.StartColumn">
|
|
<summary>
|
|
Gets the zero-based column index for the start of the compilation error.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage.EndLine">
|
|
<summary>
|
|
Gets the one-based line index for the end of the compilation error.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage.EndColumn">
|
|
<summary>
|
|
Gets the zero-based column index for the end of the compilation error.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.DiagnosticMessage.FormattedMessage">
|
|
<summary>
|
|
Gets the formatted error message.
|
|
</summary>
|
|
</member>
|
|
<member name="T:Microsoft.AspNetCore.Diagnostics.ICompilationException">
|
|
<summary>
|
|
Specifies the contract for an exception representing compilation failure.
|
|
</summary>
|
|
<remarks>
|
|
This interface is implemented on exceptions thrown during compilation to enable consumers
|
|
to read compilation-related data out of the exception
|
|
</remarks>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.ICompilationException.CompilationFailures">
|
|
<summary>
|
|
Gets a sequence of <see cref="T:Microsoft.AspNetCore.Diagnostics.CompilationFailure"/> with compilation failures.
|
|
</summary>
|
|
</member>
|
|
<member name="T:Microsoft.AspNetCore.Diagnostics.IStatusCodePagesFeature">
|
|
<summary>
|
|
Represents the Status code pages feature.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Microsoft.AspNetCore.Diagnostics.IStatusCodePagesFeature.Enabled">
|
|
<summary>
|
|
Indicates if the status code middleware will handle responses.
|
|
</summary>
|
|
</member>
|
|
</members>
|
|
</doc>
|