Skip to content

refactor: use configureawait + add inpsection settings #55

refactor: use configureawait + add inpsection settings

refactor: use configureawait + add inpsection settings #55

Triggered via push February 7, 2024 15:14
Status Failure
Total duration 1m 34s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Build
Process completed with exit code 1.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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/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/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).