7 references to KnownRelationshipTypes
Aspire.Hosting (7)
ApplicationModel\CustomResourceSnapshot.cs (1)
389
relationships.Add(new(resourceWithParent.Parent.Name,
KnownRelationshipTypes
.Parent));
Orchestrator\RelationshipEvaluator.cs (1)
29
relations.LastOrDefault(r => r.Type ==
KnownRelationshipTypes
.Parent) is { } parentRelationship)
ResourceBuilderExtensions.cs (5)
353
builder.WithRelationship(resource,
KnownRelationshipTypes
.Reference);
459
builder.WithRelationship(resourceWithEndpoints,
KnownRelationshipTypes
.Reference);
813
builder.WithRelationship(dependency.Resource,
KnownRelationshipTypes
.WaitFor);
886
builder.WithRelationship(dependency.Resource,
KnownRelationshipTypes
.WaitFor);
1234
return builder.WithRelationship(parent,
KnownRelationshipTypes
.Parent);