1 override of ServicesProduced
Aspire.Hosting (1)
Dcp\AppResource.cs (1)
69
public override List<ServiceWithModelResource>
ServicesProduced
4 references to ServicesProduced
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (4)
917
foreach (var sp in appResource.
ServicesProduced
)
1773
if (cr.
ServicesProduced
.Count > 0)
1970
appResource.
ServicesProduced
.Add(sp);
2863
foreach (var sp in cr.
ServicesProduced
)