2 references to ResourceStateAnnotation
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
888annotationHolder.Annotate(CustomResource.ResourceStateAnnotation, state);
Dcp\Model\ModelCommon.cs (1)
35public string? AppModelInitialState => Metadata.Annotations?.TryGetValue(ResourceStateAnnotation, out var value) is true ? value : null;