refactor: remove datadog #98
Annotations
10 warnings
Build:
src/Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore/EnvelopeFactory.cs#L44
Possible null reference assignment.
|
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/FindAsyncExtension.cs#L13
Possible null reference assignment.
|
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.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.Testing.NUnit/ConnectedProjectionTest.cs#L43
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider declaring the field 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/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.
|