Refactor, Cleanup and Sample Import Dependency Fixes 699 #499
Annotations
11 warnings
src/ChainSafe.Gaming.Debugging/JsonRpcWalletConfig.cs#L10
Non-nullable property 'AddressOverride' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc1155NftReward.cs#L7
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc1155Reward.cs#L7
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc20Reward.cs#L7
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc721Reward.cs#L7
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxRewards.cs#L16
Non-nullable property 'Erc20Rewards' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxRewards.cs#L18
Non-nullable property 'Erc721Rewards' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxRewards.cs#L20
Non-nullable property 'Erc1155Rewards' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxRewards.cs#L22
Non-nullable property 'Erc1155NftRewards' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/RewardsClaimedEvent.cs#L10
Non-nullable property 'OpenerAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
The logs for this run have expired and are no longer available.
Loading