custom keybind option for extract #280
Merged
Annotations
10 warnings
dotnet Publish:
Source/Networking/NatHelper.cs#L331
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet Publish:
Source/Tools/Autoraid.cs#L195
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet Publish:
Source/Coop/SITGameModes/MultiplayerSITGame.cs#L31
'MultiplayerSITGame.PastTime' hides inherited member 'AbstractGame.PastTime'. Use the new keyword if hiding was intended.
|
dotnet Publish:
Source/EssentialPatches/Bundles/EasyAssetsPatch.cs#L124
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/Nat/Open.Nat/Utils/Extensions.cs#L154
Unreachable code detected
|
dotnet Publish:
Source/Configuration/PluginConfigSettings.cs#L79
Non-nullable property 'SETTING_PressToExtractKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet Publish:
Source/Configuration/PluginConfigSettings.cs#L79
Non-nullable property 'SETTING_PressToForceExtractKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet Publish:
Source/AkiSupport/Singleplayer/Patches/MainMenu/AmmoUsedCounterPatch.cs#L14
The field 'AmmoUsedCounterPatch.player' is never used
|
dotnet Publish:
Source/Coop/Controllers/CoopInventory/CoopInventoryController.cs#L142
The field 'CoopInventoryController._cachedInternalOperation' is never used
|
dotnet Publish:
Source/Networking/SITGameServerClientDataProcessing.cs#L29
The event 'SITGameServerClientDataProcessing.OnLatencyUpdated' is never used
|
Loading