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

Input System Fix

Input System Fix #7

Triggered via pull request October 15, 2024 13:49
Status Success
Total duration 24m 19s
Artifacts 1

pull_request_checks_main.yml

on: pull_request
Matrix: Pull Request Checks / Web3 Tests / Web3 tests job 🕸️
Matrix: Pull Request Checks / Analyze Code / Analyze 🧐
Matrix: Pull Request Checks / Unity Tests / Duplicate Samples And Publish Dependencies
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (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 job 🕸️ (6.0.x): 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.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L39
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L39
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L49
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L49
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L54
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L54
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L59
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L67
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Web3 Tests / Web3 tests job 🕸️ (6.0.x): src/ChainSafe.Gaming.Mud/Systems/MudSystems.cs#L76
Cannot convert null literal to non-nullable reference type.
Pull Request Checks / Analyze Code / Analyze 🧐 (csharp, 6.0.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: github/codeql-action/init@v2, actions/setup-dotnet@v3, github/codeql-action/analyze@v2. 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 / Analyze Code / Analyze 🧐 (csharp, 6.0.x)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Pull Request Checks / Analyze Code / 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.
Pull Request Checks / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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 / Analyze Code / Analyze 🧐 (csharp, 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.
Pull Request Checks / Unity Tests / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/cache@v2, game-ci/unity-test-runner@v3, actions/upload-artifact@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 / Unity Tests / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode)
No files were found with the provided path: CodeCoverage. No artifacts will be uploaded.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Test results for PlayMode". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size Digest
Test results for PlayMode Expired
1.69 MB