Skip to content

chore: update generate notes semantic #93

chore: update generate notes semantic

chore: update generate notes semantic #93

Triggered via push March 11, 2024 10:23
Status Success
Total duration 2m 19s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector/ProjectionItemNotFoundException.cs#L18
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
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.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/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/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/Runner.cs#L123
'Runner<TContext>.Handle(IReadonlyStreamStore, Func<Owned<TContext>>)' is obsolete: 'Prefer using StartAsync()'