4 references to WaitFor
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
1208
builder.WithRelationship(dependency.Resource, KnownRelationshipTypes.
WaitFor
);
1322
builder.WithRelationship(dependency.Resource, KnownRelationshipTypes.
WaitFor
);
1395
builder.WithRelationship(dependency.Resource, KnownRelationshipTypes.
WaitFor
);
Aspire.Hosting.Tests (1)
WaitForTests.cs (1)
797
Assert.Equal(KnownRelationshipTypes.
WaitFor
, relationshipAnnotation.Type);