A toolbox for implementing backend services based on dotnet.
ToolBox
is a collection of NuGet packages that together speed up development in .NET.
You can use single packages independently, or use multiple and enjoy their native interoperability.
Below is the full list of packages.
Package Name | Description | Latest Version |
---|---|---|
ConfigGeneration | A package that helps streamline the management of runtime configurations in your .NET project. | |
Safety | A package that helps validate method parameters against common use cases such as nullability, empty strings, integer bounds, and more. | |
DependencyInjection | A package which defines extensions over IServiceCollection to help with advanced dependency injection scenarios. |
More to come..