Skip to content

Added artist list

Added artist list #45

Triggered via push October 9, 2023 20:28
Status Success
Total duration 2m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

11 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.Entities/Interfaces/IConfigReader.cs#L3
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
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.Api/Program.cs#L22
Add a 'protected' constructor or the 'static' keyword to the class declaration.
build: src/MusicCatalogue.LookupTool/Logic/DataExport.cs#L26
Complete the task associated to this 'TODO' comment.
build: src/MusicCatalogue.Entities/Interfaces/IConfigReader.cs#L3
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
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.Api/Program.cs#L22
Add a 'protected' constructor or the 'static' keyword to the class declaration.
build: src/MusicCatalogue.LookupTool/Logic/DataExport.cs#L26
Complete the task associated to this 'TODO' comment.