Skip to content
Docs Try Aspire
Docs Try

ProjectResourceOptions

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

Properties

property excludeKestrelEndpoints boolean get · set
If set, ignore endpoints coming from Kestrel configuration.
property excludeLaunchProfile boolean get · set
If set, no launch profile will be used, and LaunchProfileName will be ignored.
property launchProfileName string get · set
The launch profile to use. If `null` then the default launch profile will be used.