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)
801
foreach (var sp in appResource.
ServicesProduced
)
1362
if (cr.
ServicesProduced
.Count > 0)
1529
appResource.
ServicesProduced
.Add(sp);
1922
foreach (var sp in cr.
ServicesProduced
)