Is .Net Maui already supported?
See original GitHub issueHi!
I’m playing around with .Net Maui and would like to add a map to my sample app. I’ve already tried a few other APIs but nothing really works. So I found “Mapsui” and was very happy that this projekt already provides samples for .Net Maui. I’ve added 3.0.2 to my projects an tried to implement the MapView
as provided in the samples.
Unfortunatly with no success. The namespace which is included in the sample clr-namespace:Mapsui.UI.Maui;assembly=Mapsui.UI.Maui
isn’t found at all.
So, are the samples wrong or has the implementation for .Net Maui been removed?
Thx
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
NET MAUI official support policy
To receive technical support from Microsoft, you need to be on the latest servicing level (update) for a .NET MAUI release. Servicing Updates....
Read more >What is .NET MAUI? - .NET MAUI
NET MAUI ) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. ... NET MAUI supported platforms....
Read more >FAQs · dotnet/maui Wiki
NET MAUI is available with stable Visual Studio and .NET 7. Does .NET MAUI support XAML and MVVM? Absolutely! You can use XAML...
Read more >Recap: State of .NET MAUI—.NET Conf 2022
Xamarin will soon come out of support in May of 2024. Other highlights: A major version of .NET MAUI will ship with .NET...
Read more >.NET MAUI in a Nutshell — Everything You Need to Know ...
NET MAUI is a cross-platform framework building on Xamarin's history, allowing unified app development for Android, iOS, macOS, and Windows. It ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here you can download the win package, which Contains the maui.nupkg. But Maui port ist still in Development the maui Sample in Mapsui works for winui and Android. iOS has some skia sharp issues that should be resolved with maui Preview 13. Which comes out this Month.
https://github.com/Mapsui/Mapsui/actions/runs/1736095563#artifacts
Found the solution, did not install Mapsui.Forms!!!