Minecraft-Console-Client/MinecraftClient/Protocol
copilot-swe-agent[bot] 2ae31e269f Convert switch statements to expressions and adopt collection expressions
- DirectionExtensions.cs: Convert GetOpposite() to switch expression,
  use file-scoped namespace, use collection expression for HORIZONTAL
- McClient.cs: Convert InteractType switch to expression, use collection
  expressions for array literals
- Protocol18.cs: Replace Array.Empty<byte>() with [], use collection
  expressions for byte/int array literals
- DataTypes.cs: Use collection expression for TAG_End byte array
- ChatBot.cs: Use collection expressions for string/char arrays
- Location.cs: Use collection expressions and modernize null check

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/milutinke/Minecraft-Console-Client/sessions/4e9bd25b-22c5-47c2-98f9-6025d927b1d6
2026-03-24 00:34:00 +00:00
..
Handlers Convert switch statements to expressions and adopt collection expressions 2026-03-24 00:34:00 +00:00
Message Modernize null-check patterns: use 'is null' and 'is not null' 2026-03-24 00:28:02 +00:00
ProfileKey Add configurable authlib-injector API path and HTTP support for Yggdrasil auth 2026-03-23 00:15:32 +01:00
Session Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
DataTypeGenerator.cs Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
EntityActionType.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
GuidExtensions.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
IMinecraftCom.cs Run MCC at true 20 TPS 2026-03-23 14:29:04 +01:00
IMinecraftComHandler.cs Run MCC at true 20 TPS 2026-03-23 14:29:04 +01:00
JwtPayloadDecode.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
MicrosoftAuthentication.cs Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
MojangAPI.cs Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
PlayerInfo.cs Modernize null-check patterns: use 'is null' and 'is not null' 2026-03-24 00:28:02 +00:00
ProtocolHandler.cs Modernize null-check patterns: use 'is null' and 'is not null' 2026-03-24 00:28:02 +00:00
ProxiedWebRequest.cs Address code review feedback 2026-03-22 16:46:33 +00:00
ReplayHandler.cs Run MCC at true 20 TPS 2026-03-23 14:29:04 +01:00