Skip to content

added node initialization data structure #24

added node initialization data structure

added node initialization data structure #24

Triggered via push December 5, 2024 14:23
Status Success
Total duration 1m 3s
Artifacts

main.yml

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

Annotations

21 warnings
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/Processor/Utils.cs#L94
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/.generated/SeidlParserVisitor.cs#L34
'ISeidlParserVisitor<Result>' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/.generated/SeidlParserBaseVisitor.cs#L37
'SeidlParserBaseVisitor<Result>' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/.generated/SeidlParser.cs#L36
'SeidlParser' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/.generated/SeidlLexer.cs#L33
'SeidlLexer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/BasicVisitors.cs#L38
Non-nullable field 'programTextUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/BasicVisitors.cs#L38
Non-nullable field 'RepositoryClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/BasicVisitors.cs#L120
Non-nullable field 'programTextUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/BasicVisitors.cs#L120
Non-nullable field 'RepositoryClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build, Test and (Publish if not pull request) 8.0.x: src/Processor/BasicVisitors.cs#L53
Converting null literal or possible null value to non-nullable type.
Build, Test and (Publish if not pull request) 8.0.x: src/Data/DataStructures.cs#L576
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#L587
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#L560
'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#L103
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.
Build, Test and (Publish if not pull request) 8.0.x: src/Data/DataStructures.cs#L318
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.