Skip to content
DocsTry Aspire
DocsTry

ExplicitStartupAnnotation

Classsealednet8.0
📦 Aspire.Hosting v13.4.0
Represents an annotation for instructing the resource not to be started with the app host.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ExplicitStartupAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}