4 references to WaitFor
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
2457
builder.WithRelationship(dependency.Resource, KnownRelationshipTypes.
WaitFor
);
2590
builder.WithRelationship(dependency.Resource, KnownRelationshipTypes.
WaitFor
);
2670
builder.WithRelationship(dependency.Resource, KnownRelationshipTypes.
WaitFor
);
Aspire.Hosting.Tests (1)
WaitForTests.cs (1)
798
Assert.Equal(KnownRelationshipTypes.
WaitFor
, relationshipAnnotation.Type);