syncfusion-maui-toolkit-migration
Installation
SKILL.md
Migration Guide: Syncfusion® .NET MAUI to Syncfusion® Toolkit for .NET MAUI
The Syncfusion® Toolkit for .NET MAUI represents the next generation of Syncfusion® components for MAUI applications. While most APIs and functionality remain the same, components have been consolidated into a single toolkit with updated namespaces. This guide helps you migrate existing Syncfusion® .NET MAUI projects to the new toolkit with minimal code modifications.
Table of Contents
- Overview
- Documentation and Navigation Guide
- Quick Start Example
- Common Migration Patterns
- Key Migration Principles
Overview
The migration from Syncfusion® .NET MAUI to Syncfusion® Toolkit for .NET MAUI involves three primary changes:
- Namespace Updates - Component namespaces are reorganized under
Syncfusion.Maui.Toolkit.* - Assembly Consolidation - Individual component assemblies consolidated into
Syncfusion.Maui.Toolkit - Configuration Method -
ConfigureSyncfusionCore()renamed toConfigureSyncfusionToolkit()