Skip to content

Cache from different scripts refers to the same folder #752

Open
@orange-world-developer-two

Description

In my situation, there are two network paths available:

  1. \\server-dev\SHARE\Projects\app\start.csx
  2. \\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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions