Skip to content
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

RegisterType throws InvalidOperationException when no constructor could be matched with injected member #358

Open
ENikS opened this issue Mar 5, 2023 · 0 comments

Comments

@ENikS
Copy link
Contributor

ENikS commented Mar 5, 2023

Description

Test method Constructors.Selecting_Injected.Select_ByParameter_Generic threw exception:
System.InvalidOperationException: No member matching data has been found.

  Error in:  RegisterType<BaselineTestType`3>(Invoke.Constructor(ResolvedParameter: Type=IUnityContainer Name=null))
 ---> System.ArgumentException: No member matching data has been found.

To Reproduce

https://github.com/unitycontainer/container-regression-tests/blob/080a60420d136ff1ba1b632f8ffd11c8428ca813/Patterns/Selection/Injected/ByParameter.cs#L37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant