feat: add applicationbuilder endpoints #65
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
test/Be.Vlaanderen.Basisregisters.Projector.TestProjections/Schemas.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build:
test/Be.Vlaanderen.Basisregisters.Projector.TestProjections/Projections/TrackHandledEventsProjection.cs#L47
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
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).
|
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).
|
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).
|
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).
|
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).
|
Loading