Skip to content

Merge pull request #14 from davewalker5/MC-74-Wish-List #143

Merge pull request #14 from davewalker5/MC-74-Wish-List

Merge pull request #14 from davewalker5/MC-74-Wish-List #143

Triggered via push November 11, 2023 10:09
Status Success
Total duration 1m 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/MusicCatalogue.Logic/Database/JobStatusManager.cs#L92
Possible null reference return.
build: src/MusicCatalogue.Tests/JobStatusManagerTest.cs#L57
Cannot convert null literal to non-nullable reference type.
build: src/MusicCatalogue.Tests/JobStatusManagerTest.cs#L14
Non-nullable field '_factory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/MusicCatalogue.Entities/Interfaces/IConfigReader.cs#L3
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
build: src/MusicCatalogue.Logic/Database/JobStatusManager.cs#L92
Possible null reference return.
build: src/MusicCatalogue.Logic/DataExchange/CsvExporter.cs#L48
Rename parameter '_' to 'recordNumber' to match the base class declaration.
build: src/MusicCatalogue.Logic/DataExchange/XlsxExporter.cs#L61
Rename parameter 'recordCount' to 'recordNumber' to match the base class declaration.
build: src/MusicCatalogue.Tests/JobStatusManagerTest.cs#L57
Cannot convert null literal to non-nullable reference type.
build: src/MusicCatalogue.Tests/JobStatusManagerTest.cs#L14
Non-nullable field '_factory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/MusicCatalogue.Api/Services/BackgroundQueueProcessor.cs#L56
Dereference of a possibly null reference.
build: src/MusicCatalogue.Api/Services/BackgroundQueueProcessor.cs#L64
Cannot convert null literal to non-nullable reference type.
build: src/MusicCatalogue.Api/Program.cs#L24
Add a 'protected' constructor or the 'static' keyword to the class declaration.
build: src/MusicCatalogue.Api/Services/BackgroundQueueProcessor.cs#L33
Rename parameter 'token' to 'stoppingToken' to match the base class declaration.