2 instantiations of Dummy1Annotation
Aspire.Hosting.Azure.Tests (2)
AzureRedisEnterpriseExtensionsTests.cs (2)
120cache.WithAnnotation(new Dummy1Annotation()); 130cache.WithAnnotation(new Dummy1Annotation());
1 reference to Dummy1Annotation
Aspire.Hosting.Azure.Tests (1)
AzureRedisEnterpriseExtensionsTests.cs (1)
135Assert.True(cacheInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var cacheAnnotations1));