Init of dictionary #37
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and Pack:
src/Infrastructure/TypeResolver.cs#L14
Nullability of reference types in type of parameter 'type' of 'object TypeResolver.Resolve(Type type)' doesn't match implicitly implemented member 'object? ITypeResolver.Resolve(Type? type)' (possibly because of nullability attributes).
|
Build and Pack:
src/OutputFormatters/CsvOutputFormatter.cs#L145
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build and Pack:
src/OutputFormatters/CsvOutputFormatter.cs#L156
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build and Pack:
src/Infrastructure/TypeResolver.cs#L18
Possible null reference return.
|
Build and Pack:
src/Infrastructure/TypeResolver.cs#L21
Possible null reference return.
|
Build and Pack:
src/Commands/CostByResource/CostByResourceCommand.cs#L35
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
|
Build and Pack:
src/Commands/CostByResource/CostByResourceCommand.cs#L40
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
|
Build and Pack:
src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L33
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
|
Build and Pack:
src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L38
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
|
Build and Pack:
src/Commands/CostByTag/CostByTagCommand.cs#L34
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
|
The logs for this run have expired and are no longer available.
Loading