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

Running on CoreCLR on Linux #13

Open
geertendoornenbal opened this issue Feb 2, 2016 · 2 comments
Open

Running on CoreCLR on Linux #13

geertendoornenbal opened this issue Feb 2, 2016 · 2 comments

Comments

@geertendoornenbal
Copy link

Did you manage to get this running on CoreCLR on Linux?

I tried on Ubuntu. I managed to get the creation of the key working by modifying the
lRsa = new RSACryptoServiceProvider(2048);
to
lRsa = new RSAOpenSsl(2048);

But I get into issues when trying to create a token, when the framework tries to create an AsymmetricSignatureProvider.

This seems to be this issue.

Has anyone tried anything like this yet?

@mrsheepuk
Copy link
Owner

I haven't tried running it on Linux / CoreCLR - that issue looks like it's resolved though, have you tried the very latest core CLR to see if it now works?

@geertendoornenbal
Copy link
Author

I have tried on the latest unstable release of DNX, which is rc2-16357.
However I tried to run with the latest unstable packages, but that required too much breaking changes, which were too much to figure out. I also suspect that the issue will be fixed going forward with the new release.

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