Skip to content

feat: bump ProjectionHandling packages #53

feat: bump ProjectionHandling packages

feat: bump ProjectionHandling packages #53

Triggered via push December 14, 2023 17:46
Status Failure
Total duration 1m 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 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/cache@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: 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/ProjectionContext.cs#L12
Non-nullable property 'ProcessedEvents' 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.
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/ConnectedProjectionsMicrosoft/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/ConnectedProjectionsMicrosoft/ConnectedProjectionIdentifier.cs#L52
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).