excluded CommandAPI as its non functional #5
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
BattleBitAPI/Server/Player.cs#L238
Type parameter 'TPlayer' has the same name as the type parameter from outer type 'Player<TPlayer>'
|
build:
APICommands.cs#L67
'GrenadeCommand.CommandPrefix' hides inherited member 'APICommand.CommandPrefix'. Use the new keyword if hiding was intended.
|
build:
APICommands.cs#L68
'GrenadeCommand.Help' hides inherited member 'APICommand.Help'. Use the new keyword if hiding was intended.
|
build:
BattleBitAPI/Server/GameServer.cs#L907
Type parameter 'TPlayer' has the same name as the type parameter from outer type 'GameServer<TPlayer>'
|
build:
BattleBitAPI/Common/Data/Attachment.cs#L6
'Attachment' defines operator == or operator != but does not override Object.Equals(object o)
|
build:
BattleBitAPI/Common/Data/Attachment.cs#L6
'Attachment' defines operator == or operator != but does not override Object.GetHashCode()
|
build:
BattleBitAPI/Common/Data/Gadget.cs#L3
'Gadget' defines operator == or operator != but does not override Object.Equals(object o)
|
build:
BattleBitAPI/Common/Data/Gadget.cs#L3
'Gadget' defines operator == or operator != but does not override Object.GetHashCode()
|
build:
BattleBitAPI/Common/Data/Map.cs#L3
'Map' defines operator == or operator != but does not override Object.Equals(object o)
|
build:
BattleBitAPI/Common/Data/Map.cs#L3
'Map' defines operator == or operator != but does not override Object.GetHashCode()
|