Fix bugs in HasCustomAttribute affecting performance #1196
Annotations
6 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
LibCpp2IL/BinaryStructures/Il2CppRGCTXDefinition.cs#L44
Non-nullable field '_constrainedData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
LibCpp2IL/BinaryStructures/Il2CppRGCTXDefinition.cs#L46
Non-nullable field '_defData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
LibCpp2IL/BinarySearcher.cs#L118
Dereference of a possibly null reference.
|
Build:
LibCpp2IL/BinarySearcher.cs#L300
Dereference of a possibly null reference.
|
Build:
Cpp2IL.Core/Model/Contexts/HasCustomAttributes.cs#L114
Dereference of a possibly null reference.
|
Loading