Minor refactor#66
Open
DJStompZone wants to merge 2 commits into
Open
Conversation
- Removed unused `using` directives across multiple files. - Simplified object instantiation and using statements. - Changed `ImageIcon` to a `readonly struct` for immutability. - Simplified dictionary initialization with new C# syntax. - Migrated from `WebClient` to `HttpClient` in `Updater` class. - Updated project files to target newer frameworks and tools. - Updated `Newtonsoft.Json` package to version `13.0.3`. - Marked submodules `fNbt` and `utils.forms` as dirty. - Removed redundant and commented-out code. - Used `nameof` for argument names in exception handling. - Refactored switch statements to use pattern matching. - Removed duplicate `PackageReference` from project file.
Updated the subproject commit in the `fNbt` directory from commit `2be4eaa701aeedda2c2edd8052d46cc3eaca625a` to commit `35de13a94c6f566bd518916f40c6f5d768222b90`. Updated the subproject commit in the `utils.forms` directory from commit `8ed4ce8f05a512a76c80519d49738e7d0745f929` to commit `ed194dcd7e4128538fac33dc49b1e14685a6a8e1`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor and update project dependencies
usingdirectives across multiple files.ImageIconto areadonly structfor immutability.WebClienttoHttpClientinUpdaterclass.Newtonsoft.Jsonpackage to version13.0.3.fNbtandutils.formsas dirty.nameoffor argument names in exception handling.PackageReferencefrom project file.