Skip to content

🧹 Remove GetValue<T>() usage #10543

🧹 Remove GetValue<T>() usage

🧹 Remove GetValue<T>() usage #10543

Triggered via pull request November 10, 2023 09:55
Status Success
Total duration 27m 18s
Artifacts

main.yml

on: pull_request
build-for-unity
2m 54s
build-for-unity
release
0s
release
update-submodule
0s
update-submodule
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build-for-unity: .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.
build-for-unity: .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.
build-for-unity: .Lib9c.StateService.Shared/RemoteEvaluationRequest.cs#L7
Non-nullable property 'BaseStateRootHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L16
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L18
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L19
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L20
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L21
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L22
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/BlockPolicySource.cs#L187
Possible null reference return.
build-and-test (Release): .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.
build-and-test (Release): .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.
build-and-test (Release): .Lib9c.StateService.Shared/RemoteEvaluationRequest.cs#L7
Non-nullable property 'BaseStateRootHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test (Release): .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)'.
build-and-test (Release): .Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L112
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Address, string>(IEnumerable<Address> source, Func<Address, string> selector)'.
build-and-test (Release): .Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L219
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test (Release): .Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L214
Non-nullable property 'Validators' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test (Release): .Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L174
Non-nullable property 'StateQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.