Minecraft-Console-Client/MinecraftClient/Protocol/Handlers/StructuredComponents
copilot-swe-agent[bot] 81b756292e Fix all compilation warnings (CS9107, CS8600, CS8604, CS8618, CS0168, CS0169, CS0649)
- Fix CS9107: Replace lowercase primary constructor parameter refs with
  PascalCase base class properties in 90+ StructuredComponent files
- Fix CS8618: Add null! initializers for late-initialized properties
- Fix CS8600: Use nullable out parameters in World.cs, ChatParser.cs
- Fix CS8604: Add null guard in Compiler.cs, fix null-conditional in McClient.cs
- Fix CS0168: Replace unused variable with discard in DataTypes.cs
- Fix CS0169: Remove unused motionY field from McClient.cs
- Fix CS0649: Remove never-assigned steps field, simplify ClientIsMoving()
- Initialize client/handler with null! to avoid CS8618 cascade

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/milutinke/Minecraft-Console-Client/sessions/7fcee1b2-21e2-4457-b01b-5e0a1f07752f
2026-03-24 01:25:50 +00:00
..
Components Fix all compilation warnings (CS9107, CS8600, CS8604, CS8618, CS0168, CS0169, CS0649) 2026-03-24 01:25:50 +00:00
Core refactor: use pattern matching for null checks (is null / is not null) 2026-03-24 00:47:03 +00:00
Registries feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
StructuredComponentsHandler.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00