Where does paket save it's global cache ?
Specifically in the Window's WSL (Ubuntu 18.4 in my case).
I found that generate-load-scripts, generates
namespace PaketLoadScripts
#r "C:\\Users\\MyName\\.nuget\\packages\\fsharp.data\\3.3.2\\lib\\netstandard2.0\\FSharp.Data.dll"
Is there a way to configure that location ?
Shouldn't it be loaded from ~/.nuget/packages
?
EDIT: Must be a bug , because in Windows Git Bash Shell
me@MyPc MINGW64 /c/code/@me/
$ uname -a
MINGW64_NT-10.0-18362 DESKTOP-4P6REML 3.0.7-338.x86_64 2019-11-21 23:07 UTC x86_64 Msys
It works fine
namespace PaketLoadScripts
#r "../../../packages/System.Data.SQLite.Core/lib/netstandard2.0/System.Data.SQLite.dll"