redth-org / AndHUD

Android Progress HUD and Dialog helpers for Xamarin.Android apps!
Apache License 2.0
179 stars 69 forks source link

NET 6 Support #52

Closed aritchie closed 2 years ago

aritchie commented 2 years ago

🚀 Feature Requests

Compile for net6.0-android. Branch available here: https://github.com/aritchie/AndHUD

Happy to send PR

Platforms affected (mark all that apply)

Cheesebaron commented 2 years ago

Happy to take a PR.

Does it build nicely using MSBuild.SDK.Extras? I recently had a bad time and had to switch the project over to Xamarin.Legacy.SDK to support both the older xamarin targets and the new net6.0.

aritchie commented 2 years ago

It isn't building nicely with Xamarin.Legacy.SDK or sdk extras on the latest VS. Might have to wait for something tooling fixes... :(

Cheesebaron commented 2 years ago

@aritchie seems to work OK here. Can you help reviewing the PR? Just to make sure I didn't miss anything.

aritchie commented 2 years ago

@Cheesebaron PR looks great. I don't see anything missing. API Surface wise - net6 droid and classic droid are equivalent so it should be good (unlike iOS).

I still don't know why my branch won't compile. Another mystery with beta tools to solve.