1 override of ServicesProduced
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
54public override List<ServiceAppResource> ServicesProduced
4 references to ServicesProduced
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (4)
995foreach (var sp in appResource.ServicesProduced) 1616if (cr.ServicesProduced.Count > 0) 1620foreach (var sp in cr.ServicesProduced) 1901appResource.ServicesProduced.Add(sp);