jack-pappas / ExtCore

An extended core library for F#.
Apache License 2.0
180 stars 32 forks source link

ExtCore v1.0 #47

Open jack-pappas opened 6 years ago

jack-pappas commented 6 years ago

Once the Maintainability tasks project is completed, I think we ought to release the new versions of ExtCore as v1.0.0. The reason for the version bump is that the library has been (more or less) API-stable for a long time, but we will need to make a few breaking changes at some point to be able to properly support new versions of F# without having conflicts between ExtCore and newer versions of FSharp.Core.

Current list of breaking changes that'll need to be made:

7sharp9 commented 6 years ago

What is typehandleof<'T> used for?

theimowski commented 6 years ago

I'm interested in ExtCore targeting .NETStandard2.0 If there are any low-hanging fruits among outstanding issues - please let me know, I'll be happy to help

7sharp9 commented 3 years ago

This could probably do with a new version for NET5 or the version below that...

7sharp9 commented 3 years ago

Because this lib is long dormant Im having to borrow the code, :-(

jackfoxy commented 3 years ago

@7sharp9 fork it!

7sharp9 commented 3 years ago

Easier to borrow a bit, having a nuget would be nice now that dotnet has stabilised a bit.

jack-pappas commented 3 years ago

@7sharp9 I fixed up the build process a few months back (which'll make it significantly easier to build, since it uses the F# compiler nuget packages), just never got around to pushing it up to Github and fixing the CI build. I'll do that sometime this weekend so we can get a new build out that's compatible with .NET core.