Microsoft.AspNetCore.Diagnostics.Abstractions
Describes a failure compiling a specific file.
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.
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 the Status code pages feature.
Indicates if the status code middleware will handle responses.