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

CI Flow Fix

CI Flow Fix #28

Triggered via pull request October 23, 2024 11:21
@rob1997rob1997
synchronize #1203
rob/ci-fix-1
Status Success
Total duration 1m 29s
Artifacts

pull_request_checks_main.yml

on: pull_request
Pull Request Checks  /  ...  /  Setup job
Pull Request Checks / Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job
Pull Request Checks  /  Check Commit 📝
6s
Pull Request Checks / Check Commit 📝
Matrix: Pull Request Checks / Analyze 🧐 / Analyze 🧐
Waiting for pending jobs
Matrix: Pull Request Checks / Unity Tests 🧪 / Unity Tests 🧪
Waiting for pending jobs
Pull Request Checks  /  ...  /  Setup job
Pull Request Checks / Duplicate Samples 🪞 / Duplicate Samples 🪞 / Setup job
Matrix: Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️
Pull Request Checks  /  ...  /  label_pr
Pull Request Checks / Label Pull Request / label_pr
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): 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).
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): 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.
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): 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.
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): 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.
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L43
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L49
Non-nullable property 'MarketPlaceContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L55
Non-nullable property 'Seller' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L61
Non-nullable property 'Buyer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L67
Non-nullable property 'Price' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request Checks / Web3 tests 🕸 / Web3 tests 🕸️ (6.0.x): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L79
Non-nullable property 'StatusRaw' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.