Run Backend Regular Test #470
run_test.yml
on: workflow_dispatch
regularAggregateTest
1m 41s
Annotations
1 error and 10 warnings
regularAggregateTest
Process completed with exit code 1.
|
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#L50
Possible null reference return.
|
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/Serialize/SekibanSourceGenSerializer.cs#L26
Possible null reference return.
|
regularAggregateTest:
src/Sekiban.Pure/Serialize/SekibanReflectionSerializer.cs#L12
Possible null reference return.
|
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)'.
|