-
Notifications
You must be signed in to change notification settings - Fork 13
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
Code Improvements #7
base: main
Are you sure you want to change the base?
Conversation
Thanks for your updates! To get it to build I had to:
Can you please fix? Thanks! Gary |
- Upgraded to .NET 8.0 - Added Linq using - Removed duplicated section of code
|
I'm still getting the errors below. Plus, several of the NuGet packages need to be upgraded due to vulnerabilities. Severity Code Description Project File Line Suppression State |
Made several improvements to the logic and structure of the C#. I expect that some of them would not be wanted in the main repo due to style or complexity reasons. Feel free to use any of the improvements/not use any you want. Just thought it might be useful to others so thought I'd put the PR in.
If you want to keep a large amount of changes but want small things altered let me know and I'm happy to make the changes.
Exact same input, processes, and output, only some improvments to code structure:
Origional version: 302 lines
New Version: 179