Open sandboxFocus

Property OutputPath

OutputPath

Gets the path of the output assembly, built from the /out file name and the output directory, or null if no output path was specified. The path is normally absolute but may be relative, depending on how the compiler was invoked. This allows a transformer to identify the kind of compilation it is transforming even when no .editorconfig option is available (for example, the Razor RazorCompileComponentDeclaration pass, whose Csc invocation forwards no /analyzerconfig).

Declaration
public string? OutputPath { get; }
Property Value
Type Description
string