Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 4.37 KB

README.md

File metadata and controls

67 lines (51 loc) · 4.37 KB

Saigkills Toolbox

Description

This is a collection of my personal tools and libraries.

  • Firewall checker
  • DateOnlyConverter
  • DateTimeExtensions
  • IEnumerableExtensions
  • StringExtensions
  • DataTableGenerator
  • TemporaryDirectory Generator
  • Hash Generator
  • TemporaryFile Generator
  • Pipeline pattern support
  • Retry pattern support
  • CSV Service
  • Email Service
  • WebDav Service

The project is splitted into several subprojects. Each subproject is a single NuGet package.

This project replaces and continues the project SaschasToolbox. The old project is deprecated and will not be maintained anymore.

Badges

What Status
Language C#
Framework .NET 8, netstandard2.0
Continuous Integration Prod Build status
Continuous Integration Stage Build status
Deployment Prod Deployment status
Deployment Stage Deployment status
Code Coverage Azure DevOps coverage
Bugreports GitHub issues
Bugreports Board Status
Blog Blog

File a bug report on Github.

File a bug report on Azure DevOps.

Documentation

A little documentation is there.

A api doc is there.

Deployment

The deployment is done by Azure DevOps. The development branch is deployed to Azure Artifacts Nuget feed. The master branch is deployed to NuGet.org.

Name Status Version
Saigkill.Toolbox.Checker NuGet Downloads NuGet Version
Saigkill.Toolbox.Converter NuGet Downloads NuGet Version
Saigkill.Toolbox.Extensions NuGet Downloads NuGet Version
Saigkill.Toolbox.Generators NuGet Downloads NuGet Version
Saigkill.Toolbox.Patterns NuGet Downloads NuGet Version
Saigkill.Toolbox.Services NuGet Downloads NuGet Version

Installation

Just install the needed package to your project.