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