Skip to content

feat: bump projection-handling #61

feat: bump projection-handling

feat: bump projection-handling #61

Re-run triggered April 5, 2024 07:31
Status Success
Total duration 1m 57s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: test/Be.Vlaanderen.Basisregisters.Projector.TestProjections/Messages/SomethingHappened.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: test/Be.Vlaanderen.Basisregisters.Projector.TestProjections/Projections/ProcessedEvent.cs#L10
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: test/Be.Vlaanderen.Basisregisters.Projector.TestProjections/Projections/TrackHandledEventsProjection.cs#L18
Non-nullable event 'OnMessageHandled' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build: test/Be.Vlaanderen.Basisregisters.Projector.TestProjections/Schemas.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build: test/Be.Vlaanderen.Basisregisters.Projector.TestProjections/Projections/TrackHandledEventsProjection.cs#L47
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
Build: src/Be.Vlaanderen.Basisregisters.Projector/ConnectedProjections/ConnectedProjectionIdentifier.cs#L46
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Build: src/Be.Vlaanderen.Basisregisters.Projector/ConnectedProjections/ConnectedProjectionIdentifier.cs#L52
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Build: src/Be.Vlaanderen.Basisregisters.Projector/Internal/Commands/ConnectedProjectionCommand.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Build: src/Be.Vlaanderen.Basisregisters.Projector/Internal/Commands/ConnectedProjectionCommand.cs#L44
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Build: src/Be.Vlaanderen.Basisregisters.Projector/Internal/UserDesiredState.cs#L48
Nullability of reference types in type of parameter 'other' of 'bool UserDesiredState.Equals(UserDesiredState other)' doesn't match implicitly implemented member 'bool IEquatable<UserDesiredState>.Equals(UserDesiredState? other)' (possibly because of nullability attributes).