3 references to WaitFor
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
1217
builder.WithRelationship(dependency.Resource, KnownRelationshipTypes.
WaitFor
);
1290
builder.WithRelationship(dependency.Resource, KnownRelationshipTypes.
WaitFor
);
Aspire.Hosting.Tests (1)
WaitForTests.cs (1)
796
Assert.Equal(KnownRelationshipTypes.
WaitFor
, relationshipAnnotation.Type);