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

PIRATE-21 Refactor and Revive #226

PIRATE-21 Refactor and Revive

PIRATE-21 Refactor and Revive #226

Triggered via pull request September 2, 2023 18:55
@joerivanarkeljoerivanarkel
synchronize #109
dev
Status Failure
Total duration 54s
Artifacts

dotnet.yml

on: pull_request
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.Parser.Test/NodeTest.cs#L35
Cannot convert null literal to non-nullable reference type.
build: Pirate.Parser.Test/NodeTest.cs#L72
Cannot convert null literal to non-nullable reference type.
build: Pirate.Parser.Test/NodeTest.cs#L107
Cannot convert null literal to non-nullable reference type.
build: Pirate.Parser.Test/NodeTest.cs#L146
Cannot convert null literal to non-nullable reference type.
build: Pirate.Parser.Test/NodeTest.cs#L181
Cannot convert null literal to non-nullable reference type.