Demonel.MicroserviceTemplates 1.0.5

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

Microservice templates with different architectures for .Net Core

  • .NETStandard 2.1

    • 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
1.0.9 2,496 6/27/2020
1.0.8 430 6/19/2020
1.0.7 439 6/17/2020
1.0.6 491 6/16/2020
1.0.5 480 6/5/2020
1.0.4 486 5/31/2020
1.0.3 486 5/29/2020
1.0.2 470 5/27/2020
1.0.1 522 5/24/2020
1.0.0 529 5/24/2020

1.0.5
     - Removed JsonIgnoreQueryOperationFilter.
     - Sorts is now method.
     - Added implementation default Mapping void for IMapFrom and IMapTo interfaces without need to declare that void in class.
     - Added Created method to BaseController for 201 HttpStatusCode.
     - Renamed AuditableEntity to Auditable and removed Id property.
     
     1.0.4
     - Added Sorting, Filtering, Paging. Added JsonIgnoreQueryFilter. Fixed url paths and added GET /api/products/ method.

     1.0.3
     - Removed return type from ProducesResponseType on 200-201 status codes

     1.0.2
     - AuditableEntity CreatedBy property changes only if wasn't specified

     1.0.1
     - fixed repository url

     1.0
     - package released