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)
730
foreach (var sp in appResource.
ServicesProduced
)
1260
if (cr.
ServicesProduced
.Count > 0)
1426
appResource.
ServicesProduced
.Add(sp);
1764
foreach (var sp in cr.
ServicesProduced
)