5 references to WithReference
Aspire.Hosting.Tests (5)
WithReferenceTests.cs (5)
26
var projectB = builder.AddProject<ProjectB>("b").
WithReference
(projectA.GetEndpoint(endpointName));
48
.
WithReference
(projectA.GetEndpoint("mybinding"))
49
.
WithReference
(projectA.GetEndpoint("myconflictingbinding"));
73
.
WithReference
(projectA.GetEndpoint("mybinding"))
74
.
WithReference
(projectA.GetEndpoint("mynonconflictingbinding"));