Refactor, Cleanup and Sample Import Dependency Fixes 699 #425
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
Analyze 🧐 (csharp, 6.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@v2, actions/setup-dotnet@v3, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze 🧐 (csharp, 6.0.x):
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.
|
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/RewardsClaimedEvent.cs#L10
Non-nullable property 'OpenerAddress' 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/RewardsClaimedEvent.cs#L13
Non-nullable property 'TokenAddress' 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)
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.
|