Skip to content

Merge stdlib-updates into main #328

Merge stdlib-updates into main

Merge stdlib-updates into main #328

Triggered via pull request March 20, 2024 07:04
Status Success
Total duration 2m 59s
Artifacts

tests.yml

on: pull_request
checkout and run c# tests
1m 18s
checkout and run c# tests
Checkout and Run Unity Tests
2m 50s
Checkout and Run Unity Tests
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
checkout and run c# tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/setup-nuget@v1.0.5, coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
checkout and run c# tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/setup-nuget@v1.0.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
checkout and run c# tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
checkout and run c# tests: ulox/ulox.core/Package/Runtime/Types/HashedString.cs#L7
'HashedString' defines operator == or operator != but does not override Object.Equals(object o)
checkout and run c# tests: ulox/ulox.core/Package/Runtime/Types/HashedString.cs#L7
'HashedString' defines operator == or operator != but does not override Object.GetHashCode()
checkout and run c# tests: ulox/ulox.core.tests/UloxScriptTestBase.cs#L31
Non-nullable field 'engine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
checkout and run c# tests: ulox/ulox.core.tests/ByteCodeInterpreterTestEngine.cs#L46
The variable 'e' is declared but never used
checkout and run c# tests: ulox/ulox.core.tests/EngineTestBase.cs#L7
Non-nullable field 'testEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
checkout and run c# tests: ulox/ulox.core.tests/DesugarTests.cs#L10
Non-nullable property 'TestContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
checkout and run c# tests: ulox/ulox.core.tests/HashStringTests.cs#L38
Comparison made to same variable; did you mean to compare something else?
checkout and run c# tests: ulox/ulox.core.tests/MatchTests.cs#L120
Dereference of a possibly null reference.
checkout and run c# tests: ulox/ulox.core.tests/MatchTests.cs#L167
Dereference of a possibly null reference.
checkout and run c# tests: ulox/ulox.core.tests/OptimiserTests.cs#L8
Non-nullable field '_opt' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Checkout and Run Unity Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, game-ci/unity-test-runner@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Checkout and Run Unity Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/