Skip to content

Pathfinder Plugin

Pathfinder Plugin #103

Triggered via pull request March 27, 2024 19:12
Status Failure
Total duration 47s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: Plugins/MineSharp.Pathfinder/Utils/MovementUtils.cs#L20
Argument 1: cannot convert from 'ref MineSharp.Core.Geometry.MutableVector3' to 'ref MineSharp.Core.Geometry.Vector3'
build: Plugins/MineSharp.Pathfinder/Utils/MovementUtils.cs#L70
The property or indexer 'Vector3.X' cannot be used in this context because the set accessor is inaccessible
build: Plugins/MineSharp.Pathfinder/Utils/MovementUtils.cs#L71
The property or indexer 'Vector3.Z' cannot be used in this context because the set accessor is inaccessible
build: Plugins/MineSharp.Pathfinder/Utils/MovementUtils.cs#L97
'Vector3' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'Vector3' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/MineSharp.Pathfinder/Utils/MovementUtils.cs#L105
Argument 2: cannot convert from 'ref MineSharp.Core.Geometry.MutableAABB' to 'ref MineSharp.Core.Geometry.AABB'
build: Plugins/MineSharp.Pathfinder/Utils/CollisionHelper.cs#L27
'AABB' does not contain a definition for 'Offset' and no accessible extension method 'Offset' accepting a first argument of type 'AABB' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/MineSharp.Pathfinder/Utils/CollisionHelper.cs#L60
'AABB' does not contain a definition for 'MinY' and no accessible extension method 'MinY' accepting a first argument of type 'AABB' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/MineSharp.Pathfinder/Moves/JumpMove.cs#L44
'Vector3' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'Vector3' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/MineSharp.Pathfinder/Moves/DirectMove.cs#L32
'AABB' does not contain a definition for 'Offset' and no accessible extension method 'Offset' accepting a first argument of type 'AABB' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/MineSharp.Pathfinder/Moves/JumpMove.cs#L101
Argument 2: cannot convert from 'ref MineSharp.Core.Geometry.MutableAABB' to 'ref MineSharp.Core.Geometry.AABB'
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: MineSharp.Core/Common/PacketBuffer.cs#L317
Possible null reference argument for parameter 'data' in 'BlockEntity.BlockEntity(byte x, short y, byte z, int type, NbtCompound data)'.
build: MineSharp.Core/Geometry/AABB.cs#L184
Missing XML comment for publicly visible type or member 'MutableAABB'
build: MineSharp.Core/Common/PacketBuffer.cs#L317
Possible null reference argument for parameter 'data' in 'BlockEntity.BlockEntity(byte x, short y, byte z, int type, NbtCompound data)'.
build: MineSharp.Core/Geometry/AABB.cs#L184
Missing XML comment for publicly visible type or member 'MutableAABB'
build: Components/MineSharp.World/V1_18/Chunk_1_18.cs#L108
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/AbstractWorld.cs#L218
'IChunk.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.ChatComponent/Chat.cs#L151
Possible null reference argument for parameter 'input' in 'string Regex.Replace(string input, string pattern, MatchEvaluator evaluator)'.
build: Components/MineSharp.World/V1_18/Chunk_1_18.cs#L108
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/AbstractWorld.cs#L218
'IChunk.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.ChatComponent/Chat.cs#L151
Possible null reference argument for parameter 'input' in 'string Regex.Replace(string input, string pattern, MatchEvaluator evaluator)'.