When bowling figures haven't changed when updating a batting scorecar… #196
Annotations
14 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build unit tests:
Stoolball/StoolballEntityCopier.cs#L186
Nullability of reference types in value of type 'List<MatchAward?>' doesn't match target type 'List<MatchAward>'.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L36
Dereference of a possibly null reference.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L37
Dereference of a possibly null reference.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L38
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'collection' of type 'IEnumerable<string>' in 'void List<string>.AddRange(IEnumerable<string> collection)' due to differences in the nullability of reference types.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L39
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'collection' of type 'IEnumerable<string>' in 'void List<string>.AddRange(IEnumerable<string> collection)' due to differences in the nullability of reference types.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L47
Converting null literal or possible null value to non-nullable type.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L51
Converting null literal or possible null value to non-nullable type.
|
Build unit tests:
Stoolball/Matches/BowlingScorecardComparer.cs#L69
Dereference of a possibly null reference.
|
Setup .NET
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "stoolball-cache-unit-tests", "stoolball-integration-tests", "stoolball-sql-unit-tests", "stoolball-unit-tests", "stoolball-web-js-tests".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading