Merge pull request #2144 from greymistcube/bump/lib9c-to-d1070661 #5254
Annotations
10 warnings
Lib9c.StateService.Shared/RemoteEvaluationResponse.cs#L5
Non-nullable property 'Evaluations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Lib9c.StateService.Shared/RemoteEvaluationRequest.cs#L5
Non-nullable property 'PreEvaluationBlock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L41
Non-nullable property 'TotalUpdatedFungibleAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L59
Non-nullable property 'TotalUpdatedFungibleAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Libplanet.Extensions.ActionEvaluatorCommonComponents.Tests/ActionEvaluationSerializerTest.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Lib9c/Lib9c.Policy/NCStagePolicy.cs#L120
Nullability of reference types in type of parameter 'x' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
|
Lib9c/Lib9c.Policy/NCStagePolicy.cs#L120
Nullability of reference types in type of parameter 'y' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
|
Lib9c/Lib9c.Policy/Policy/BlockPolicySource.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Lib9c/Lib9c.Policy/Policy/NCBlockPolicy.cs#L16
Cannot convert null literal to non-nullable reference type.
|
Lib9c/Lib9c.Policy/Policy/NCBlockPolicy.cs#L18
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading