这是indexloc提供的服务,不要输入任何密码
Skip to content

Merge branch 'main' into dev #246

Merge branch 'main' into dev

Merge branch 'main' into dev #246

Triggered via push October 9, 2024 14:42
Status Cancelled
Total duration 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Check and Commit / Duplicate Samples And Publish Dependencies
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): 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.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): 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).
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L25
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L31
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L37
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L43
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L31
Non-nullable property 'ProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L37
Non-nullable property 'MarketplaceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.