ProjectResourceOptions
Handle
interface ProjectResourceOptions { excludeKestrelEndpoints: boolean; excludeLaunchProfile: boolean; launchProfileName: string;} 6 members
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.