Fix FreeCamere not enter after extract #399
Annotations
10 warnings
Source/Tools/Autoraid.cs#L195
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Networking/AkiBackendCommunication.cs#L109
Cannot convert null literal to non-nullable reference type.
|
Source/Networking/AkiBackendCommunication.cs#L274
Cannot convert null literal to non-nullable reference type.
|
Source/Networking/NatHelper.cs#L331
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Coop/NetworkPacket/Player/Inventory/PolymorphInventoryOperationPacket.cs#L42
'PolymorphInventoryOperationPacket.Logger' hides inherited member 'BasePlayerPacket.Logger'. Use the new keyword if hiding was intended.
|
Source/Coop/NetworkPacket/Player/Weapons/InitiateShotPacket.cs#L38
'InitiateShotPacket.Logger' hides inherited member 'BasePlayerPacket.Logger'. Use the new keyword if hiding was intended.
|
Source/Coop/SITGameModes/CoopSITGame.cs#L461
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Coop/SITGameModes/MultiplayerSITGame.cs#L31
'MultiplayerSITGame.PastTime' hides inherited member 'AbstractGame.PastTime'. Use the new keyword if hiding was intended.
|
Source/Networking/Nat/Open.Nat/Utils/Extensions.cs#L154
Unreachable code detected
|
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.
|
This job succeeded
Loading