ProjectResourceOptions
Handle
interface ProjectResourceOptions { excludeKestrelEndpoints: boolean; excludeLaunchProfile: boolean; launchProfileName: string;}6 members
Properties
property
excludeKestrelEndpointsbooleanget · setIf set, ignore endpoints coming from Kestrel configuration.
property
excludeLaunchProfilebooleanget · setIf set, no launch profile will be used, and LaunchProfileName will be ignored.
property
launchProfileNamestringget · setThe launch profile to use. If `null` then the default launch profile will be used.