This repository is a compilation with documentation, examples and tips when converting code from Xamarin.Forms to .NET MAUI.
Перейти к файлу
Javier Suárez 76c2661bbb Added MIT license 2024-06-05 17:26:13 +02:00
Behaviors Updated Behaviors .NET MAUI sample 2022-03-27 13:25:13 +02:00
Compatibility Added another sample, porting a library from Xamarin.Forms to .NET MAUI 2022-03-30 10:44:29 +02:00
Converters Updated .NET MAUI Converters sample 2022-03-27 13:46:42 +02:00
Effects Updated .NET MAUI Effects sample 2022-03-27 17:50:25 +02:00
Handlers Added another sample, porting a library from Xamarin.Forms to .NET MAUI 2022-03-30 10:44:29 +02:00
Library Added another sample, porting a library from Xamarin.Forms to .NET MAUI 2022-03-30 10:44:29 +02:00
Triggers Updated .NET MAUI Triggers sample 2022-03-27 17:56:51 +02:00
Try-Convert Tool
.gitattributes
.gitignore
LICENSE Added MIT license 2024-06-05 17:26:13 +02:00
README.md

README.md

From Xamarin.Forms to .NET MAUI

.NET MAUI is a cross-platform application development framework, evolution of Xamarin.Forms. Convert Xamarin.Forms projects or code to .NET MAUI will be a regular task soon.

This repository is a compilation with documentation, examples and tips when converting code:

  • Use Converters.
  • Use Behaviors.
  • Use Effects.
  • Reuse Converters without modify code.
  • Convert Renderers to Handlers.
  • Use Triggers.

Besides learning about the try-convert tool and how to use it with different examples.