Microsoft.AspNetCore.Diagnostics.Abstractions
Describes a failure compiling a specific file.
Initializes a new instance of .
Path for the file that produced the compilation failure.
Contents of the file being compiled.
For templated languages (such as Asp.Net Core Razor), the generated content.
One or or more instances.
Initializes a new instance of .
Path for the file that produced the compilation failure.
Contents of the file being compiled.
For templated languages (such as Asp.Net Core Razor), the generated content.
One or or more instances.
Summary message or instructions to fix the failure.
Path of the file that produced the compilation failure.
Contents of the file.
Contents being compiled.
For templated files, the represents the original content and
represents the transformed content. This property can be null if
the exception is encountered during transformation.
Gets a sequence of produced as a result of compilation.
Summary message or instructions to fix the failure.
A single diagnostic message.
Path of the file that produced the message.
Gets the error message.
Gets the one-based line index for the start of the compilation error.
Gets the zero-based column index for the start of the compilation error.
Gets the one-based line index for the end of the compilation error.
Gets the zero-based column index for the end of the compilation error.
Gets the formatted error message.
Specifies the contract for an exception representing compilation failure.
This interface is implemented on exceptions thrown during compilation to enable consumers
to read compilation-related data out of the exception
Gets a sequence of with compilation failures.
Represents an exception handler with the original path of the request.
The portion of the request path that identifies the requested resource. The value
is un-escaped.
Represents the Status code pages feature.
Indicates if the status code middleware will handle responses.