7 references to KnownRelationshipTypes
Aspire.Hosting (7)
ApplicationModel\CustomResourceSnapshot.cs (1)
401
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)
1082
builder.WithRelationship(dependency.Resource,
KnownRelationshipTypes
.WaitFor);
1155
builder.WithRelationship(dependency.Resource,
KnownRelationshipTypes
.WaitFor);
1799
return builder.WithAnnotation(new ResourceRelationshipAnnotation(resource,
KnownRelationshipTypes
.Reference));
1875
return builder.WithAnnotation(new ResourceRelationshipAnnotation(resourceBuilder.Resource,
KnownRelationshipTypes
.Reference));
1935
return builder.WithRelationship(parent,
KnownRelationshipTypes
.Parent);