Merge pull request #222 from stevehalliwell/improvements #304
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
ulox/ulox.core/Package/Runtime/Types/HashedString.cs#L7
'HashedString' defines operator == or operator != but does not override Object.Equals(object o)
|
ulox/ulox.core/Package/Runtime/Types/HashedString.cs#L7
'HashedString' defines operator == or operator != but does not override Object.GetHashCode()
|
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.
|
ulox/ulox.core.tests/ScannerTests.cs#L309
Dereference of a possibly null reference.
|
ulox/ulox.core.tests/ScannerTests.cs#L181
Non-nullable field 'scanner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ulox/ulox.core.tests/OptimiserTests.cs#L9
Non-nullable field '_opt' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ulox/ulox.core.tests/MatchTests.cs#L119
Dereference of a possibly null reference.
|
ulox/ulox.core.tests/MatchTests.cs#L165
Dereference of a possibly null reference.
|
ulox/ulox.core.tests/ByteCodeInterpreterTestEngine.cs#L40
The variable 'e' is declared but never used
|
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.
|
The logs for this run have expired and are no longer available.
Loading