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