Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
更改Linqpad中的nuget包位置_Nuget_Nuget Package_Linqpad - Fatal编程技术网

更改Linqpad中的nuget包位置

更改Linqpad中的nuget包位置,nuget,nuget-package,linqpad,Nuget,Nuget Package,Linqpad,我正在尝试在Linqpad Nuget manager中安装Active Directory身份验证库,但收到路径/位置过长的消息: 我试图通过将存储库路径设置添加到LinqPad.nuget.config来更改安装位置,该设置现在如下所示: <?xml version="1.0" encoding="utf-8"?> <configuration> <config> <add key="repositoryPath

我正在尝试在Linqpad Nuget manager中安装Active Directory身份验证库,但收到路径/位置过长的消息:

我试图通过将存储库路径设置添加到LinqPad.nuget.config来更改安装位置,该设置现在如下所示:

<?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <config>
        <add key="repositoryPath" value="C:\Ng" />
      </config>
</configuration>

但是,这些软件包仍安装在user/appdata文件夹中


如何修复此问题?

您现在可以从v5.06.05版(撰写本文时为beta版)开始修复此问题


转到LINQPad的NuGet软件包管理器,单击设置,然后在2021年单击高级,使用LINQPad 6,您可以通过添加系统变量“NuGet\u packages”来更改本地软件包的路径将值设置为您喜欢的任何路径。

在NuGet package manager->Settings->Advanced的Linqpad 6中,只有“代理设置…”可用。我找不到任何东西来设置本地包的路径。没错-LINQPad 6使用标准的NuGet全局包文件夹。