v3.4.2
Release Notes for v3.4.2
Nhl.Api.Common
- Version Update: Updated version number from
3.4.1
to3.4.2
.
Nhl.Api.Domain
- Version Update: Updated version number from
3.4.1
to3.4.2
. - Enhancements:
- Updated
PlayerEnumFileGeneratorHelper.cs
to usevar
for variable declarations and enhanced theplayers
dictionary to include detailed player information. - Modified
GoalieProfile
andPlayerProfile
classes to handle nullable properties forHeightInInches
andBirthDate
, with updated logic forHeightInFeetAndInches
andAge
calculations. - Enhanced
ThreeStar
class properties to be nullable inGameCenterLanding.cs
.
- Updated
Nhl.Api.Tests
- Version Update: Updated version number from
3.4.1
to3.4.2
. - New Tests:
- Added
GetPlayerInformationAsync_Test_PlayerEnum_Returns_Valid_Information_Null_Age
to test player information retrieval with null age.
- Added
- Test Adjustments:
- Updated
StatisticsTests.cs
to assert player statistics count greater than 500 instead of 650.
- Updated
- Formatting:
- Minor formatting adjustment in
GameTests.cs
.
- Minor formatting adjustment in
Nhl.Api
- Version Update: Updated version number from
3.4.1
to3.4.2
.
These changes enhance the flexibility and robustness of the data model by supporting nullable properties and improve test coverage and accuracy.