Skip to content

fixed unwrapping string body #31

fixed unwrapping string body

fixed unwrapping string body #31

Triggered via push December 12, 2024 10:46
Status Failure
Total duration 25s
Artifacts

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build, Test and (Publish if not pull request) 8.0.x
Process completed with exit code 1.
Build, Test and (Publish if not pull request) 8.0.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build, Test and (Publish if not pull request) 8.0.x: src/Data/DataStructures.cs#L610
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build, Test and (Publish if not pull request) 8.0.x: src/Data/DataStructures.cs#L621
Nullability of reference types in type of parameter 'other' of 'int Enumeration.CompareTo(object other)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Build, Test and (Publish if not pull request) 8.0.x: src/Data/DataStructures.cs#L594
'Enumeration' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build, Test and (Publish if not pull request) 8.0.x: src/Data/ScopedSymbolTable.cs#L250
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 8.0.x: src/Data/ScopedSymbolTable.cs#L263
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 8.0.x: src/Data/ScopedSymbolTable.cs#L287
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 8.0.x: src/Data/ScopedSymbolTable.cs#L299
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 8.0.x: src/Data/DataStructures.cs#L109
Possible null reference argument for parameter 'value' in 'String.String(string value)'.
Build, Test and (Publish if not pull request) 8.0.x: src/Data/ScopedSymbolTable.cs#L170
Cannot convert null literal to non-nullable reference type.