Open
Description
In my situation, there are two network paths available:
- \\server-dev\SHARE\Projects\app\start.csx
- \\server-prod\SHARE\Projects\app\start.csx
But there's only one in the cache folder:
C:\Users\orange\AppData\Local\Temp\dotnet-script\UNC\Projects\app...
The start.csx script runs without mounting the disk.
The folders have different configurations, but the same cache is used during the call, which makes the script work incorrectly.
The path "\\server-dev" and "\\server-prod" is lost in the cache.