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

ResolverOverride reference implementation for Unity 5.11.1 #13

Open
sathishgks opened this issue Apr 3, 2020 · 0 comments
Open

ResolverOverride reference implementation for Unity 5.11.1 #13

sathishgks opened this issue Apr 3, 2020 · 0 comments

Comments

@sathishgks
Copy link

The below link is a sample implementation for Resolver override in unity 4.0.1.
[https://github.com/mikoskinen/blog/blob/master/unity-custom-constructor-parameters/TestsAndCustomResolverOverride/OrderedParametersOverride.cs]

On upgrading the “Unity” Nuget reference from 4.0.1 to 5.11.1, there is breakage in the above implementation.
a. Override method “GetResolver” return type and signature is changed.
b. “InjectionParameterValue” type used in the above implementation is not available in 5.11.1. It has been obsolete after 5.8.0.

Need a sample implementation for ResolverOverride in the version 5.11.1

@ENikS ENikS transferred this issue from unitycontainer/unity Apr 3, 2020
@ENikS ENikS closed this as completed Apr 11, 2020
@ENikS ENikS reopened this Apr 11, 2020
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

2 participants