Demonel.MicroserviceTemplates
1.0.8
See the version list below for details.
dotnet new install Demonel.MicroserviceTemplates::1.0.8
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.
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