Skip to content

forgot this

forgot this #64

Triggered via push May 19, 2024 19:17
Status Success
Total duration 3m 30s
Artifacts

qa.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CUE4Parse/CUE4Parse/UE4/Objects/Core/Serialization/FCustomVersion.cs#L11
'FCustomVersion' defines operator == or operator != but does not override Object.Equals(object o)
build: CUE4Parse/CUE4Parse/UE4/Objects/Core/Serialization/FCustomVersion.cs#L11
'FCustomVersion' defines operator == or operator != but does not override Object.GetHashCode()
build: CUE4Parse/CUE4Parse/UE4/Objects/RenderCore/FPackedNormal.cs#L11
'FPackedNormal' defines operator == or operator != but does not override Object.Equals(object o)
build: CUE4Parse/CUE4Parse/UE4/Objects/RenderCore/FPackedNormal.cs#L11
'FPackedNormal' defines operator == or operator != but does not override Object.GetHashCode()
build: CUE4Parse/CUE4Parse/Utils/StringUtils.cs#L26
Cannot convert null literal to non-nullable reference type.
build: CUE4Parse/CUE4Parse/FileProvider/Vfs/FileProviderDictionary.cs#L73
Possible null reference assignment.
build: CUE4Parse/CUE4Parse/FileProvider/Vfs/FileProviderDictionary.cs#L77
Cannot convert null literal to non-nullable reference type.
build: CUE4Parse/CUE4Parse/UE4/Pak/Objects/FPakInfo.cs#L57
Non-nullable field 'CustomEncryptionData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CUE4Parse/CUE4Parse/UE4/Pak/Objects/FPakInfo.cs#L57
Non-nullable field 'CompressionMethods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CUE4Parse/CUE4Parse/GameTypes/FN/Assets/Exports/ULevelSaveRecord.cs#L375
Possible null reference argument for parameter 'owner' in 'FStructFallback FActorTemplateRecord.ReadActorData(IPackage owner, ELevelSaveRecordVersion SaveVersion)'.