Bump coverlet.collector from 6.0.2 to 6.0.4 #66
Annotations
11 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
source/EasyWay/CommandResult.cs#L44
Non-nullable property 'OperationResult' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
source/EasyWay/ValueObject.cs#L41
Possible null reference argument for parameter 'value' in 'int ValueObject.HashValue(int seed, object value)'.
|
|
source/EasyWay/ValueObject.cs#L47
Possible null reference argument for parameter 'value' in 'int ValueObject.HashValue(int seed, object value)'.
|
|
source/EasyWay/ValueObject.cs#L14
Non-nullable field '_properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
source/EasyWay/ValueObject.cs#L16
Non-nullable field '_fields' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
source/EasyWay/QueryResult.cs#L14
Non-nullable field 'ValidationErrors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
source/EasyWay/QueryResult.cs#L22
Cannot convert null literal to non-nullable reference type.
|
|
source/EasyWay/QueryResult.cs#L20
Non-nullable property 'ReadModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
source/EasyWay/QueryResult.cs#L20
Non-nullable field 'ValidationErrors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
source/EasyWay/QueryResult.cs#L26
Non-nullable property 'ReadModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading