-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FSharp.Core dependency confusion #183
Comments
@SchlenkR Preparing a PR to downgrade FSharp.Core dep as much as possible on the basis that this triggers people updating FSharp.Core prematurely for no benefit (I tend to have my libs depend on 6.0.7 as it fixes a key Async.Parallel bug that can core dump the process) Please let me know asp if you're not going to accept it... |
cc @dawedawe I see you added it; perhaps you have insight/preferences wrt the version? (Also apologies for the atting, but this seems like a quick fix, and the state of affairs burned some engineering time our side hence the overreaction - you can regularly see me chewing people out of it for atting Nick in the Serilog repos; a clear case of do as I say, not as I do!) |
Links: Package authors should pin their FSharp.Core reference Hint: Instead of "Update", we use "Include" - don't ask me why, but that seems to work; update not. I'll release 14.4.2 now... |
Thanks, this is great - packages / |
14.4.1 specifies that the package depends on FSharp.Core v8
14.4.0 (and ones before that for quite a bit) omits it
Problem is that an app of mine had a
FSharp.Core ~> 7
in it's paket.dependencies.Paket correctly says "well the latest I can give you is 14.4.0, which doesnt even require FSharp.Core`
The text was updated successfully, but these errors were encountered: