ScaffoldRequest
Class sealed net8.0
Request for scaffolding a new AppHost project.
namespace Aspire.TypeSystem;
public sealed class ScaffoldRequest{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesPortSeedget; initint? Gets an optional seed for deterministic port generation (for testing).
ProjectNameget; initstring? Gets the project name. If null, derived from directory name.
TargetPathget; initstring Gets the target directory path for the project.