Demonel.MicroserviceTemplates 1.0.9

dotnet new install Demonel.MicroserviceTemplates::1.0.9
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,446 6/27/2020
1.0.8 400 6/19/2020
1.0.7 411 6/17/2020
1.0.6 463 6/16/2020
1.0.5 451 6/5/2020
1.0.4 459 5/31/2020
1.0.3 442 5/29/2020
1.0.2 441 5/27/2020
1.0.1 490 5/24/2020
1.0.0 491 5/24/2020

1.0.9
     - MicroserviceDddCqrs project name renames to name parameter at dotnet new
 - Create command return only object id
 
     1.0.8
     - Added ProjectTo to query requests.
 
     1.0.7
     - Fixed migrations
 
     1.0.6
     - Added DateRange class with filtering
     - Added DeliveryDate property to Product
     
     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