beto-rodriguez / LiveCharts2

Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
https://livecharts.dev
MIT License
4.38k stars 572 forks source link

Please support Project Dream, aka UWP on .NET 9 #1707

Open mfeingol opened 2 days ago

mfeingol commented 2 days ago

Is your feature request related to a problem? Please describe.

Many UWP apps can't be directly ported to UWP. Hence this project from Microsoft, which enables UWP apps to run on .NET 9:

https://devblogs.microsoft.com/ifdef-windows/preview-uwp-support-for-dotnet-9-native-aot/

Describe the solution you'd like Please release LiveCharts packages that support Project Dream. Here's an exampel: https://github.com/Sergio0694/ComputeSharp/blob/main/src/ComputeSharp.Uwp/ComputeSharp.Uwp.csproj

Describe alternatives you've considered A WinUI port of my app would be very difficult, in the absence of a functional MapControl. In the meantime, I'd like to use Project Dream to port my app to .NET 9 and get out of .NET Native hell. I use LiveCharts2 and would like to continue to do so.

Thanks.