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

PIRATE-47 WIP

PIRATE-47 WIP #227

Triggered via push September 2, 2023 22:34
Status Failure
Total duration 1m 1s
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.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/Values/VariableValue.cs#L20
Dereference of a possibly null reference.
build: Pirate.Interpreter/Values/StringValue.cs#L17
Possible null reference argument for parameter 'value' in 'string StringValue.ConvertValueToString(object value)'.
build: Pirate.Interpreter/Values/StringValue.cs#L18
Possible null reference argument for parameter 'value' in 'string StringValue.ConvertValueToString(object value)'.
build: Pirate.Interpreter/Values/StringValue.cs#L24
Possible null reference argument for parameter 'value' in 'string StringValue.ConvertValueToString(object value)'.
build: Pirate.Interpreter/Values/StringValue.cs#L25
Possible null reference argument for parameter 'value' in 'int StringValue.ConvertValueToInt(object value)'.