Skip to content

Merge pull request #2284 from planetarium/release/62 #320

Merge pull request #2284 from planetarium/release/62

Merge pull request #2284 from planetarium/release/62 #320

Triggered via push November 3, 2023 13:14
Status Success
Total duration 8m 15s
Artifacts

release.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
release: Lib9c/.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.
release: Lib9c/.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.
release: Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L45
Non-nullable property 'BaseState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L45
Non-nullable property 'TotalUpdatedFungibleAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L63
Non-nullable property 'BaseState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L63
Non-nullable property 'TotalUpdatedFungibleAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: Lib9c/.Libplanet.Extensions.RemoteActionEvaluator/RemoteActionEvaluator.cs#L39
Dereference of a possibly null reference.
release: Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Address, string>(IEnumerable<Address> source, Func<Address, string> selector)'.