dotnet-maui-toolkit icon indicating copy to clipboard operation
dotnet-maui-toolkit copied to clipboard

.NET MAUI Toolkit is a set of fluent helper methods and classes to simplify working with .NET MAUI. Made available as NuGet packages.

Results 3 dotnet-maui-toolkit issues
Sort by recently updated
recently updated
newest added

* Plan for a standalone Markup package for MAUI hosting the same features as the Shared Toolkit * This will remove the Xamarin.Forms association as Xamarin is now out of...

enhancement

* Include the simplified hosting extension method in the MAUI Toolkit ```cs var builder = MauiApp.CreateBuilder(); builder.UseMauiApp(); return builder.Build(); ```

enhancement