Skip to content

Releases: marcos-venicius/clean.architecture.template

3.0.0

02 Jul 17:39
Compare
Choose a tag to compare

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(); to result.Errors.Should().ContainSingle();

Full Changelog: 2.0.0...3.0.0

Stable version

11 Jun 11:30
Compare
Choose a tag to compare

Update the migrations location and fix projects relation

Full Changelog: 1.0.0...2.0.0

MVP

04 Jun 18:08
Compare
Choose a tag to compare
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