-
Notifications
You must be signed in to change notification settings - Fork 903
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
Added Combinatorial classes #627
base: master
Are you sure you want to change the base?
Conversation
I think there might be a problem with the automated builds. It appears to be giving some errors with FSharp.csproj (which I did not change) but all the projects build without errors for me. I am using Visual Studio for Mac. |
Is there any movement of that pull request? |
Well, I don’t know anything about F# or the other errors to be able to troubleshoot the build errors. My code seems to build and run without issues locally. Therefore, I would need some guidance or suggestions on how to proceed. I am using Visual Studio for Mac 17.3.6. The latest stable .NET SDK is 6.0.401, so .NET SDK v4.x and netcoreapp v2.1 are really old. The Benchmark, Numerics, Numerics.Tests, and TestData projects compile without errors The dependencies for .NET Standard v1.6 and netcoreapp v2.1 appear to be outdated. These dependencies seem to be coming from FShare.csproj. I now see over 100 errors associated with the FSharp project that have nothing to do with my code changes. |
Added combinatorial classes as requested in #485