Design a container (objects) to ensure that all types in this container are unique #8373
-
How to design a container (objects) to ensure that all types in this container are unique |
Beta Was this translation helpful? Give feedback.
Answered by
lindexi
Aug 20, 2024
Replies: 1 comment 1 reply
-
I do not think this is belong here. It is the Dependency injection issues, which define in https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.DependencyInjection/README.md So that I think you should create the discussion to dotnet/runtime |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Arc-huangjingtong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I do not think this is belong here. It is the Dependency injection issues, which define in https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.DependencyInjection/README.md
So that I think you should create the discussion to dotnet/runtime