Implement server types and P2P connection helper #122
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
dotnet Publish:
Source/Coop/NetworkPacket/PlayerStatePacket.cs#L17
'PlayerStatePacket' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
dotnet Publish:
Source/Networking/Nat/Open.Nat/Utils/Extensions.cs#L154
Unreachable code detected
|
dotnet Publish:
Source/StayInTarkovPlugin.cs#L135
The variable 'e' is declared but never used
|
dotnet Publish:
Source/StayInTarkovPlugin.cs#L145
The variable 'e' is declared but never used
|
dotnet Publish:
Source/Coop/Components/SITMatchmakerGUIComponent.cs#L676
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
dotnet Publish:
Source/Coop/CoopGame.cs#L755
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
dotnet Publish:
Source/Networking/NatHelper.cs#L236
The variable 'ex' is declared but never used
|
dotnet Publish:
Source/Networking/NatHelper.cs#L274
The variable 'ex' is declared but never used
|
dotnet Publish:
Source/Coop/Components/CoopGameComponents/CoopGameComponent.cs#L1343
The field 'CoopGameComponent.normalLabelStyle' is never used
|
dotnet Publish:
Source/Coop/Components/PlayerReplicatedComponent.cs#L332
The field 'PlayerReplicatedComponent._healthDictionary' is never used
|
The logs for this run have expired and are no longer available.
Loading