Skip to content

update readme and changelog #60

update readme and changelog

update readme and changelog #60

Triggered via push January 13, 2024 20:01
Status Success
Total duration 1m 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MineSharp.Core/Common/PacketBuffer.cs#L316
Possible null reference argument for parameter 'data' in 'BlockEntity.BlockEntity(byte x, short y, byte z, int type, NbtCompound data)'.
build: MineSharp.Core/Common/PacketBuffer.cs#L316
Possible null reference argument for parameter 'data' in 'BlockEntity.BlockEntity(byte x, short y, byte z, int type, NbtCompound data)'.
build: Components/MineSharp.World/V1_18/Chunk_1_18.cs#L107
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/AbstractWorld.cs#L218
'IChunk.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/V1_18/Chunk_1_18.cs#L107
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/AbstractWorld.cs#L218
'IChunk.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.Protocol/ProtocolVersion.cs#L9
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: Components/MineSharp.Protocol/Packets/Clientbound/Configuration/RegistryDataPacket.cs#L40
Possible null reference argument for parameter 'registryData' in 'RegistryDataPacket.RegistryDataPacket(NbtCompound registryData)'.
build: Components/MineSharp.Protocol/Packets/Clientbound/Play/ChunkDataAndUpdateLightPacket.cs#L197
Possible null reference argument for parameter 'heightmaps' in 'ChunkDataAndUpdateLightPacket.ChunkDataAndUpdateLightPacket(int x, int z, NbtCompound heightmaps, byte[] chunkData, BlockEntity[] blockEntities, bool? trustEdges, long[] skyLightMask, long[] blockLightMask, long[] emptyBlockLightMask, long[] emptySkyLightMask, byte[][] skyLight, byte[][] blockLight)'.
build: Components/MineSharp.Protocol/Packets/Clientbound/Play/RespawnPacket.cs#L78
Dereference of a possibly null reference.