FJuette.Template.WebApi
1.0.6
See the version list below for details.
dotnet new install FJuette.Template.WebApi::1.0.6
.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.3.1 | 30 | 2/20/2025 |
4.3.0 | 68 | 2/18/2025 |
4.2.1 | 1,370 | 5/24/2024 |
4.2.0 | 3,306 | 12/9/2023 |
4.1.0 | 316 | 8/2/2023 |
4.0.0 | 775 | 11/28/2022 |
3.0.0 | 465 | 12/13/2021 |
2.2.0 | 1,528 | 7/22/2021 |
2.1.0 | 577 | 7/13/2021 |
2.0.0 | 1,179 | 11/16/2020 |
1.0.6 | 525 | 9/24/2020 |
1.0.5 | 542 | 9/15/2020 |
1.0.4 | 564 | 9/7/2020 |
1.0.3 | 574 | 8/5/2020 |
1.0.2 | 598 | 5/26/2020 |
1.0.1 | 535 | 5/20/2020 |
1.0.0 | 555 | 5/20/2020 |
Apply Resharper code formatting to all *.cs files.
Linebreak on every method/constructor paramter for better readability.
Apply default CORS rules.