What's Changed
1. Enhancements:
- Updated the
LeagueStartup
andUnitTestHelpers
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
from5.0.0
to6.0.0
. - Updated
NLog.Extensions.Logging
from5.0.0
to6.0.0
. - Updated
Microsoft.AspNetCore.TestHost
from5.0.0
to6.0.0
. - Added reference to
Microsoft.Data.SqlClient
5.2.2
, replacing obsolete classes inSystem.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