Skip to content

chore: fix paket.template LastChangeList #83

chore: fix paket.template LastChangeList

chore: fix paket.template LastChangeList #83

Triggered via push December 14, 2023 19:25
Status Failure
Total duration 1m 47s
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: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector/AnonymousConnectedProjectionBuilder.cs#L73
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector/ConnectedProjection.cs#L56
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector.Testing/VerificationResult.cs#L77
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner/ProjectionStates/ProjectionStates.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner/RunnerDbContextMigrationFactory.cs#L39
Non-nullable property 'Schema' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner/RunnerDbContextMigrationFactory.cs#L40
Non-nullable property 'Table' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner/Runner.cs#L123
'Runner<TContext>.Handle(IReadonlyStreamStore, Func<Owned<TContext>>)' is obsolete: 'Prefer using StartAsync()'
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner/Runner.cs#L26
A static field in a generic type is not shared among instances of different close constructed types.