Releases: marcos-venicius/clean.architecture.template
Releases · marcos-venicius/clean.architecture.template
3.0.0
Fixes
- fix some event handlers wrong logger dependency injection
- fix some scope methods/constructors
- add missing namespace to some files
- fix wrong logging string placeholder names
- remove unused constructor parameters from
EFContext
- improve tests from
result.Errors.Single();
toresult.Errors.Should().ContainSingle();
Full Changelog: 2.0.0...3.0.0
Stable version
Update the migrations location and fix projects relation
Full Changelog: 1.0.0...2.0.0
MVP
- Mediator
- CQRS
- Entity Framework
- .NET CORE 7
- Clean Achitecture
- Unit Test
a perfect template to start your applications
Full Changelog: https://github.com/marcos-venicius/clean.architecture.template/commits/1.0.0