Open lukasvavrek opened 1 month ago
Thanks for the bug report! Looks like it comes from deep within the container code. Need to dig a bit here 😅
Related: #235
From what I have found if you are targeting net8.0
then decoration works fine.
If you are targeting something below that (e.g. net6.0
or net7.0
), then you will need to ensure you have added Microsoft.Extensions.DependencyInjection
version >= 8.0.0
otherwise I think it fails due to keyed services not being supported.
Hi, while playing around updating and upgrading my app I run into a compatibility issue.
Here is an example of the registration code:
While this works as expected in version 4.2.2, in 5.0.1 I am running into:
Let me please know if I can provide some useful information!