All notable changes to this project will be documented in this file. The format is based on Keep a Changelog
- [RD-11] Add entity framework seed
- dockerizing existing apps and add Docker support
- Update/fix meddle-ware to work with proper JSON answer.
- Migrate to .NET core 2
- [RD-7] Update Swagger (swashbuckle .net core)
- [RD-5] Add logging to files/console
- [RD-11] Add entity framework seed
- [RD-9] Add
ValidationActionFilter
to validate ModelState for each action in one entry.
- [RD-6] Add Fluent API integration tests
- [RD-4] Add Fluent Validation
- [ISS-1] Add automapper
- [RD-3] Commit(and fix) unit tests for; Services (Business logic layer) Web Api (wep api tests)
- [RD-2] Add multi-tenancy feature
- [DM-1] Created base project structure (inc Web api, UoW+Repository); Add libraries and update references