Skip to content

MineSharp.Data: check for updates of json files downloaded from minec… #148

MineSharp.Data: check for updates of json files downloaded from minec…

MineSharp.Data: check for updates of json files downloaded from minec… #148

Triggered via push July 15, 2024 10:12
Status Success
Total duration 1m 12s
Artifacts

dotnet.yml

on: push
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: 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/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: Data/MineSharp.Data/ProtocolVersion.cs#L9
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: Data/MineSharp.Data/ProtocolVersion.cs#L9
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: Components/MineSharp.World/V1_18/Chunk_1_18.cs#L108
'IChunkSection.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.World/AbstractWorld.cs#L219
'IChunk.FindBlocks(BlockType, int?)' is obsolete
build: Components/MineSharp.Commands/Parser/ResourceParser.cs#L8
Non-nullable property 'Registry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Components/MineSharp.Commands/Parser/ResourceParser.cs#L8
Non-nullable property 'Registry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/Configuration/DisconnectPacket.cs#L33
Possible null reference argument for parameter 'value' in 'void PacketBuffer.WriteString(string value, Encoding? encoding = null)'.