Skip to content

remember to log exact failure reason in blte #71

remember to log exact failure reason in blte

remember to log exact failure reason in blte #71

Triggered via push December 2, 2023 16:07
Status Failure
Total duration 1m 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build: TACTLibTest/Program.cs#L3
The type or namespace name 'Ribbit' does not exist in the namespace 'TACTLib.Protocol' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: TACTLib/Agent/Protobuf/ProtoDatabase.cs#L8
The type name 'pb' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: TACTLib/Agent/Protobuf/ProtoDatabase.cs#L9
The type name 'pbc' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: TACTLib/Agent/Protobuf/ProtoDatabase.cs#L10
The type name 'pbr' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: TACTLib/Agent/Protobuf/ProtoDatabase.cs#L11
The type name 'scg' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: TACTLib/Core/Product/Tank/TRG/ProTRG_78040.cs#L28
Unreachable code detected
build: TACTLib/Core/Product/Tank/TRG/ProTRG_78040.cs#L25
The variable 'okidx' is declared but never used
build: TACTLib/Core/Product/Tank/ProductHandler_Tank.cs#L67
Non-nullable field 'm_rootContentManifest' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: TACTLib/Core/Product/Tank/ProductHandler_Tank.cs#L67
Non-nullable field 'm_assets' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: TACTLib/Core/Product/MNDX/ProductHandler_MNDX.cs#L192
Dereference of a possibly null reference.