-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add Bulk Transfer DLQ functionality #44
Add Bulk Transfer DLQ functionality #44
Conversation
Fix bug where the app crashed if the ServiceBusConnection failed
Upgrading to net6.0 to support ARM64 compilation |
… window opening off-screen on MacOS.
Add PurgePath to the message body due to window not being big enough to read the title. Fixed an issue with the MessageBoxes opening behind the parent when running in fullscreen on Mac
Thanks for contributing .. Sounds like a big pull request |
@armannaj I've updated the Github workflow pipelines as well and included compiling for osx-arm64, but for some reason the files aren't tracking... The updates are in my fork if you want to try migrate them. |
Approved it, Could you also look at the comments I posted above please? |
Apologies @armannaj, this is my first time raising a PR on GitHub, where are the comments that you posted? |
@davec643 All good mate, I hadn't submit the comments. I just did. These are great changes and I'm keen to add them so that everyone can use it ASAP. Thanks. |
@armannaj Pushed up some changes for your comments. As for the build, it's failing because it's trying to build using .NET Core 3.1, but the project is now .NET 6.0. I think you'll just need to merge it with the failing build before it'll compile properly -- see my forked repo for example. |
Fix bug where the app crashed if the ServiceBusConnection failed