1 override of ServicesProduced
Aspire.Hosting (1)
Dcp\AppResource.cs (1)
87
public override List<ServiceWithModelResource>
ServicesProduced
4 references to ServicesProduced
Aspire.Hosting (4)
Dcp\ContainerCreator.cs (2)
327
if (cr.
ServicesProduced
.Count > 0)
1023
foreach (var sp in cr.
ServicesProduced
)
Dcp\DcpModelUtilities.cs (2)
96
appResource.
ServicesProduced
.Add(sp);
127
foreach (var sp in resource.
ServicesProduced
)