Release #19
Annotations
20 warnings
Dotnet build tests:
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.
|
Dotnet build tests:
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.
|
Dotnet build tests:
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.
|
Dotnet build tests:
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).
|
Dotnet build tests:
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).
|
Dotnet build tests:
src/Be.Vlaanderen.Basisregisters.Projector/Internal/Commands/ConnectedProjectionCommand.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Dotnet build tests:
src/Be.Vlaanderen.Basisregisters.Projector/Internal/Commands/ConnectedProjectionCommand.cs#L44
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Dotnet build tests:
src/Be.Vlaanderen.Basisregisters.Projector/Internal/UserDesiredState.cs#L48
Nullability of reference types in type of parameter 'other' of 'bool UserDesiredState.Equals(UserDesiredState other)' doesn't match implicitly implemented member 'bool IEquatable<UserDesiredState>.Equals(UserDesiredState? other)' (possibly because of nullability attributes).
|
Dotnet build tests:
src/Be.Vlaanderen.Basisregisters.Projector/ProjectionsManagerHelpers.cs#L17
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build tests:
src/Be.Vlaanderen.Basisregisters.Projector/ProjectionsManagerHelpers.cs#L18
Non-nullable property 'ApplicationLifetime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet 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).
|
Dotnet 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).
|
Dotnet build:
src/Be.Vlaanderen.Basisregisters.Projector/Internal/UserDesiredState.cs#L48
Nullability of reference types in type of parameter 'other' of 'bool UserDesiredState.Equals(UserDesiredState other)' doesn't match implicitly implemented member 'bool IEquatable<UserDesiredState>.Equals(UserDesiredState? other)' (possibly because of nullability attributes).
|
Dotnet build:
src/Be.Vlaanderen.Basisregisters.Projector/Internal/Commands/ConnectedProjectionCommand.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Dotnet build:
src/Be.Vlaanderen.Basisregisters.Projector/Internal/Commands/ConnectedProjectionCommand.cs#L44
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Dotnet build:
src/Be.Vlaanderen.Basisregisters.Projector/ProjectionsManagerHelpers.cs#L17
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Be.Vlaanderen.Basisregisters.Projector/ProjectionsManagerHelpers.cs#L18
Non-nullable property 'ApplicationLifetime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/Be.Vlaanderen.Basisregisters.Projector/ConnectedProjections/ConnectedProjectionIdentifier.cs#L27
Cannot convert null literal to non-nullable reference type.
|
Dotnet build:
src/Be.Vlaanderen.Basisregisters.Projector/Internal/UserDesiredState.cs#L25
Possible null reference argument for parameter 'left' in 'bool UserDesiredState.operator !=(UserDesiredState left, UserDesiredState right)'.
|
Dotnet build:
src/Be.Vlaanderen.Basisregisters.Projector/Internal/UserDesiredState.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Loading