update #1
Annotations
10 errors and 10 warnings
CommandAPI.cs#L1
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
CommandAPI.cs#L7
The type or namespace name 'ControllerBase' could not be found (are you missing a using directive or an assembly reference?)
|
CommandAPI.cs#L5
The type or namespace name 'RouteAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
CommandAPI.cs#L5
The type or namespace name 'Route' could not be found (are you missing a using directive or an assembly reference?)
|
CommandAPI.cs#L6
The type or namespace name 'ApiControllerAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
CommandAPI.cs#L6
The type or namespace name 'ApiController' could not be found (are you missing a using directive or an assembly reference?)
|
CommandAPI.cs#L17
The type or namespace name 'IActionResult' could not be found (are you missing a using directive or an assembly reference?)
|
CommandAPI.cs#L16
The type or namespace name 'HttpGetAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
CommandAPI.cs#L16
The type or namespace name 'HttpGet' could not be found (are you missing a using directive or an assembly reference?)
|
CommandAPI.cs#L1
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
APICommands.cs#L67
'GrenadeCommand.CommandPrefix' hides inherited member 'APICommand.CommandPrefix'. Use the new keyword if hiding was intended.
|
APICommands.cs#L68
'GrenadeCommand.Help' hides inherited member 'APICommand.Help'. Use the new keyword if hiding was intended.
|
BattleBitAPI/Server/Player.cs#L238
Type parameter 'TPlayer' has the same name as the type parameter from outer type 'Player<TPlayer>'
|
BattleBitAPI/Server/GameServer.cs#L907
Type parameter 'TPlayer' has the same name as the type parameter from outer type 'GameServer<TPlayer>'
|
BattleBitAPI/Common/Data/Attachment.cs#L6
'Attachment' defines operator == or operator != but does not override Object.Equals(object o)
|
BattleBitAPI/Common/Data/Attachment.cs#L6
'Attachment' defines operator == or operator != but does not override Object.GetHashCode()
|
BattleBitAPI/Common/Data/Gadget.cs#L3
'Gadget' defines operator == or operator != but does not override Object.Equals(object o)
|
BattleBitAPI/Common/Data/Gadget.cs#L3
'Gadget' defines operator == or operator != but does not override Object.GetHashCode()
|
BattleBitAPI/Common/Data/Map.cs#L3
'Map' defines operator == or operator != but does not override Object.Equals(object o)
|
BattleBitAPI/Common/Data/Map.cs#L3
'Map' defines operator == or operator != but does not override Object.GetHashCode()
|
The logs for this run have expired and are no longer available.
Loading