5 instantiations of Dummy1Annotation
Aspire.Hosting.Azure.Tests (5)
AzureSqlExtensionsTests.cs (5)
191sql.WithAnnotation(new Dummy1Annotation()); 192db?.WithAnnotation(new Dummy1Annotation()); 207db!.WithAnnotation(new Dummy1Annotation()); 213sql.WithAnnotation(new Dummy1Annotation()); 214db!.WithAnnotation(new Dummy1Annotation());
2 references to Dummy1Annotation
Aspire.Hosting.Azure.Tests (2)
AzureSqlExtensionsTests.cs (2)
220Assert.True(sqlResourceInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var sqlAnnotations1)); 226Assert.True(dbResourceInModel.TryGetAnnotationsOfType<Dummy1Annotation>(out var dbAnnotations));