Skip to content

Move csharprepl storage from roaming to local appdata#484

Merged
waf merged 2 commits into
mainfrom
move-appdata-from-roaming-to-local
Jun 14, 2026
Merged

Move csharprepl storage from roaming to local appdata#484
waf merged 2 commits into
mainfrom
move-appdata-from-roaming-to-local

Conversation

@waf

@waf waf commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Fixes #391

For new users, we'll default to local appdata.

For users who already have settings stored in roaming appdata, we continue to use roaming appdata. Those users can either move their .csharprepl directory from roaming to local by themselves, or they can delete it and next time csharprepl starts it will use the local appdata location.

@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.1%. Comparing base (bb1399c) to head (7d3cddd).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #484   +/-   ##
=====================================
  Coverage   79.1%   79.1%           
=====================================
  Files        116     116           
  Lines       8597    8601    +4     
  Branches    1277    1278    +1     
=====================================
+ Hits        6802    6806    +4     
  Misses      1358    1358           
  Partials     437     437           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@waf waf merged commit aedb242 into main Jun 14, 2026
3 checks passed
@waf waf deleted the move-appdata-from-roaming-to-local branch June 14, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cache is stored in roaming profile instead of locallow or local

1 participant