2 instantiations of Dummy1Annotation
Aspire.Hosting.Azure.Tests (2)
AzureRedisExtensionsTests.cs (2)
163
cache.WithAnnotation(new
Dummy1Annotation
());
173
cache.WithAnnotation(new
Dummy1Annotation
());
1 reference to Dummy1Annotation
Aspire.Hosting.Azure.Tests (1)
AzureRedisExtensionsTests.cs (1)
178
Assert.True(cacheInModel.TryGetAnnotationsOfType<
Dummy1Annotation
>(out var cacheAnnotations1));