Skip to content

Feature/physics

Feature/physics #25

Triggered via pull request December 13, 2023 22:59
Status Success
Total duration 1m 23s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Components/MineSharp.World/V1_18/World_1_18.cs#L42
'World_1_18.FindBlocks(BlockType, IWorldIterator, int?)' hides inherited member 'AbstractWorld.FindBlocks(BlockType, IWorldIterator, int?)'. Use the new keyword if hiding was intended.
build: Components/MineSharp.World/V1_18/World_1_18.cs#L59
'World_1_18.FindBlocks(int, int?)' hides inherited member 'AbstractWorld.FindBlocks(int, int?)'. Use the new keyword if hiding was intended.
build: Components/MineSharp.Physics/Utils/CollisionUtils.cs#L118
Comparison made to same variable; did you mean to compare something else?
build: Components/MineSharp.Physics/PlayerPhysics.cs#L19
The event 'PlayerPhysics.OnCrouchingChanged' is never used
build: Components/MineSharp.World/V1_18/World_1_18.cs#L42
'World_1_18.FindBlocks(BlockType, IWorldIterator, int?)' hides inherited member 'AbstractWorld.FindBlocks(BlockType, IWorldIterator, int?)'. Use the new keyword if hiding was intended.
build: Components/MineSharp.World/V1_18/World_1_18.cs#L59
'World_1_18.FindBlocks(int, int?)' hides inherited member 'AbstractWorld.FindBlocks(int, int?)'. Use the new keyword if hiding was intended.
build: Components/MineSharp.Physics/Utils/CollisionUtils.cs#L118
Comparison made to same variable; did you mean to compare something else?
build: Components/MineSharp.Physics/PlayerPhysics.cs#L19
The event 'PlayerPhysics.OnCrouchingChanged' is never used
build: MineSharp.Bot.IntegrationTests/Program.cs#L19
The result of the expression is always 'true' since a value of type 'ConsoleKeyInfo' is never equal to 'null' of type 'ConsoleKeyInfo?'
build: MineSharp.Bot.IntegrationTests/Program.cs#L57
Unreachable code detected