-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from 4.2.2 to 5.0.1 breaks decoration #237
Comments
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 If you are targeting something below that (e.g. |
We're using .net 8, and tried to upgrade to 5.0.2- it crashes with same Object reference not set to an object error. But we migrated DependencyInjection package to 9th version. |
I have tests covering pretty much this exact scenario, which passes on latest Scrutor main, targeting .NET 9 with Microsoft.Extensions.DependencyInjection v9.0.0. Does anyone have any additional details that could help pin this down? |
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!
The text was updated successfully, but these errors were encountered: