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