Merge pull request #780 from LuccaSA/net8 #274
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-java@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/checkout@v2, actions/setup-dotnet@v1, gittools/actions/gitversion/setup@v0.9.15, gittools/actions/gitversion/execute@v0.9.15, actions/setup-java@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/Rdd.Domain/Patchers/PatcherProvider.cs#L55
Reformat the code to have only one statement per line. (https://rules.sonarsource.com/csharp/RSPEC-122)
|
build:
src/Rdd.Domain/Patchers/PatcherProvider.cs#L56
Reformat the code to have only one statement per line. (https://rules.sonarsource.com/csharp/RSPEC-122)
|
build:
src/Rdd.Domain/Exceptions/BadRequestException.cs#L3
Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)
|
build:
src/Rdd.Domain/Exceptions/ForbiddenException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'private' constructor 'ForbiddenException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
build:
src/Rdd.Domain/Exceptions/BusinessException.cs#L10
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'BusinessException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
build:
src/Rdd.Domain/Exceptions/BusinessException.cs#L10
Refactor this type not to derive from an outdated type 'System.ApplicationException'. (https://rules.sonarsource.com/csharp/RSPEC-4052)
|
build:
src/Rdd.Domain/Exceptions/BadRequestException.cs#L8
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'BadRequestException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
build:
src/Rdd.Domain/Exceptions/UnauthorizedException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'private' constructor 'UnauthorizedException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
build:
src/Rdd.Domain/Exceptions/UnsupportedContentTypeException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'private' constructor 'UnsupportedContentTypeException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
build:
src/Rdd.Domain/Exceptions/TechnicalException.cs#L11
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'private' constructor 'TechnicalException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|