Merge branch 'master' of https://github.com/LukeFZ/Il2CppInspectorRedux #39
Annotations
4 warnings
Build GUI:
Il2CppInspector.Common/Cpp/MangledNameBuilder.cs#L220
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build GUI:
Il2CppInspector.Common/Next/Pointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build GUI:
Il2CppInspector.Common/Next/PrimitivePointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build GUI:
Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs#L108
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Loading