パッケージソースの所在について

こんにちは。
UiPath Studio EnterPrise Edition 24.10.0を利用中の者です。

デザインタブの「パッケージを管理」の見方についてご教示ください。

会社のPCのUiPathパッケージソースは
C:\Users\<アカウント名>\.nuget\Packages
に入っています。

注:<アカウント名>はPC起動時に毎回入力するWindowsアカウント名です。

ところが、「パッケージを管理」ー「設定」ー「ローカル」で定義されているファイルパスは
C:\ProgramFiles\UiPath\Studio\Packagesであり、

既定のパッケージソース、ユーザ定義のパッケージソース、いずれにも
C:\Users\<アカウント名>\.nuget\Packages
は設定されていませんでした。

設定していないにも関わらずどうして
C:\Users\<アカウント名>\.nuget\Packages
がパッケージソースとして使えるのでしょうか?

こんにちは

そこはnugetのグロバールパッケージフォルダです。nupkgを置く場所ではなく、nupkgの内容を展開(インストール)する場所だからです。

UiPath Studioで設定している各フォルダはnupkgを置く場所になります

いつもありがとうございます。さすがUiPath、難解です。

@gorby

It has been setup to save a big amount of memory on the server.

If we use C:\ProgramFiles\UiPath\Studio\Packages as package source, for all users packages will be stored at this path and no need of separate copies for each user which will consume at least around 5 GB storage space over the time.

If we use C:\Users\<アカウント名>\.nuget\Packages

As package source, every user will have their own version of packages which will be wasting storage space unnecessarily.

You can configure any path you want, add per your requirements.

1 Like

Hey, probably you misunderstood my question…

Your answer does not make sense.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.