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