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