Merge pull request #2295 from riemannulus/cleanup/combination-createa… #426
Annotations
10 warnings
nuget:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L64
Nullable value type may be null.
|
nuget:
.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)'.
|
nuget:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L106
Nullable value type may be null.
|
nuget:
.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)'.
|
nuget:
.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.
|
nuget:
.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.
|
nuget:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L209
Non-nullable property 'StateQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
nuget:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L204
Non-nullable property 'TotalSupply' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
nuget:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L199
Non-nullable property 'StateQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
nuget:
.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L194
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|