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
Add 'clean' command and automatic cleanup of stale caches
- Add top-level 'go clean <file.cs>' to delete publish cache for a specific app
- Add hidden 'cleanup' command (and CleanupCommands) for global stale dir pruning
- Implement CleanupScheduler to trigger background cleanup after runs when due
- Add AppCleaner, CleanupManager, Settings (Tomlyn) and DirectoryExtensions
- Refactor to centralize publishDir and touch dirs on use for LRU cleanup
- Add unit tests for the new cleanup functionality
- Update help and add Tomlyn dependency
0 commit comments