Skip to content

fix: use configureawait false in lastchangedlist #87

fix: use configureawait false in lastchangedlist

fix: use configureawait false in lastchangedlist #87

Triggered via push February 6, 2024 09:25
Status Failure
Total duration 2m 55s
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: 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/AnonymousConnectedProjectionBuilder.cs#L73
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner.Microsoft/MigrationExtensions/ExtendedSqlServerMigrationsSqlGenerator.cs#L13
Nullability of type of parameter 'model' doesn't match overridden member (possibly because of nullability attributes).
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner.Microsoft/MigrationExtensions/IndexExtensions.cs#L16
'RelationalIndexBuilderExtensions.HasName(IndexBuilder, string?)' is obsolete: 'Use HasDatabaseName() instead.'
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner.Microsoft/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.Microsoft/RunnerDbContextMigrationFactory.cs#L98
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.Microsoft/RunnerDbContextMigrationFactory.cs#L99
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.Microsoft/Runner.cs#L123
'Runner<TContext>.Handle(IReadonlyStreamStore, Func<Owned<TContext>>)' is obsolete: 'Prefer using StartAsync()'