Update .NET version to 9 in GitHub Actions workflows #427
Annotations
10 warnings
build:
Nhl.Api.Domain/Enumerations/Award/AwardEnum.cs#L7
Rename type name AwardEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build:
Nhl.Api.Domain/Enumerations/Conference/ConferenceEnum.cs#L7
Rename type name ConferenceEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build:
Nhl.Api.Domain/Enumerations/Division/DivisionEnum.cs#L6
Rename type name DivisionEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build:
Nhl.Api.Domain/Enumerations/Franchise/FranchiseEnum.cs#L6
Rename type name FranchiseEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build:
Nhl.Api.Domain/Enumerations/Team/TeamEnum.cs#L8
Rename type name TeamEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build:
Nhl.Api.Domain/Enumerations/Player/PlayerPositionEnum.cs#L6
Rename type name PlayerPositionEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build:
Nhl.Api.Domain/Models/Game/GameCenterPlayByPlay.cs#L377
Member 'EstimatedDateTimeOfPlay' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
Nhl.Api.Domain/Enumerations/Player/PlayerEnum.cs#L5
Rename type name PlayerEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build:
Nhl.Api.Domain/Enumerations/Player/InternalPlayerEnum.cs#L5
Rename type name InternalPlayerEnum so that it does not end in 'Enum' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build:
Nhl.Api.Domain/Services/NhlGameService.cs#L195
Member 'CalculateMultiplier' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|