Amend events when saving #135
Annotations
1 error and 10 warnings
|
src/Core/src/Eventuous.Persistence/AggregateStore/AggregateStoreWithArchive.cs#L11
Parameter 'amendEvent' is unread.
|
src/Core/src/Eventuous.Application/AggregateService/CommandService.cs#L22
Parameter 'amendEvent' is unread.
|
src/Core/src/Eventuous.Application/FunctionalService/FunctionalCommandService.cs#L25
Parameter 'AmendEvent? amendEvent' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
src/Core/src/Eventuous.Application/FunctionalService/FunctionalCommandService.cs#L25
Possible null reference assignment.
|
src/Core/src/Eventuous.Application/FunctionalService/FunctionalCommandService.cs#L99
Dereference of a possibly null reference.
|
src/Postgres/test/Eventuous.Tests.Postgres/Fixtures/SubscriptionFixture.cs#L21
Non-nullable field '_listener' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Extensions/test/Eventuous.Tests.AspNetCore.Web/AggregateCommandsTests.cs#L10
Parameter 'ITestOutputHelper output' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
src/Extensions/test/Eventuous.Tests.AspNetCore.Web/DiscoveredCommandsTests.cs#L8
Parameter 'ITestOutputHelper output' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
src/Core/src/Eventuous.Persistence/AggregateStore/AggregateStoreWithArchive.cs#L11
Parameter 'amendEvent' is unread.
|
src/Core/src/Eventuous.Application/AggregateService/CommandService.cs#L22
Parameter 'amendEvent' is unread.
|
The logs for this run have expired and are no longer available.
Loading