1 instantiation of DotnetProgramPublishingAnnotation
Aspire.Hosting (1)
ApplicationModel\DotnetProgramPublishing.cs (1)
34
resource.Annotations.Add(new
DotnetProgramPublishingAnnotation
());
4 references to DotnetProgramPublishingAnnotation
Aspire.Hosting (2)
ApplicationModel\DotnetProgramPublishing.cs (1)
29
if (resource.HasAnnotationOfType<
DotnetProgramPublishingAnnotation
>())
ApplicationModel\ProjectResourceExtensions.cs (1)
79
resource.HasAnnotationOfType<
DotnetProgramPublishingAnnotation
>();
Aspire.Hosting.Tests (2)
DotnetProgramPublishingTests.cs (2)
36
Assert.Single(resource.Annotations.OfType<
DotnetProgramPublishingAnnotation
>());
119
Assert.Single(resource.Resource.Annotations.OfType<
DotnetProgramPublishingAnnotation
>());