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

Upgrade, cleanup and improve #38

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

dimitris-norce
Copy link

  • Upgraded to .NET 4.8
  • Upgraded all nugets to their latest versions
  • Removed binding redirects
  • Removed unused references
  • Migrated packages.config to PackageReferences
  • Fixed possible Null Reference exception, when loading appsettings
  • Slightly improved logging for the above scenario
  • Added option to Copy more collections, after the operation is finished. This allows the user to return to the first page, without having to close and re-open the tool. Useful if you need to run the operation on multiple collections/DBs.

dimitris-norce and others added 11 commits April 11, 2024 09:37
Added popup asking you if you want to copy more connections, clicking yes on this takes you back to the beginning so you don't have to rerun the program and refill all the info
If appsettings was null, this section would throw an exception.
Changed to handle that scenario, while also improving the logging slightly, to better indicate what happened.
@dimitris-norce
Copy link
Author

@microsoft-github-policy-service agree

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.

None yet

2 participants