Skip to content
DocsTry Aspire
DocsTry

ProjectResourceOptions Properties

ClassProperties3 members
Various properties to modify the behavior of the project resource.
ExcludeKestrelEndpointsSection titled ExcludeKestrelEndpointsbool
If set, ignore endpoints coming from Kestrel configuration.
public bool ExcludeKestrelEndpoints { get; set; }
ExcludeLaunchProfileSection titled ExcludeLaunchProfilebool
If set, no launch profile will be used, and LaunchProfileName will be ignored.
public bool ExcludeLaunchProfile { get; set; }
LaunchProfileNameSection titled LaunchProfileNamenullablestring?
The launch profile to use. If null then the default launch profile will be used.
public string? LaunchProfileName { get; set; }