5 instantiations of Dummy1Annotation
Aspire.Hosting.Azure.Tests (5)
AzurePostgresExtensionsTests.cs (5)
271postgres.WithAnnotation(new Dummy1Annotation()); 272db?.WithAnnotation(new Dummy1Annotation()); 287db!.WithAnnotation(new Dummy1Annotation()); 293postgres.WithAnnotation(new Dummy1Annotation()); 294db!.WithAnnotation(new Dummy1Annotation());
2 references to Dummy1Annotation
Aspire.Hosting.Azure.Tests (2)
AzurePostgresExtensionsTests.cs (2)
300Assert.True(postgresResourceInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var postgresAnnotations1)); 306Assert.True(dbResourceInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var dbAnnotations));