Skip to content

Fixed workflow

Fixed workflow #8

Triggered via pull request October 11, 2024 22:37
Status Success
Total duration 1m 17s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: src/Models/Entities/UpdateModel.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: src/Models/Entities/UpdateModel.cs#L70
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: tests/TheGamesDBApiWrapperTests/ApiTests.cs#L95
Converting null literal or possible null value to non-nullable type.
test: tests/TheGamesDBApiWrapperTests/ApiTests.cs#L96
Dereference of a possibly null reference.
test: tests/TheGamesDBApiWrapperTests/ApiTests.cs#L109
Converting null literal or possible null value to non-nullable type.
test: tests/TheGamesDBApiWrapperTests/ApiTests.cs#L110
Dereference of a possibly null reference.
test: tests/TheGamesDBApiWrapperTests/ApiTests.cs#L128
Converting null literal or possible null value to non-nullable type.
test: tests/TheGamesDBApiWrapperTests/ApiTests.cs#L129
Dereference of a possibly null reference.
test: tests/TheGamesDBApiWrapperTests/ApiTests.cs#L145
Converting null literal or possible null value to non-nullable type.
test: tests/TheGamesDBApiWrapperTests/ApiTests.cs#L147
Dereference of a possibly null reference.