Skip to content

Merge pull request #57 from davewalker5/cli-help #370

Merge pull request #57 from davewalker5/cli-help

Merge pull request #57 from davewalker5/cli-help #370

Triggered via push August 23, 2024 17:07
Status Success
Total duration 2m 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/setup-java@v1, coverallsapp/github-action@master, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/MusicCatalogue.Entities/Exceptions/ArtistInUseException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'ArtistInUseException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/DuplicateOptionException.cs#L8
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'DuplicateOptionException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/EquipmentTypeInUseException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'EquipmentTypeInUseException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/GenreInUseException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'GenreInUseException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/ManufacturerInUseException.cs#L8
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'ManufacturerInUseException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/InvalidRecordFormatException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'InvalidRecordFormatException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/MalformedCommandLineException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'MalformedCommandLineException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/MultipleOperationsException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'MultipleOperationsException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/RetailerInUseException.cs#L8
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RetailerInUseException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build: src/MusicCatalogue.Entities/Exceptions/TooManyValuesException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'TooManyValuesException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)