Skip to content
Docs Try Aspire

ScaffoldRequest Properties

Class Properties 3 members
Request for scaffolding a new AppHost project.
PortSeed Section titled PortSeed nullable int?
Gets an optional seed for deterministic port generation (for testing).
public int? PortSeed { get; init; }
ProjectName Section titled ProjectName nullable string?
Gets the project name. If null, derived from directory name.
public string? ProjectName { get; init; }
TargetPath Section titled TargetPath string
Gets the target directory path for the project.
public string TargetPath { get; init; }