You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paket should warn when FSharp.Core is included in paket.dependencies without specifying redirects:force
Repro steps
Given:
source https://nuget.org/api/v2
nuget FSharp.Core
When I execute .\paket.exe install:
Expected behavior
PS MyProject> .\.paket\paket.exe install
Paket version 3.6.1.0
Skipping resolver for group Main since it is already up-to-date
MyProject\paket.lock is already up-to-date
WARNING: Fsharp.core should always specify redirects:force in paket.dependencies. For more information, please consult https://fsprojects.github.io/Paket/dependencies-file.html
4 seconds - ready.
Actual behavior
PS MyProject> .\.paket\paket.exe install
Paket version 3.6.1.0
Skipping resolver for group Main since it is already up-to-date
MyProject\paket.lock is already up-to-date
4 seconds - ready.
Known workarounds
Pull out hair, post question to Stack Overflow
The text was updated successfully, but these errors were encountered:
Since this is neither fixed nor documented, it would be really nice if someone at least explained what needs to be done in order get rid of this problem.
Description
New F# coders are often confused at how to properly link
FSharp.Core
. The official documentation can be intimidating.Paket should warn when
FSharp.Core
is included inpaket.dependencies
without specifyingredirects:force
Repro steps
Given:
When I execute
.\paket.exe install
:Expected behavior
Actual behavior
Known workarounds
Pull out hair, post question to Stack Overflow
The text was updated successfully, but these errors were encountered: