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
I recently updated to 1.9.0-preview-18169 and found that the original service replacement code did not work and threw the following exception, This service descriptor is keyed. Your service provider may not support keyed services
But it worked fine in previous versions. Have we made any recent changes to the container? What is the recommended practice?
The following code is just one example, and I've actually replaced many implementations :
Describe the bug
To Reproduce
Steps to reproduce the behavior:
I recently updated to
1.9.0-preview-18169
and found that the original service replacement code did not work and threw the following exception,This service descriptor is keyed. Your service provider may not support keyed services
But it worked fine in previous versions. Have we made any recent changes to the container? What is the recommended practice?
The following code is just one example, and I've actually replaced many implementations :
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
The text was updated successfully, but these errors were encountered: