Update IsRef property in InjectedParameterAnalysisContext #450
Annotations
10 warnings
|
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.
|
|
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.
|
|
LibCpp2IL/BinarySearcher.cs#L118
Dereference of a possibly null reference.
|
|
LibCpp2IL/BinarySearcher.cs#L300
Dereference of a possibly null reference.
|
|
Cpp2IL.Core/Model/Contexts/HasCustomAttributes.cs#L124
Dereference of a possibly null reference.
|
|
Cpp2IL/Program.cs#L47
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleMacOSGamePath(string gamePath, string? inputExeName, ref Cpp2IlRuntimeArgs args)'.
|
|
Cpp2IL/Program.cs#L49
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleLinuxGamePath(string gamePath, string? inputExeName, ref Cpp2IlRuntimeArgs args)'.
|
|
Cpp2IL/Program.cs#L51
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleWindowsGamePath(string gamePath, string? inputExeName, ref Cpp2IlRuntimeArgs args)'.
|
|
Cpp2IL/Program.cs#L53
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleSingleApk(string gamePath, ref Cpp2IlRuntimeArgs args)'.
|
|
Cpp2IL/Program.cs#L55
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleXapk(string gamePath, ref Cpp2IlRuntimeArgs args)'.
|
The logs for this run have expired and are no longer available.
Loading