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)
831
foreach (var sp in appResource.
ServicesProduced
)
1460
if (cr.
ServicesProduced
.Count > 0)
1627
appResource.
ServicesProduced
.Add(sp);
1995
foreach (var sp in cr.
ServicesProduced
)