Skip to content

Merge pull request #50 from davewalker5/MC-293-Equiment-Export #343

Merge pull request #50 from davewalker5/MC-293-Equiment-Export

Merge pull request #50 from davewalker5/MC-293-Equiment-Export #343

Triggered via push December 9, 2023 09:13
Status Success
Total duration 3m 27s
Artifacts
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.Entities/Interfaces/IRetailerManager.cs#L22
Method has 11 parameters, which is greater than the 7 authorized.
build: src/MusicCatalogue.Entities/Interfaces/IRetailerManager.cs#L8
Method has 10 parameters, which is greater than the 7 authorized.
build: src/MusicCatalogue.Entities/Interfaces/IEquipmentManager.cs#L12
Method has 10 parameters, which is greater than the 7 authorized.
build: src/MusicCatalogue.Entities/Interfaces/IEquipmentManager.cs#L8
Method has 9 parameters, which is greater than the 7 authorized.
build: src/MusicCatalogue.Entities/Interfaces/IAlbumManager.cs#L8
Method has 9 parameters, which is greater than the 7 authorized.
build: src/MusicCatalogue.Entities/Interfaces/IAlbumManager.cs#L19
Method has 10 parameters, which is greater than the 7 authorized.
build: src/MusicCatalogue.Entities/DataExchange/FlattenedTrack.cs#L89
Use a format provider when parsing date and time.
build: src/MusicCatalogue.Entities/DataExchange/FlattenedEquipment.cs#L90
Use a format provider when parsing date and time.
build: src/MusicCatalogue.Entities/DataExchange/FlattenedEquipment.cs#L83
Remove the unused local variable 'model'.