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

PIRATE-36 Move to Pirate.Spec.Test folder #219

PIRATE-36 Move to Pirate.Spec.Test folder

PIRATE-36 Move to Pirate.Spec.Test folder #219

Triggered via push August 30, 2023 20:15
Status Failure
Total duration 50s
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#L30
Non-nullable property 'CacheText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pirate.Common/ObjectSerializer.cs#L69
Converting null literal or possible null value to non-nullable type.
build: Pirate.Lexer/Lexer.cs#L13
The field 'Lexer.lexer' is never used
build: Pirate.Parser/Parsers/ForLoopStatementParser.cs#L6
The using directive for 'Pirate.Parser.Node' appeared previously in this namespace
build: Pirate.Parser/Parsers/FunctionDeclartionParser.cs#L7
The using directive for 'Pirate.Parser.Node' appeared previously in this namespace
build: Pirate.Parser/Parsers/IdentifierParser.cs#L6
The using directive for 'Pirate.Parser.Node' appeared previously in this namespace
build: Pirate.Parser/Parsers/OperationParser.cs#L9
The using directive for 'Pirate.Parser.Node' appeared previously in this namespace
build: Pirate.Parser/Program.cs#L27
Dereference of a possibly null reference.
build: Pirate.Parser/Parsers/OperationParser.cs#L104
Converting null literal or possible null value to non-nullable type.