build(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.4 #136
Annotations
1 error and 10 warnings
Build
Process completed with exit code 253.
|
Build:
src/Be.Vlaanderen.Basisregisters.CommandHandling/CommandHandlerResolverExtensions.cs#L20
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Be.Vlaanderen.Basisregisters.CommandHandling/CommandHandlerResolver.cs#L33
Possible null reference return.
|
Build:
src/Be.Vlaanderen.Basisregisters.CommandHandling/CommandMessage.cs#L11
Use an immutable collection or reduce the accessibility of the non-private readonly fields 'Metadata' and 'Metadata'. (https://rules.sonarsource.com/csharp/RSPEC-3887)
|
Build:
src/Be.Vlaanderen.Basisregisters.CommandHandling/CommandHandlerResolverExtensions.cs#L16
Split this method into two, one handling parameters check and the other handling the asynchronous code. (https://rules.sonarsource.com/csharp/RSPEC-4457)
|
Build:
src/Be.Vlaanderen.Basisregisters.AggregateSource/AggregateBuilder.cs#L13
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Be.Vlaanderen.Basisregisters.AggregateSource/AggregateBuilder.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Be.Vlaanderen.Basisregisters.AggregateSource/AggregateBuilder.cs#L11
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Be.Vlaanderen.Basisregisters.AggregateSource/AggregateBuilder.cs#L11
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Be.Vlaanderen.Basisregisters.AggregateSource/Snapshotting/SnapshotInfo.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Be.Vlaanderen.Basisregisters.AggregateSource/AggregateNotFoundException.cs#L24
Possible null reference argument for parameter 'message' in 'AggregateSourceException.AggregateSourceException(string message)'.
|