Skip to content
Docs Try Aspire

ProjectResourceOptions Properties

Class Properties 3 members
Various properties to modify the behavior of the project resource.
ExcludeKestrelEndpoints Section titled ExcludeKestrelEndpoints bool
If set, ignore endpoints coming from Kestrel configuration.
public bool ExcludeKestrelEndpoints { get; set; }
ExcludeLaunchProfile Section titled ExcludeLaunchProfile bool
If set, no launch profile will be used, and LaunchProfileName will be ignored.
public bool ExcludeLaunchProfile { get; set; }
LaunchProfileName Section titled LaunchProfileName nullable string?
The launch profile to use. If null then the default launch profile will be used.
public string? LaunchProfileName { get; set; }