Interface IOutputConfiguration
Configuration for where generated output files are placed.
public interface IOutputConfiguration
Properties
AddAutoGeneratedHeader
Gets or sets a value indicating whether to add auto-generated header.
bool AddAutoGeneratedHeader { get; }
Property Value
ContractsOutputFolder
Gets or sets the relative path to a folder where to store the generated contracts. (default: ./Generated)
string? ContractsOutputFolder { get; }
Property Value
GenerateMultipleFiles
Gets or sets a value indicating whether to generate multiple files.
bool GenerateMultipleFiles { get; }
Property Value
OutputFilename
Gets or sets the filename of the generated code.
string? OutputFilename { get; }
Property Value
OutputFolder
Gets or sets the relative path to a folder in which the output files are generated. (default: ./Generated)
string OutputFolder { get; }