1 override of ServicesProduced
Aspire.Hosting (1)
Dcp\AppResource.cs (1)
31
public override List<ServiceAppResource>
ServicesProduced
4 references to ServicesProduced
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (4)
658
foreach (var sp in appResource.
ServicesProduced
)
1228
if (cr.
ServicesProduced
.Count > 0)
1232
foreach (var sp in cr.
ServicesProduced
)
1523
appResource.
ServicesProduced
.Add(sp);