rbh92
rbh92
PR contains a minor refactor, extracting logic into helper and service classes while maintaining the original structure for ease of comprehension. Methods have been given a number of optional parameters...
See lines 717 - 759, 850 - 892, 982 - 1024 of `Program.cs` ``` // Modify the values to set the file as "Slim Edition" try { byte[] find =...
repro steps: Launch sub menu select option 8 Pass "exit" Expected result: exit case is hit, we break out of the loop Actual result: "The new model you entered is...