You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ENikS
transferred this issue from unitycontainer/unity
Apr 3, 2020
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
The text was updated successfully, but these errors were encountered: