See: #35221 (comment)
Single file apps extract to $HOME/.net, instead of using on one of the already-common directories like $HOME/.dotnet or even $XDG_CACHE_HOME (with fallback to $HOME/.cache).
For .NET 7, we should try and fix this and use $HOME/.dotnet instead of adding one more dot-directory to the user's home.
See: #35221 (comment)
Single file apps extract to
$HOME/.net, instead of using on one of the already-common directories like$HOME/.dotnetor even$XDG_CACHE_HOME(with fallback to$HOME/.cache).For .NET 7, we should try and fix this and use
$HOME/.dotnetinstead of adding one more dot-directory to the user's home.