Migrate from SharpRakNet to RakNexus and implement Blaze auth#9
Merged
Annotations
12 warnings
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4.0.1, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
ReCap.Server/Adapters/Persistence/SQLite/CreatureRepositoryAdapter.cs#L28
Possible null reference return.
|
|
ReCap.Server/Util/CommandLineHelper.cs#L26
Unreachable code detected
|
|
ReCap.Server/Adapters/Persistence/SQLite/CreatureTemplateRepositoryAdapter.cs#L28
Possible null reference return.
|
|
ReCap.Server/Util/HTTPHelper.cs#L38
The variable 'ex' is declared but never used
|
|
ReCap.Server/Util/HTTPHelper.cs#L26
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
|
ReCap.Server/Adapters/Persistence/SQLite/DbSequenceAdapter.cs#L21
Converting null literal or possible null value to non-nullable type.
|
|
ReCap.Server/Adapters/Rest/Contracts/Game/GetCreatureResponseContract.cs#L24
'GetCreatureResponseContract.GearScore' hides inherited member 'GetCreatureTemplateResponseContract.GearScore'. Use the new keyword if hiding was intended.
|
|
lib/RakNexus/src/Protocol/CongestionManager.cs#L24
The field 'CongestionManager.nextSYNUpdate' is assigned but its value is never used
|
|
lib/RakNexus/src/Protocol/SendQueue.cs#L7
The field 'SendQueue._seriesWeight' is never used
|
|
lib/RakNexus/src/Network/RakNetListener.cs#L69
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading