Skip to content

Cache is stored in roaming profile instead of locallow or local #391

@BrianL-STCU

Description

@BrianL-STCU

The .NET package cache is stored in %APPDATA%\.csharprepl\packages, which maps to within the roaming profile, which is synchronized to the domain. This can be extremely slow on some connections (mine is currently 816 MB, dragged over DSL every day), and isn't really the intent of the roaming profile. %LOCALAPPDATA%\.csharprepl\packages or %USERPROFILE%\AppData\LocalLow\.csharprepl\packages would be more idiomatic and efficient.

Thank you for this project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions