Skip to content

Merge fix-bad-var-decl-error into main: Correct error message on missing = #361

Merge fix-bad-var-decl-error into main: Correct error message on missing =

Merge fix-bad-var-decl-error into main: Correct error message on missing = #361

Triggered via pull request February 1, 2025 00:20
Status Success
Total duration 5m 6s
Artifacts

tests.yml

on: pull_request
checkout and run c# tests
1m 57s
checkout and run c# tests
Checkout and Run Unity Tests
4m 59s
Checkout and Run Unity Tests
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Checkout and Run Unity Tests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
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#L44
The variable 'e' is declared but never used
checkout and run c# tests: ulox/ulox.core.tests/ScannerTests.cs#L165
Dereference of a possibly null reference.
checkout and run c# tests: ulox/ulox.core.tests/ScannerTests.cs#L53
Non-nullable field 'scanner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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 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
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.