You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having multiple registrations with same service type cause all such registrations have unique service name since version 2.0.6. Unlike 2.0.5 when last registration have empty name, so we can override previous default registration by just invoking IServiceCollection.Add... instead of IServiceCollection.TryAdd...
The text was updated successfully, but these errors were encountered:
Having multiple registrations with same service type cause all such registrations have unique service name since version 2.0.6. Unlike 2.0.5 when last registration have empty name, so we can override previous default registration by just invoking IServiceCollection.Add... instead of IServiceCollection.TryAdd...
The text was updated successfully, but these errors were encountered: