Alex-Dobrynin / Xamarin.Controls.ImageCropper

Cross platform Xamarin library to crop and rotate images
MIT License
8 stars 2 forks source link

Support for .net6 #5

Closed spinspin closed 1 year ago

spinspin commented 1 year ago

Hi there thanks for this library its great. Any plans to upgrade the project to support .net6 ?

Alex-Dobrynin commented 1 year ago

it doesnt work in .net6 ios and android?

spinspin commented 1 year ago

It seems to be working for net6.0-android but not net6.0-ios I'm getting a null ref when image cropping which I wasn't before on .net standard. However, I'll do some more investigating a pinpoint the exact issue. Ill report back.

spinspin commented 1 year ago

OK it's the Current in ImageCropper.Current which is null on net6.0-ios.

spinspin commented 1 year ago

If it helps I've upgraded the underlying iOS library you use in this project "TOCropViewController" here https://github.com/spinspin/TimOliver.TOCropViewController.Xamarin this is now working with net7.0-ios and I'm using it successfully

Alex-Dobrynin commented 1 year ago

implemented support for .net 7