Skip to content

Refactor code to remove unnecessary using directives and clean up project file formatting #473

Refactor code to remove unnecessary using directives and clean up project file formatting

Refactor code to remove unnecessary using directives and clean up project file formatting #473

Triggered via pull request March 11, 2025 20:13
Status Success
Total duration 1m 51s
Artifacts

run_test.yml

on: pull_request
regularAggregateTest
1m 42s
regularAggregateTest
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
regularAggregateTest
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
regularAggregateTest
- Add lib or ref assemblies for the netstandard2.0 target framework
regularAggregateTest: src/Sekiban.Pure/SekibanDomainTypes.cs#L42
Cannot convert null literal to non-nullable reference type.
regularAggregateTest: src/Sekiban.Pure/Events/InMemoryEventReader.cs#L29
Possible null reference argument for parameter 'exception' in 'ResultBox<IReadOnlyList<IEvent>> ResultBox<IReadOnlyList<IEvent>>.Error(Exception exception)'.
regularAggregateTest: src/Sekiban.Pure/Serialize/SekibanSourceGenSerializer.cs#L18
Possible null reference argument for parameter 'options' in 'void IEventTypes.CheckEventJsonContextOption(JsonSerializerOptions options)'.
regularAggregateTest: src/Sekiban.Pure/Query/QueryResult.cs#L5
Possible null reference return.
regularAggregateTest: src/Sekiban.Pure/Query/QueryResult.cs#L7
Possible null reference argument for parameter 'Value' in 'QueryResultGeneral.QueryResultGeneral(object Value, string ResultType, IQueryCommon Query)'.