Collection of tools mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
The library is available on NuGet or run the following command in the .NET CLI:
dotnet add package NET6CustomLibrary
Note: The methods marked deprecated are permanently removed in library version 1.0.201 but can be used with an updated implementation, using this library (CustomLibrary.EFCore) already available on Nuget
The documentation is divided for each extension method, and can be consulted by clicking here.
In addition to the implementations listed above, the library includes dependencies to the MassTransit, AutoMapper packages.
Extensions methods | Status |
---|---|
Date and Time Only | available |
DBContext generic methods | deprecated |
DBContext Pool for different databases | deprecated |
Fluent Validation | not implemented |
Health Checks for different databases | deprecated |
Json | available |
MailKit | available |
MediatR | available |
Multi language support | available |
Policy Cors | available |
RabbitMQ | not implemented |
Redis Cache | available |
Scrutor | not implemented |
Serilog (save to text file and save to SEQ) | available |
Swagger UI (different types of configuration) | available |
Upload Files | not implemented |
Contributions and/or suggestions are always welcome.
If you found this Implementation helpful or used it in your Projects, do give it a ⭐ on Github. Thanks!