-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Generic type constraint resolution doesn't see arrays as IEnumerable<> #546
Comments
@alansingfield Interesting finding. Thanks. I will check how to fix it. |
Thanks very much! Will this be backported into v5 or is this a v6-only fix? |
I will backport. |
@alansingfield DryIoc v5.3.1 with the fix is out on nuget. |
Maksim, I've updated to 5.3.1 and all my tests now pass. Thanks again for your help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you help please?
I've created a service with a generic constraint for IEnumerable<> on it - it works as expected with a List<T> but not T[]
Full exception is:
The text was updated successfully, but these errors were encountered: