Build GTAdhocToolchain #39
Annotations
40 warnings
esprima-dotnet/src/Esprima/AdhocAbstractSyntaxTree.cs#L125
Non-nullable field '_fileName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
esprima-dotnet/src/Esprima/Ast/RequireStatement.cs#L9
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
esprima-dotnet/src/Esprima/Ast/Literal.cs#L21
Non-nullable field 'NumericValue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
esprima-dotnet/src/Esprima/Ast/IncludeStatement.cs#L9
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
esprima-dotnet/src/Esprima/Ast/ImportExpression.cs#L9
Non-nullable property 'Declaration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
esprima-dotnet/src/Esprima/AdhocAbstractSyntaxTree.cs#L1421
Converting null literal or possible null value to non-nullable type.
|
esprima-dotnet/src/Esprima/AdhocAbstractSyntaxTree.cs#L1556
Possible null reference argument for parameter 'identifier' in 'StaticIdentifier.StaticIdentifier(Identifier identifier)'.
|
esprima-dotnet/src/Esprima/Token.cs#L82
Possible null reference return.
|
esprima-dotnet/src/Esprima/Token.cs#L55
Non-nullable field 'NumericValue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
esprima-dotnet/src/Esprima/AdhocAbstractSyntaxTree.cs#L2180
Unreachable code detected
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GTAdhocToolchain.Core/Utils.cs#L133
Comparison to integral constant is useless; the constant is outside the range of type 'int'
|
GTAdhocToolchain.Core/AdhocStream.cs#L180
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
The logs for this run have expired and are no longer available.
Loading