Nikola/reown update #75
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/MarketplaceExtensions.cs#L56
Possible null reference return.
|
Build:
src/ChainSafe.Gaming.Marketplace/MarketplaceExtensions.cs#L61
Possible null reference return.
|
Build:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L19
Non-nullable property 'MarketplaceContractAbiOverride' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L21
Non-nullable property 'ProjectIdOverride' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L23
Non-nullable property 'MarketplaceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L25
Non-nullable property 'MarketplaceContractAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
Loading