Skip to content
Docs Try Aspire

ExplicitStartupAnnotation

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
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
{
// ...
}