ScaffoldRequest Properties
Class Properties 3 members
Request for scaffolding a new AppHost project.
Gets an optional seed for deterministic port generation (for testing).
public int? PortSeed { get; init; } 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; }