DevCacheCleaner 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global DevCacheCleaner --version 0.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DevCacheCleaner --version 0.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DevCacheCleaner&version=0.1.0
                    
nuke :add-package DevCacheCleaner --version 0.1.0
                    

DevCacheCleaner

DevCacheCleaner is a simple tool to clean the cache of your .net development environment.

Installation

You can install the package via nuget:

dotnet tool install -g DevCacheCleaner

Usage

devcachecleaner -d [threshold days to delete nuget caches] -nuget-packages [path to nuget packages]

Options

  • -d or --days (optional): Threshold days for last accessed to nuget cached folders. Nuget cache folders which have accessed older than this threshold will be deleted. Default is 30 days.
  • -nuget-packages (optional): Path to nuget packages folder. This tool will automatically gets the path if not provided.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.2.4 203 10/24/2024
0.2.3 150 9/20/2024
0.2.2 179 8/26/2024
0.2.1 183 8/8/2024
0.2.0 163 8/8/2024
0.1.1 150 8/1/2024
0.1.0 135 7/29/2024
0.0.4 147 6/11/2024
0.0.2 165 6/10/2024
0.0.1 170 6/9/2024