5 instantiations of Dummy1Annotation
Aspire.Hosting.Azure.Tests (5)
AzurePostgresExtensionsTests.cs (5)
253postgres.WithAnnotation(new Dummy1Annotation()); 254db?.WithAnnotation(new Dummy1Annotation()); 269db!.WithAnnotation(new Dummy1Annotation()); 275postgres.WithAnnotation(new Dummy1Annotation()); 276db!.WithAnnotation(new Dummy1Annotation());
2 references to Dummy1Annotation
Aspire.Hosting.Azure.Tests (2)
AzurePostgresExtensionsTests.cs (2)
282Assert.True(postgresResourceInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var postgresAnnotations1)); 288Assert.True(dbResourceInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var dbAnnotations));