Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor and reorganize #63

Merged
merged 14 commits into from
Nov 15, 2022
Merged

Refactor and reorganize #63

merged 14 commits into from
Nov 15, 2022

Conversation

Windows10CE
Copy link
Member

Doesn't contain any logic changes, is instead changes to names and file locations.
Also contains a switch to Newtonsoft and Tomlet instead of System.Text.Json and Tommy. These pieces behave the same as previously.

@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Merging #63 (ebc4bdc) into master (daa0912) will not change coverage.
The diff coverage is 0.00%.

❗ Current head ebc4bdc differs from pull request most recent head 99cf21b. Consider uploading reports for the commit 99cf21b to get more accurate results

@@           Coverage Diff            @@
##           master     #63     +/-   ##
========================================
  Coverage        0   0.00%             
========================================
  Files           0      20     +20     
  Lines           0    1196   +1196     
========================================
- Misses          0    1196   +1196     
Impacted Files Coverage Δ
ThunderstoreCLI/API/ApiHelper.cs 0.00% <0.00%> (ø)
ThunderstoreCLI/Commands/BuildCommand.cs 0.00% <0.00%> (ø)
ThunderstoreCLI/Commands/InitCommand.cs 0.00% <0.00%> (ø)
ThunderstoreCLI/Commands/PublishCommand.cs 0.00% <0.00%> (ø)
ThunderstoreCLI/Configuration/BaseConfig.cs 0.00% <0.00%> (ø)
...hunderstoreCLI/Configuration/CLIParameterConfig.cs 0.00% <0.00%> (ø)
ThunderstoreCLI/Configuration/Config.cs 0.00% <0.00%> (ø)
ThunderstoreCLI/Configuration/EnvironmentConfig.cs 0.00% <ø> (ø)
ThunderstoreCLI/Configuration/ProjectFileConfig.cs 0.00% <0.00%> (ø)
ThunderstoreCLI/Configuration/Validator.cs 0.00% <ø> (ø)
... and 23 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Windows10CE Windows10CE mentioned this pull request Oct 12, 2022
@anttimaki anttimaki self-requested a review November 8, 2022 12:16
Copy link
Collaborator

@anttimaki anttimaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Been a year since I've worked with this code base so there's no deep insights in my comments.

I also noticed that sometimes braces were used around if statements and other times weren't. Can't quite recall if the codebase preferred one approach over the other, but if it does, it would be preferable to stick to it.

ThunderstoreCLI/Options.cs Show resolved Hide resolved
ThunderstoreCLI/Options.cs Show resolved Hide resolved
ThunderstoreCLI/Models/ThunderstoreProject.cs Outdated Show resolved Hide resolved
ThunderstoreCLI/Program.cs Outdated Show resolved Hide resolved
@Windows10CE Windows10CE merged commit cee9e38 into master Nov 15, 2022
@Windows10CE Windows10CE deleted the refactor branch November 15, 2022 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants