Skip to content

Use .dotnet instead of .net for single file applications in .NET 7 #58464

Open
@omajid

Description

@omajid

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions