Refactoring SQL support #133
Annotations
6 warnings
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/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/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.
|
The logs for this run have expired and are no longer available.
Loading