Provides a set of extensions that gives more features or capabilities on top of the dotnet libraries.
You will need the following tools:
- Finickyzone.Extensions.DependencyInjection
- Finickyzone.Extensions.Http
- Finickyzone.Extensions.Options
- Finickyzone.Extensions.DependencyInjection
- Finickyzone.Extensions.Http
- Finickyzone.Extensions.Options
Clone the repo
git clone https://github.com/finickyzone/dotnet-extensions.git -n finickyzone-dotnet-extensionsRestore the projects
dotnet restoreRun the unit tests
dotnet test- Major increment are reserved to .net SDK version and breaking changes (e.g .net 6 == version 6.x.x).
- Minor increment are reserved for breaking changes.
- Patch increment are for fixes, non-breaking enhancements and other changes.
If you encounter a bug or would like to request a feature, submit an issue.