Open marinasundstrom opened 7 months ago
Clients may often be registered to the service container multiple times.
This may happens if one of more path in the same service adds them. This is common for the UI modules in Portal.
Investigate if this is a real concern.
This can be avoided by doing TryAdd.
TryAdd
Clients may often be registered to the service container multiple times.
This may happens if one of more path in the same service adds them. This is common for the UI modules in Portal.
Investigate if this is a real concern.