Skip to content

UPdate : net6 -> net8 #272

UPdate : net6 -> net8

UPdate : net6 -> net8 #272

Triggered via pull request October 23, 2024 12:31
@harrichharrich
synchronize #780
net8
Status Failure
Total duration 4m 21s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
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/[email protected], gittools/actions/gitversion/[email protected], 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/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/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/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/IInheritanceConfiguration.cs#L13
'TEntityBase' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
build: src/Rdd.Domain/IInheritanceConfiguration.cs#L13
Remove this interface or add members to it. (https://rules.sonarsource.com/csharp/RSPEC-4023)
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)