Skip to content

Pathfinder Plugin

Pathfinder Plugin #168

Triggered via pull request July 27, 2024 20:18
Status Success
Total duration 1m 10s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Components/MineSharp.World/V1_18/Chunk_1_18.cs#L106
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/AbstractWorld.cs#L211
'IChunk.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/V1_18/Chunk_1_18.cs#L106
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/AbstractWorld.cs#L211
'IChunk.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.Protocol/Packets/Clientbound/Play/LoginPacket.cs#L100
Possible null reference argument for parameter 'tag' in 'void PacketBuffer.WriteNbt(NbtTag tag)'.
build: Components/MineSharp.Protocol/Connection/IConnectionFactory.cs#L19
Missing XML comment for publicly visible type or member 'IConnectionFactory.CreateHttpClient()'
build: Components/MineSharp.Protocol/Packets/Clientbound/Play/LoginPacket.cs#L100
Possible null reference argument for parameter 'tag' in 'void PacketBuffer.WriteNbt(NbtTag tag)'.
build: Components/MineSharp.Protocol/Connection/IConnectionFactory.cs#L19
Missing XML comment for publicly visible type or member 'IConnectionFactory.CreateHttpClient()'
build: Plugins/MineSharp.Pathfinder/Algorithm/AStar.cs#L13
Missing XML comment for publicly visible type or member 'AStar'
build: Plugins/MineSharp.Pathfinder/Algorithm/AStar.cs#L13
Missing XML comment for publicly visible type or member 'AStar.AStar(IWorld, Movements, MinecraftData)'