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