Skip to content

v7.2.4

Latest
Compare
Choose a tag to compare
@axunonb axunonb released this 06 Jan 07:46
65c3e8e

What's Changed

1. Enhancements:

  • Updated the LeagueStartup and UnitTestHelpers class to improve initialization and configuration of services for unit tests.
  • Ensured the database connection is properly opened and closed during initialization.
  • Enhanced logging configuration to capture message templates and properties using NLog.
  • Added localization support to the service provider for better handling of localized strings in tests.
  • Improved the GetStandardServiceProvider method to include additional services required for testing.

2. Package Updates:

  • Updated Microsoft.Extensions.Logging from 5.0.0 to 6.0.0.
  • Updated NLog.Extensions.Logging from 5.0.0 to 6.0.0.
  • Updated Microsoft.AspNetCore.TestHost from 5.0.0 to 6.0.0.
  • Added reference to Microsoft.Data.SqlClient 5.2.2, replacing obsolete classes in System.Data.SqlClient.

3. Code Cleanup:

  • Removed unused namespaces and organized using directives for better readability.
  • Added XML documentation comments to public methods and properties for better code documentation.

Bump version to v7.2.4

Full Changelog: v7.2.3...v7.2.4