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
add generate_load_scripts: true to paket.dependencies
run paket restore
Expected behavior
EITHER
load scripts are NOT generated and a warning is shown that the lockfile is outdated
load scripts are generated and NO warning is shown.
I'm not sure what I'd prefer, either one is OK
Actual behavior
load scripts ARE generated AND a warning is shown
Changes were detected for Main/System.Xml.XDocument
- SettingsChanged
Changes were detected for Main/Zlib.Portable
- SettingsChanged
...
Generating load scripts for framework - net20
[ Group - Main ]
- .paket\load\net20\FSharp.Compiler.Service.fsx
...
The text was updated successfully, but these errors were encountered:
Description
add
generate_load_scripts: true
topaket.dependencies
run
paket restore
Expected behavior
EITHER
I'm not sure what I'd prefer, either one is OK
Actual behavior
load scripts ARE generated AND a warning is shown
The text was updated successfully, but these errors were encountered: