-
Notifications
You must be signed in to change notification settings - Fork 379
.Net Core Support #419
Comments
Pull requests are welcome. |
@Dolfik1 I think nope. But you can propose alternatives |
I'm thinking that replacing BigMath with https://github.com/ricksladkey/dirichlet-numerics is possible ... |
@Dolfik1 , You can use this BigMathCore |
How about using System.Numerics' BigInteger? |
Actually, I've tried the following patch below (to remove BigMath dep), and the solution still builds:
Can someone check if it's really being used or not? From what I can see, it's not. |
Here is a PR for it: #687 |
@knocte @sochix I converted the solution and projects to netstandard, check this out if you can use it: |
@guylando please make a PR! |
I've already create a PR 4 month ago - #687 |
@LORDofDOOM |
@guylando: As I wrote in the comments in PR the change to 4.6.1 version is needed because netstandard is not compatible with 4.5. https://docs.microsoft.com/en-US/dotnet/standard/net-standard If you don't change version in your PR this may work but it is not a future proof/valid change because it could break on updates in other netstandard libraries. |
@LORDofDOOM if you believe your PR should be merged then you should push it to happen and talk to TLSharp maintainers. It becomes irrelevant if PR exists and nothing is done with it for 4 months |
@guylando: I believe my PR should get merged because it works and match best practice. Also appveyor build is passing and I've have changed anything what's required by reviews. But I cant merge - Thats done by maintainers. I've no idea why it's still blocked |
The TLSharp library dependent on BigMath, which not support .Net Core. It's possible to abandon this dependence?
The text was updated successfully, but these errors were encountered: