Merge improve into main: #358
tests.yml
on: pull_request
checkout and run c# tests
1m 39s
Checkout and Run Unity Tests
2m 56s
Annotations
1 error and 14 warnings
Checkout and Run Unity Tests
The process '/usr/bin/docker' failed with exit code 133
|
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/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/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.
|
Checkout and Run Unity Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|