Added artist statistics endpoint to the API #172
Annotations
19 warnings
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/
|
src/MusicCatalogue.Logic/Database/JobStatusManager.cs#L92
Possible null reference return.
|
src/MusicCatalogue.Logic/DataExchange/CsvImporter.cs#L52
Possible null reference argument for parameter 'name' in 'Task<Retailer> IRetailerManager.AddAsync(string name)'.
|
src/MusicCatalogue.Logic/Database/StatisticsManager.cs#L40
Dereference of a possibly null reference.
|
src/MusicCatalogue.Tests/JobStatusManagerTest.cs#L57
Cannot convert null literal to non-nullable reference type.
|
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.
|
src/MusicCatalogue.Tests/AlbumManagerTest.cs#L80
Dereference of a possibly null reference.
|
src/MusicCatalogue.Tests/AlbumManagerTest.cs#L117
Dereference of a possibly null reference.
|
src/MusicCatalogue.Tests/RetailerManagerTest.cs#L20
Cannot convert null literal to non-nullable reference type.
|
src/MusicCatalogue.Entities/Interfaces/IConfigReader.cs#L3
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
|
src/MusicCatalogue.Entities/Interfaces/IAlbumManager.cs#L8
Method has 9 parameters, which is greater than the 7 authorized.
|
src/MusicCatalogue.Entities/Interfaces/IAlbumManager.cs#L19
Method has 10 parameters, which is greater than the 7 authorized.
|
src/MusicCatalogue.Entities/DataExchange/FlattenedTrack.cs#L89
Use a format provider when parsing date and time.
|
src/MusicCatalogue.Logic/Database/JobStatusManager.cs#L92
Possible null reference return.
|
src/MusicCatalogue.Logic/Database/StatisticsManager.cs#L40
Dereference of a possibly null reference.
|
src/MusicCatalogue.Logic/DataExchange/CsvImporter.cs#L52
Possible null reference argument for parameter 'name' in 'Task<Retailer> IRetailerManager.AddAsync(string name)'.
|
src/MusicCatalogue.Logic/DataExchange/CsvExporter.cs#L47
Rename parameter '_' to 'recordNumber' to match the base class declaration.
|
src/MusicCatalogue.Logic/DataExchange/XlsxExporter.cs#L60
Rename parameter 'recordCount' to 'recordNumber' to match the base class declaration.
|
src/MusicCatalogue.Api/Services/BackgroundQueueProcessor.cs#L56
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading