#2 Extract self-contained executables under HOME to avoid multi-user issues.
Merged by omajid. Opened by tmds.
dotnet-sig/ tmds/dotnet-3-1 bundle_extract_dir  into  master

Download 2.patch
no initial comment

@omajid ptal

1 new commit added

  • Put dir under ~/.dotnet

This is going into bikeshedding territory, but would $XDG_CACHE_HOME/dotnet_bundle_extract be more appropriate?

$XDG_CACHE_HOME defines the base directory relative to which user specific non-essential data files should be stored. If $XDG_CACHE_HOME is either not set or empty, a default equal to $HOME/.cache should be used.

This is going into bikeshedding territory, but would $XDG_CACHE_HOME/dotnet_bundle_extract be more appropriate?

Yes, this is a good place to put these files. I'll update the location.

1 new commit added

  • Move bundle extract dir under XDG_CACHE_HOME

Do we merge this now?

Pull-Request has been merged by omajid

Metadata