Skip to content

v0.19.0

Compare
Choose a tag to compare
@pdevito3 pdevito3 released this 04 Feb 20:11

Updates

  • Craftsman uses .NET 7
  • Scaffolding uses .NET 7
  • Test projects updated to use XUnit
  • Integration tests have better service collection scoping and now have a service collection per test. This makes service mocking possible without clashing with other tests
  • RMQ container setup for integration and functional tests
  • Use IConfiguration instead of custom EnvironmentService
  • Move parameters from launchsetting to appsettings
  • UserPolicyHandler refactor
  • Unit tests no longer have redundant directory
  • Added optional unit test to check protection of all endpoints
  • Tweaked unit test assembly helper utility
  • Bump nuget packages

Removed

  • No more event handler test scaffolding