Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
copilot-swe-agent[bot] 640a4e39b7 Fix CS9107 warnings: use base class properties instead of captured primary constructor parameters
Replace lowercase primary constructor parameter references (dataTypes.,
subComponentRegistry., itemPalette.) with PascalCase base class property
references (DataTypes., SubComponentRegistry., ItemPalette.) in method
bodies of all StructuredComponent and SubComponent subclasses.

This eliminates CS9107 warnings where subclass primary constructor
parameters shadow the base class properties they are assigned to.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 01:16:05 +00:00
..
Forge Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
Packet/s2c refactor: use pattern matching for null checks (is null / is not null) 2026-03-24 00:47:03 +00:00
PacketPalettes refactor: convert redundant new TypeName() to target-typed new() 2026-03-24 00:37:35 +00:00
StructuredComponents Fix CS9107 warnings: use base class properties instead of captured primary constructor parameters 2026-03-24 01:16:05 +00:00
ConfigurationPacketTypesIn.cs feat: add MC 1.21.9/1.21.10 (protocol 773) version constants and enum values 2026-03-21 14:04:42 +08:00
ConfigurationPacketTypesOut.cs feat: add MC 1.21.9/1.21.10 (protocol 773) version constants and enum values 2026-03-21 14:04:42 +08:00
DataTypes.cs Convert switch statements to expressions and adopt collection expressions 2026-03-24 00:34:00 +00:00
PacketType18Handler.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
PacketTypesIn.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
PacketTypesOut.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
Protocol16.cs refactor: convert == null / != null to is null / is not null in 31 files 2026-03-24 00:42:59 +00:00
Protocol18.cs Convert switch statements to expressions and adopt collection expressions 2026-03-24 00:34:00 +00:00
Protocol18Forge.cs refactor: convert == null / != null to is null / is not null in 31 files 2026-03-24 00:42:59 +00:00
Protocol18Terrain.cs feat: handle 26.1 protocol changes and snapshot version support 2026-03-22 20:04:08 +08:00
SocketWrapper.cs refactor: convert == null / != null to is null / is not null in 31 files 2026-03-24 00:42:59 +00:00
ZlibUtils.cs Implemented .net 10 support. Updated all affected libraries and the code. Not testes yet. 2026-03-21 20:07:20 +01:00