OpenCoreMMO Build Workflow #178
Annotations
10 warnings
Build:
src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L38
'IContainer.Parent' hides inherited member 'IItem.Parent'. Use the new keyword if hiding was intended.
|
Build:
src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L63
'IContainer.OnItemRemoved' hides inherited member 'IItem.OnItemRemoved(IThing)'. Use the new keyword if hiding was intended.
|
Build:
src/GameWorldSimulator/NeoServer.Game.Common/Contracts/Items/Types/Containers/IContainer.cs#L69
'IContainer.SetParent(IThing)' hides inherited member 'IItem.SetParent(IThing)'. Use the new keyword if hiding was intended.
|
Build:
src/GameWorldSimulator/NeoServer.Game.Combat/Attacks/DistanceCombatAttack.cs#L34
'DistanceCombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)' hides inherited member 'CombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)'. Use the new keyword if hiding was intended.
|
Build:
src/GameWorldSimulator/NeoServer.Game.Combat/Attacks/MeleeCombatAttack.cs#L29
'MeleeCombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)' hides inherited member 'CombatAttack.CalculateAttack(ICombatActor, ICombatActor, CombatAttackValue, out CombatDamage)'. Use the new keyword if hiding was intended.
|
Build:
src/GameWorldSimulator/NeoServer.Game.Creatures/Player/Player.cs#L1133
The event 'Player.OnUsedSpell' is never used
|
Build:
src/GameWorldSimulator/NeoServer.Game.Creatures/Models/Bases/Creature.cs#L43
The event 'Creature.OnCreatureRemoved' is never used
|
Build:
src/GameWorldSimulator/NeoServer.Game.Creatures/Player/Player.cs#L42
The field 'Player._idleTime' is assigned but its value is never used
|
Build:
src/GameWorldSimulator/NeoServer.Game.Creatures/Models/Bases/CombatActor.cs#L29
The field 'CombatActor.WasDamagedOnLastAttack' is assigned but its value is never used
|
Build:
src/GameWorldSimulator/NeoServer.Game.Items/Items/Paper.cs#L48
'Paper.Use(IPlayer)' hides inherited member 'BaseItem.Use(IPlayer)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Loading