Chris Howarth
Chris Howarth
@AFK-afk, the easiest way would be to download the branch from the repo I forked: [here](https://github.com/chowarth/NeavUI/archive/wow-classic-support.zip)
@Leiludallas 1. Had a quick look at the minimap button. It is calling `ToggleGuildFrame()` but that seems to default to the 'Groups' panel in Classic. I'll see if there's anything...
I can totally understand with the queues on Gehennas-EU, ended up rolling onto another server rather than try and get on there with old server friends. If there's anything I...
I've done some changes to get the majority of things working in Classic, see #279. Not sure the PR should be brought into master though, should probably live along side...
I wouldn't mind taking a stab at this, would need some points re getting the multi-targeting set up correctly. I've tried getting the sample running in VS2022 17.1.0 Preview 5...
I get the feeling that the `Xamarin.MediaGallery.targets` isn't working properly given that the error is saying that `Xamarin.MediaGallery.Permission.Maui` is not compatible with `Sample.iOS.csproj` - this makes sense as it is...
This is something I ran into the other day while trying to figure out why our logging handler wasn't calling our token provider/adding the bearer token to the headers. I...
Also seeing the same problem, locally `6.x.x` works perfectly, just not on Azure DevOps :/
@rob-hendrickx-c4t that is interesting...we also have SonarQube running on our CI build pipeline, I will try disabling them also.
Would it not be better to use [Xamarin.Essentials.Interfaces](https://github.com/rdavisau/essential-interfaces) and [Moq](https://github.com/Moq/moq4/wiki/Quickstart) when writing unit tests so that you can mock out anything you need relating to Xamarin.Essentials? With the Xamarin.Essentials classes...