Over time, a developer collects code fragments that he can reuse for other projects.
My toolbox is a collection of Nuget packages. My collection currently consists of:
- 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 solution is divided into several subprojects.
Badges
What | Status |
Sprache | C#, netstandard2.0 |
Continuous Integration Production | |
Continuous Integration Stage | |
Deployment Production | |
Deployment Stage | |
Code Coverage | |
Bugreports | |
Bugreports |
Documentation
A short documentation you can find in the Wiki.
A API-Documentation is available there.
Deployment
The deployment will be done by Azure DevOps. The development Branch will be delivered by Azure Artifacts Nuget Feed. The master Branch will be delivered to nuget.org.
Name | Status | Version |
Saigkill.Toolbox.Checker | ||
Saigkill.Toolbox.Converter | ||
Saigkill.Toolbox.Extensions | ||
Saigkill.Toolbox.Generators | ||
Saigkill.Toolbox.Patterns | ||
Saigkill.Toolbox.Services |
Installation
Add the Nuget package to your project.