We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code currently throw an IndexOutOfRangeException:
kernel.Get(typeof(List<>));
The text was updated successfully, but these errors were encountered:
Improve test coverage for ReadOnlyKernel.
42b093f
Added tests for ninject#341, ninject#340, ninject#333.
Do not attempt to handle unbound generic type definition as collection.
f4f9609
Fixes ninject#340.
59dc405
Added tests for #341, #340, #333.
No branches or pull requests
The following code currently throw an IndexOutOfRangeException:
The text was updated successfully, but these errors were encountered: