microcharts-dotnet / Microcharts

Create cross-platform (Xamarin, Windows, ...) simple charts.
MIT License
2.02k stars 361 forks source link

[Bug] Microcharts.IOS namespace is missing when I upgrade Xamarin.iOS to .net8.0-iOS #357

Open AjitKRuin opened 4 months ago

AjitKRuin commented 4 months ago

Describe the bug I am not able to initialize ChartView in .net-iOS project

Which platform and version is this for? .net8.0-iOS 17.0

To Reproduce Steps to reproduce the behavior:

  1. Create .Net-iOS project
  2. Install Nuget Microcharts
  3. Try to use ChartView
  4. Not available and Microcharts.IOS not available

Expected behavior Expecting to use ChartView inside iOS UIView

ooikengsiang commented 3 months ago

Microcharts.iOS is not upgrade to .net6.0 or above, that is why it is not available for .net8.0-ios. For anyone that is interested, I have a fork repo that is for native Android and iOS usage: https://github.com/ooikengsiang/DotNetNative.Microcharts