Drop binary serialization support. #395
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@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. 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/Qowaiv.DomainModel/Qowaiv.DomainModel.csproj#L1
Define the <EnablePackageValidation> node with value 'true', define the <IsPackable> node with value 'false' or define the <DevelopmentDependency> node with value 'false'. (https://dotnet-project-file-analyzers.github.io/rules/Proj0240.html)
|
build:
src/Qowaiv.DomainModel/Aggregate_TAggregate_TId.cs#L30
Remove this setter, make this property init-only, or decorate the type with the mutable attribute. (https://github.com/Qowaiv/qowaiv-analyzers/blob/main/rules/QW0011.md)
|
build:
src/Qowaiv.DomainModel/Aggregate_TAggregate_TId.cs#L30
Use an immutable type, or decorate the type with the mutable attribute. (https://github.com/Qowaiv/qowaiv-analyzers/blob/main/rules/QW0012.md)
|
build:
src/Qowaiv.DomainModel/Collections/ImmutableCollection.cs#L10
Provide an implementation for: 'operator==', 'operator!=', 'Object.Equals' and 'Object.GetHashCode'. (https://rules.sonarsource.com/csharp/RSPEC-4050)
|
build:
src/Qowaiv.DomainModel/Commands/UnresolvedCommandHandler.cs#L5
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'UnresolvedCommandHandler(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
build:
src/Qowaiv.DomainModel/Qowaiv.DomainModel.csproj#L1
Define the <EnablePackageValidation> node with value 'true', define the <IsPackable> node with value 'false' or define the <DevelopmentDependency> node with value 'false'. (https://dotnet-project-file-analyzers.github.io/rules/Proj0240.html)
|
build:
src/Qowaiv.DomainModel/Aggregate_TAggregate_TId.cs#L30
Remove this setter, make this property init-only, or decorate the type with the mutable attribute. (https://github.com/Qowaiv/qowaiv-analyzers/blob/main/rules/QW0011.md)
|
build:
src/Qowaiv.DomainModel/Aggregate_TAggregate_TId.cs#L30
Use an immutable type, or decorate the type with the mutable attribute. (https://github.com/Qowaiv/qowaiv-analyzers/blob/main/rules/QW0012.md)
|
build:
src/Qowaiv.DomainModel/Collections/ImmutableCollection.cs#L10
Provide an implementation for: 'operator==', 'operator!=', 'Object.Equals' and 'Object.GetHashCode'. (https://rules.sonarsource.com/csharp/RSPEC-4050)
|
build:
src/Qowaiv.DomainModel/Commands/UnresolvedCommandHandler.cs#L5
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'UnresolvedCommandHandler(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|