Update test commands and Codecov action in CI configs #428
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/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/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/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/PlayerEnumFileGeneratorHelper.cs#L44
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|