-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Operation is not supported on this platform exception on Xamarin iOS #46
Comments
Ok, thanks for reporting. Will check. |
@5yunus2efendi Hello again, I have released a new To use it, create the Container like this: var container = new Container(rules => rules.WithoutFastExpressionCompiler()); Please check did it help. |
Sorry for the delay, it's working now. |
For me, WithoutFastExpressionCompiler fixed PlatformNotSupportedException on UWP too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to update to the latest preview version (3.1.0-preview-06) but there is an exception when trying to
Resolve
, the exception is "Operation is not supported on this platform exception" with System.Reflection.Emit on iOS,Resolve
works tho on version 3.0.2Thanks..
The text was updated successfully, but these errors were encountered: