Fix targets in tests #18
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
upstream/BattleBitAPI/BattleBitAPI/Common/Data/Attachment.cs#L5
'Attachment' defines operator == or operator != but does not override Object.Equals(object o)
|
upstream/BattleBitAPI/BattleBitAPI/Common/Data/Attachment.cs#L5
'Attachment' defines operator == or operator != but does not override Object.GetHashCode()
|
upstream/BattleBitAPI/BattleBitAPI/Common/Data/Gadget.cs#L3
'Gadget' defines operator == or operator != but does not override Object.Equals(object o)
|
upstream/BattleBitAPI/BattleBitAPI/Common/Data/Gadget.cs#L3
'Gadget' defines operator == or operator != but does not override Object.GetHashCode()
|
upstream/BattleBitAPI/BattleBitAPI/Common/Data/Weapon.cs#L5
'Weapon' defines operator == or operator != but does not override Object.Equals(object o)
|
upstream/BattleBitAPI/BattleBitAPI/Common/Data/Weapon.cs#L5
'Weapon' defines operator == or operator != but does not override Object.GetHashCode()
|
upstream/BattleBitAPI/BattleBitAPI/Common/Data/Map.cs#L3
'Map' defines operator == or operator != but does not override Object.Equals(object o)
|
upstream/BattleBitAPI/BattleBitAPI/Common/Data/Map.cs#L3
'Map' defines operator == or operator != but does not override Object.GetHashCode()
|
upstream/BattleBitAPI/BattleBitAPI/Server/GameServer.cs#L861
Type parameter 'TPlayer' has the same name as the type parameter from outer type 'GameServer<TPlayer>'
|
upstream/BattleBitAPI/BattleBitAPI/Server/ServerListener.cs#L1058
Type parameter 'TPlayer' has the same name as the type parameter from outer type 'ServerListener<TPlayer, TGameServer>'
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading