CI Fix on dev #76
Annotations
1 error and 13 warnings
Initialize CodeQL
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Initialize CodeQL
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.
|
Initialize CodeQL
Unable to validate code scanning workflow: MissingPushHook
|
Build:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L16
Nullability of reference types in return type of 'string? MarketplaceConfig.EndpointOverride.get' doesn't match implicitly implemented member 'string IMarketplaceConfig.EndpointOverride.get' (possibly because of nullability attributes).
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L25
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L31
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L37
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L43
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L31
Non-nullable property 'ProjectId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L37
Non-nullable property 'MarketplaceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L43
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading