added routing table function to sst #34
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#L136
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#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#L252
Cannot convert null literal to non-nullable reference type.
|
Build, Test and (Publish if not pull request) 8.0.x:
src/Data/ScopedSymbolTable.cs#L265
Cannot convert null literal to non-nullable reference type.
|
Build, Test and (Publish if not pull request) 8.0.x:
src/Data/ScopedSymbolTable.cs#L289
Cannot convert null literal to non-nullable reference type.
|
Build, Test and (Publish if not pull request) 8.0.x:
src/Data/ScopedSymbolTable.cs#L301
Cannot convert null literal to non-nullable reference type.
|
Build, Test and (Publish if not pull request) 8.0.x:
src/Data/DataStructures.cs#L67
Possible null reference return.
|
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#L172
Cannot convert null literal to non-nullable reference type.
|