FJuette.Template.WebApi 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet new install FJuette.Template.WebApi::1.0.5
This package contains a .NET Template Package you can call from the shell/command line.

.Net Core 3.1 WebApi template with ddd example model classes.
     Preconfigured with Automapper, MediatR, FluentValidation, XUnit, FluentAssertations, Health Checks,
     JwtAuthentication, FxCopAnalyzers, EF Core 3.1, Serilog and Swagger.
     Using Commands and Queries (CQRS) to distinguish between reading or modifing data.
     Includes preconfigures XUnit project to test controller rest-endpoints.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.0 3,165 12/9/2023
4.1.0 257 8/2/2023
4.0.0 673 11/28/2022
3.0.0 424 12/13/2021
2.2.0 1,483 7/22/2021
2.1.0 531 7/13/2021
2.0.0 1,137 11/16/2020
1.0.6 487 9/24/2020
1.0.5 504 9/15/2020
1.0.4 526 9/7/2020
1.0.3 530 8/5/2020
1.0.2 538 5/26/2020
1.0.1 493 5/20/2020
1.0.0 511 5/20/2020

Update to latest package versions.
     Fix some of the compiler warnings for nullable types.
     Add an example of enumeration pattern class (Business Value).
     Better data seeding in own migration class.
     Add dockerfile to build API for production.