Skip to content

v0.5.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Chingling152 Chingling152 released this 06 Sep 18:27
· 11 commits to main since this release
a5b5a8c

What's Added

  • Global .editorconfig to project
  • .editorconfig in projects to prevent constructor code smell in test code
  • Full, Core and Auth Solution
  • Matrix test for CI
  • Category "Unit" for unit test projects
  • Category "Integration" for integration test projects
  • Separate /api projects in contexts

What's Changed

  • Whole project folder structure
    • common, core and auth folder project in /src/api
    • common, core and auth folder project in /tests
  • Test Results in CI separate in two projects (auth and core)
  • Unit and Integration tests run separated
  • Move test projects to /tests folder
  • Move core Migrations files to Core.Infra.Data

What's Removed

  • Core.Infra.Migrations project

Known Issues

  • 44 Code smells
  • Core and Auth projects not connected

Full Changelog: api/v0.5.2...api/v0.5.3