5 instantiations of Dummy1Annotation
Aspire.Hosting.Azure.Tests (5)
AzurePostgresExtensionsTests.cs (5)
263postgres.WithAnnotation(new Dummy1Annotation()); 264db?.WithAnnotation(new Dummy1Annotation()); 279db!.WithAnnotation(new Dummy1Annotation()); 285postgres.WithAnnotation(new Dummy1Annotation()); 286db!.WithAnnotation(new Dummy1Annotation());
2 references to Dummy1Annotation
Aspire.Hosting.Azure.Tests (2)
AzurePostgresExtensionsTests.cs (2)
292Assert.True(postgresResourceInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var postgresAnnotations1)); 298Assert.True(dbResourceInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var dbAnnotations));