Skip to content
Docs Try Aspire
Docs Try

ExcludeLaunchProfileAnnotation

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