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