1 instantiation of ExplicitStartupAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1111return builder.WithAnnotation(new ExplicitStartupAnnotation());
3 references to ExplicitStartupAnnotation
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (2)
954if (er.ModelResource.TryGetAnnotationsOfType<ExplicitStartupAnnotation>(out _)) 1219if (cr.ModelResource.TryGetLastAnnotation<ExplicitStartupAnnotation>(out _))
ResourceBuilderExtensions.cs (1)
1089/// Adds a <see cref="ExplicitStartupAnnotation" /> annotation to the resource so it doesn't automatically start