dein.ToolBox
1.5.4
See the version list below for details.
dotnet add package dein.ToolBox --version 1.5.4
NuGet\Install-Package dein.ToolBox -Version 1.5.4
<PackageReference Include="dein.ToolBox" Version="1.5.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add dein.ToolBox --version 1.5.4
#r "nuget: dein.ToolBox, 1.5.4"
// Install dein.ToolBox as a Cake Addin #addin nuget:?package=dein.ToolBox&version=1.5.4 // Install dein.ToolBox as a Cake Tool #tool nuget:?package=dein.ToolBox&version=1.5.4
dein ToolBox [ for Win & Mac ]
ToolBox was created to simplify and automate tasks related to NET Core console. Was born in HardHat project as a Class. Now grew up as library and can be used by other console applications.
The Code is Dark and Full of Errors! Console is your friend ... don't be afraid!
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
What things you need to install?
Installing
ToolBox is available as project or package. We strong recommend add as a NuGet package if don't need make modifications directly on source code library.
Follow this instructions to add ToolBox in your project.
Dependencies
- Newtonsoft.Json Library
Add As Package
In your project folder, where is located .csproj file run this command on terminal:
dotnet add package dein.ToolBox
dotnet add package Newtonsoft.Json --version 12.0.2
Official documentation: dotnet add package
Usage
Refer to README file on GItHub.
To understand how this library works, take a look inside Sample folder. Better easy to use guide than words.
Just go to Sample
project folder and run this command on terminal:
cd Sample
dotnet run
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.2
- Newtonsoft.Json (>= 12.0.2)
-
.NETCoreApp 3.0
- Newtonsoft.Json (>= 12.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on dein.ToolBox:
Package | Downloads |
---|---|
GarciaCore.Infrastructure
Package Description |
|
Garcia.Infrastructure
Package Description |
|
GarciaCore.Cli
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.11.0 | 57,607 | 12/14/2022 |
1.10.0 | 29,847 | 5/21/2022 |
1.9.2 | 961 | 5/19/2022 |
1.9.1 | 884 | 5/19/2022 |
1.9.0 | 17,103 | 3/21/2022 |
1.8.0 | 882 | 3/20/2022 |
1.7.1 | 84,975 | 12/2/2020 |
1.7.0 | 996 | 11/11/2020 |
1.6.4 | 13,905 | 4/27/2020 |
1.5.4 | 3,060 | 10/2/2019 |
1.5.3 | 1,289 | 7/29/2019 |
1.4.5 | 4,825 | 1/23/2019 |
1.4.4 | 1,549 | 12/6/2018 |
1.4.3 | 1,449 | 9/28/2018 |
1.4.2 | 1,448 | 9/17/2018 |
1.4.1 | 1,517 | 8/27/2018 |
1.4.0 | 1,294 | 8/26/2018 |
1.3.1 | 1,678 | 8/24/2018 |
1.3.0 | 1,342 | 8/24/2018 |
1.2.1 | 1,382 | 6/14/2018 |
1.2.0 | 2,904 | 6/13/2018 |
1.1.4 | 2,575 | 6/7/2018 |
1.1.3 | 2,073 | 2/20/2018 |
1.1.2 | 5,537 | 1/11/2018 |
1.1.1 | 2,598 | 1/9/2018 |
1.1.0 | 4,302 | 1/5/2018 |
1.0.0 | 2,333 | 1/4/2018 |
C# NETCore Library with utilities like: files, log, platform, system, transform and validation.