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