Can't find out how to use Keyed() registration #789
Replies: 3 comments
-
|
I’m just another user, but here’s what I found: Looks like the docs got a bit ahead of themselves—Keyed() didn’t make it into the 1.16.9 build. From the commit history, the code was merged earlier, but the actual release got held up while they finished off some test work. The good news: v1.17.0 just dropped and Keyed() is now in the public API. Update to the latest package and you should be good to go. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Example (enum keys): Docs Register with keys: https://vcontainer.hadashikick.jp/ja/registering/register-with-keys |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation page says that i can register multiple types implementing the same interface using Keyed() registration extension. But it seems missing in 1.16.9...
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions