Skip to content
DocsTry Aspire
DocsTry

ExcludeLaunchProfileAnnotation

Classsealednet8.0
📦 Aspire.Hosting v13.4.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
{
// ...
}