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
When this is installed with NInject 4 beta, and built on a UWP project in Release mode (thus invoking the .NET Native compiler), the following build error occurs:
NUTC3059:Failed to find member with name 'GetBindings' and signature '20 1 15 12 80 ad 1 12 79 12 21' in type 'Ninject.IKernel' while resolving token 'a00003a' from module 'Ninject.Extensions.Factory' while compiling method 'instance System.Void Ninject.Extensions.Factory.FuncModule.Load()'.
It would be great if this extension supported current (if prerelease) versions of NInject
The text was updated successfully, but these errors were encountered:
When this is installed with NInject 4 beta, and built on a UWP project in Release mode (thus invoking the .NET Native compiler), the following build error occurs:
NUTC3059:Failed to find member with name 'GetBindings' and signature '20 1 15 12 80 ad 1 12 79 12 21' in type 'Ninject.IKernel' while resolving token 'a00003a' from module 'Ninject.Extensions.Factory' while compiling method 'instance System.Void Ninject.Extensions.Factory.FuncModule.Load()'.
It would be great if this extension supported current (if prerelease) versions of NInject
The text was updated successfully, but these errors were encountered: