Skip to content
DocsTry Aspire
DocsTry

ScaffoldRequest Properties

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