You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
vitek-karas, VSadov, EgorBo, mterhorst, danielchalmers and 1 more