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)
955
foreach (var sp in appResource.
ServicesProduced
)
1924
if (cr.
ServicesProduced
.Count > 0)
2249
appResource.
ServicesProduced
.Add(sp);
2725
foreach (var sp in cr.
ServicesProduced
)