iayti / CleanArchitecture

ASP.NET Core 6 Web API Clean Architecture Solution Template
MIT License
668 stars 119 forks source link

Added multiple db migrations support, and Sqlite for in-memory suppoert and unit testing. #48

Closed david-x-chen closed 2 years ago

david-x-chen commented 2 years ago
  1. moved one db migrations to multiple dbs [possible breaking change]
  2. added Sqlite in-memory support to the WebApi project
  3. added Sqlite to integration tests, so we don't need a SqlServer or ProgressSQL to run the tests.
  4. updated the referenced libraries to latest
iayti commented 2 years ago

Sorry for the late conversion. Thank you very much for your contribution.