/BinaryCleaner

App can clean \bin, \obj recursive in folder you choose (where C# projects stores).

Primary LanguageC#MIT LicenseMIT

BinaryCleaner

BinaryCleaner is cross-platform open-source software built with Avalonia.

App can clean \bin, \obj recursive in folder you choose (where C# projects stores).

Views

First screen

Cleaning example

To-do

  • asyncronus
  • loader
  • ...
  • style

How to build

  • dotnet clean
  • dotnet restore
  • dotnet build -c release

Run

  • dotnet run

On debug

  • dotnet watch run