Skip to content

updated get value function #26

updated get value function

updated get value function #26

Triggered via push December 10, 2024 18:14
Status Success
Total duration 1m 7s
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#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#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/Linter.cs#L31
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/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.