Skip to content

Sample Updates

Sample Updates #485

Triggered via pull request October 31, 2023 08:17
Status Success
Total duration 6m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql.yml

on: pull_request
Matrix: Analyze 🧐
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze 🧐 (csharp, 6.0.x): 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.
Analyze 🧐 (csharp, 6.0.x): 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.
Analyze 🧐 (csharp, 6.0.x): 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.
Analyze 🧐 (csharp, 6.0.x): 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.
Analyze 🧐 (csharp, 6.0.x): 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.
Analyze 🧐 (csharp, 6.0.x): 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.
Analyze 🧐 (csharp, 6.0.x): 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.
Analyze 🧐 (csharp, 6.0.x): 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.
Analyze 🧐 (csharp, 6.0.x): src/ChainSafe.Gaming.Lootboxes.Chainlink/LootboxService.cs#L35
Non-nullable field 'signer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze 🧐 (csharp, 6.0.x): src/ChainSafe.Gaming.Lootboxes.Chainlink/LootboxService.cs#L35
Non-nullable field 'contract' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze 🧐 (csharp, 6.0.x)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.