Fix/ghost hack crash usamune - #59
Open
hugou74130 wants to merge 5 commits into
Open
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v3, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build solution (Debug):
STROOP.Core/GameMemoryAccess/WindowsProcessIO.cs#L72
The variable 'numBytes' is assigned but its value is never used
|
|
Build solution (Debug):
STROOP.Core/GameMemoryAccess/WindowsProcessIO.cs#L47
The variable 'e' is declared but never used
|
|
Build solution (Debug):
STROOP.Core/Utilities/StringSymbolAttribute.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build solution (Debug):
STROOP.Core/GameMemoryAccess/BaseProcessIO.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build solution (Debug):
STROOP.Core/GameMemoryAccess/SigScanSharp.cs#L46
'HandleProcessCorruptedStateExceptionsAttribute' is obsolete: 'Recovery from corrupted process state exceptions is not supported; HandleProcessCorruptedStateExceptionsAttribute is ignored.' (https://aka.ms/dotnet-warnings/SYSLIB0032)
|
|
Build solution (Debug):
STROOP.Win32/NativeMethodWrappers.cs#L37
This call site is reachable on all platforms. 'PInvoke.WriteProcessMemory(HANDLE, void*, void*, nuint, nuint*)' is only supported on: 'windows' 5.1.2600 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build solution (Debug):
STROOP.Win32/NativeMethodWrappers.cs#L17
This call site is reachable on all platforms. 'PInvoke.ReadProcessMemory(HANDLE, void*, void*, nuint, nuint*)' is only supported on: 'windows' 5.1.2600 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build solution (Debug):
STROOP.Win32/NativeMethodWrappers.cs#L55
This call site is reachable on all platforms. 'PInvoke.QueryWorkingSetEx(HANDLE, void*, uint)' is only supported on: 'windows' 6.0.6000 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build solution (Debug):
STROOP.Win32/NativeMethods.txt#L15
This API is only available when targeting a specific CPU architecture. AnyCPU cannot generate this API.
|
|
Build solution (Debug)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
background
wait
wait-all
cancel
parallel
Loading