Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

PIRATE-36 Return from command #221

PIRATE-36 Return from command

PIRATE-36 Return from command #221

Triggered via push August 30, 2023 23:42
Status Failure
Total duration 56s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Pirate.Common.Exception/PirateException.cs#L36
Possible null reference argument for parameter 'args' in 'string string.Format(string format, params object?[] args)'.
build: Pirate.Common.Logger/Logger.cs#L29
Non-nullable property 'CacheText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pirate.Common/ObjectSerializer.cs#L70
Converting null literal or possible null value to non-nullable type.
build: Pirate.Lexer/Lexer.cs#L12
The field 'Lexer.lexer' is never used
build: Pirate.Parser/Program.cs#L23
Dereference of a possibly null reference.
build: Pirate.Parser/Parsers/OperationParser.cs#L98
Converting null literal or possible null value to non-nullable type.
build: Pirate.Interpreter/Interpreters/BaseInterpreter.cs#L24
Possible null reference return.
build: Pirate.Interpreter/Interpreters/WhileLoopStatementInterpreter.cs#L42
Unboxing a possibly null value.
build: Pirate.Interpreter/StandardLibrary/IOLibrary.cs#L23
Dereference of a possibly null reference.
build: Pirate.Interpreter/StandardLibrary/IOLibrary.cs#L32
Dereference of a possibly null reference.