SDK warning fixes (#1267) #81
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc1155NftReward.cs#L7
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc1155Reward.cs#L7
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc1155Reward.cs#L9
Non-nullable property 'TokenName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc20Reward.cs#L7
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc721Reward.cs#L7
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/Erc721Reward.cs#L9
Non-nullable property 'TokenName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxItemList.cs#L19
Non-nullable property 'Parameter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxItemList.cs#L21
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxItemList.cs#L26
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run:
src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxItemList.cs#L28
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Test results for PlayMode".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading