Closed davec643 closed 2 years ago
Upgrading to net6.0 to support ARM64 compilation Upgraded the Avolonia packages to the latest to resolve an issue with MacOS Retina screen scaling.
Thanks for contributing .. Sounds like a big pull request
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.
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?
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?
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. Also the build is failing, It's missing a package.
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