Skip to content
Docs Try Aspire

ExcludeLaunchProfileAnnotation

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
Represents an annotation that indicates that launch settings should not be used.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ExcludeLaunchProfileAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}