FJuette.Template.WebApi
3.0.0
See the version list below for details.
dotnet new install FJuette.Template.WebApi::3.0.0
A .net6.0 WebApi template with classes in ddd-style.
Preconfigured with Automapper, MediatR, FluentValidation, XUnit, FluentAssertations, Health Checks,
JwtAuthentication, EF Core 6.0, Serilog and Swagger.
Using Commands and Queries (CQRS) to distinguish between reading or modifing data.
Includes preconfigures XUnit project to test MediatR handlers.
Support for .net6.0 and c# 10 language features.
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.1 | 1,137 | 5/24/2024 |
4.2.0 | 3,295 | 12/9/2023 |
4.1.0 | 306 | 8/2/2023 |
4.0.0 | 746 | 11/28/2022 |
3.0.0 | 456 | 12/13/2021 |
2.2.0 | 1,517 | 7/22/2021 |
2.1.0 | 566 | 7/13/2021 |
2.0.0 | 1,170 | 11/16/2020 |
1.0.6 | 516 | 9/24/2020 |
1.0.5 | 533 | 9/15/2020 |
1.0.4 | 555 | 9/7/2020 |
1.0.3 | 565 | 8/5/2020 |
1.0.2 | 585 | 5/26/2020 |
1.0.1 | 524 | 5/20/2020 |
1.0.0 | 546 | 5/20/2020 |
Upgrade to .net 6. Using global 'System' in program.cs.
Switch to single line namespace without curly braces.
Strict mode (treat warnings as errors).