Skip to content
DocsTry Aspire
DocsTry

ProjectResourceOptions

Handle
📦 Aspire.Hosting v13.4.0
interface ProjectResourceOptions {
excludeKestrelEndpoints: boolean;
excludeLaunchProfile: boolean;
launchProfileName: string;
}

Properties

propertyexcludeKestrelEndpointsbooleanget · set
If set, ignore endpoints coming from Kestrel configuration.
propertyexcludeLaunchProfilebooleanget · set
If set, no launch profile will be used, and LaunchProfileName will be ignored.
propertylaunchProfileNamestringget · set
The launch profile to use. If `null` then the default launch profile will be used.