Skip to content

feat: mangle crew healths #185

feat: mangle crew healths

feat: mangle crew healths #185

Triggered via push January 30, 2025 18:48
Status Failure
Total duration 1m 15s
Artifacts

assets.yml

on: push
Download client
1m 4s
Download client
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Download client: src/BlitzKit.CLI/Functions/Mangler.cs#L1
The type or namespace name 'Blitzkit' could not be found (are you missing a using directive or an assembly reference?)
Download client: src/BlitzKit.CLI/Functions/Mangler.cs#L120
The type or namespace name 'CrewHealth' could not be found (are you missing a using directive or an assembly reference?)
Download client: src/BlitzKit.CLI/Functions/Mangler.cs#L142
The type or namespace name 'ModuleHealth' could not be found (are you missing a using directive or an assembly reference?)
Download client: src/BlitzKit.CLI/Functions/Mangler.cs#L110
The type or namespace name 'CrewType' could not be found (are you missing a using directive or an assembly reference?)
Download client
Process completed with exit code 1.
Download client: submodules/CUE4Parse/CUE4Parse/UE4/Objects/Core/Serialization/FCustomVersion.cs#L11
'FCustomVersion' defines operator == or operator != but does not override Object.Equals(object o)
Download client: submodules/CUE4Parse/CUE4Parse/UE4/Objects/Core/Serialization/FCustomVersion.cs#L11
'FCustomVersion' defines operator == or operator != but does not override Object.GetHashCode()
Download client: submodules/CUE4Parse/CUE4Parse/UE4/Objects/RenderCore/FPackedNormal.cs#L11
'FPackedNormal' defines operator == or operator != but does not override Object.Equals(object o)
Download client: submodules/CUE4Parse/CUE4Parse/UE4/Objects/RenderCore/FPackedNormal.cs#L11
'FPackedNormal' defines operator == or operator != but does not override Object.GetHashCode()
Download client: submodules/CUE4Parse/CUE4Parse/Utils/StringUtils.cs#L26
Cannot convert null literal to non-nullable reference type.
Download client: submodules/CUE4Parse/CUE4Parse/Utils/CRC32.cs#L516
Cannot convert null literal to non-nullable reference type.
Download client: submodules/CUE4Parse/CUE4Parse/Utils/CRC32.cs#L534
Cannot convert null literal to non-nullable reference type.
Download client: submodules/CUE4Parse/CUE4Parse/Utils/CRC32.cs#L555
Cannot convert null literal to non-nullable reference type.
Download client: submodules/CUE4Parse/CUE4Parse/Utils/CRC32.cs#L577
Cannot convert null literal to non-nullable reference type.
Download client: submodules/CUE4Parse/CUE4Parse/Utils/CRC32.cs#L445
Non-nullable field '_crc32Table' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.