-
Notifications
You must be signed in to change notification settings - Fork 36
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
CoreRT support #10
Comments
It should work there, though errors are likely on the CoreRT side as this is a netstandard2.0 library. If you can provide a repro, I can raise it with the right team. |
It looks like this one-liner is sufficient to reproduce it: |
Is there a minimal project you could zip up and attach here (or a repo you can point to)? |
This does it for me. |
Thanks, looking into where the issue goes. |
The best way to report CoreRT issues is to report them in the CoreRT repo, along with the stack trace and full exception information (we might not even have to spend time reproing this because some stacks are pretty obvious). The stack trace for this one is:
This is an
|
The CoreRT repo is here: https://github.com/dotnet/corert/issues Thanks for chiming in @MichalStrehovsky! |
Closed as external |
Thank you both. |
Does coreRT support fall within this project's goal of portability? Running a console program compiled with coreRT that uses this library results in an unhandled System.TypeInitializationException. It looks like it is related to reflection, somewhere around Org.BouncyCastle.Utilities.Enums.GetArbitraryValue(Type), but the error was a bit more obscure than usual so I haven't dug to far into it.
The text was updated successfully, but these errors were encountered: