Skip to content

CI Check

CI Check #354

Triggered via pull request August 18, 2025 14:54
@rob1997rob1997
synchronize #1298
rob/ci-check
Status Success
Total duration 1m 34s
Artifacts

pull_request_checks_main.yml

on: pull_request
Check Commit 📝
7s
Check Commit 📝
Pre Job 🚀
0s
Pre Job 🚀
Duplicate Samples 🪞  /  ...  /  Setup job
25s
Duplicate Samples 🪞 / Duplicate Samples 🪞 / Setup job
Documentation Check 📚  /  Documentation Check 📚
Documentation Check 📚 / Documentation Check 📚
Matrix: Analyze 🧐 / Analyze 🧐
Waiting for pending jobs
Matrix: Unity Tests 🧪 / Unity Tests 🧪
Waiting for pending jobs
Matrix: Web3 tests 🕸 / Web3 tests 🕸️
Waiting for pending jobs
Sync Dependencies 🔄  /  ...  /  Setup job
51s
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxRewards.cs#L20
Non-nullable property 'Erc1155Rewards' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxRewards.cs#L18
Non-nullable property 'Erc721Rewards' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/LootboxRewards.cs#L16
Non-nullable property 'Erc20Rewards' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/RewardsClaimedEvent.cs#L13
Non-nullable property 'TokenAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: src/ChainSafe.Gaming.Lootboxes.Chainlink/Dto/RewardsClaimedEvent.cs#L10
Non-nullable property 'OpenerAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: 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.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: 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.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: 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.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: 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.
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job: src/ChainSafe.Gaming.Debugging/JsonRpcWalletConfig.cs#L10
Non-nullable property 'AddressOverride' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.