Skip to content

Conversation

@davidortinau
Copy link
Contributor

Added instructions for creating a new .NET MAUI app and using the Syncfusion Toolkit.

Added instructions for creating a new .NET MAUI app and using the Syncfusion Toolkit.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds instructions for creating new .NET MAUI applications directly to the README, providing developers with immediate guidance on getting started with the framework. The addition includes both basic app creation and a more comprehensive sample that incorporates popular community toolkits.

  • Added command-line instructions for creating new .NET MAUI apps
  • Included reference to a sample app template with integrated toolkits
  • Enhanced the README with practical getting-started information

README.md Outdated
Comment on lines 14 to 15
Create a new app with `dotnet new maui -n NewApp` or a [sample app](https://github.com/dotnet/maui-samples/tree/main/10.0/Apps/DeveloperBalance#developer-balance) with `dotnet new maui -NewApp -sc` that includes the [open-source Syncfusion Toolkit for .NET MAUI](https://www.syncfusion.com/net-maui-toolkit?utm_source=msftdotnet&utm_medium=banner&utm_campaign=mauipremium_sep25) with over 30 additional controls, the [.NET MAUI Community Toolkit](https://github.com/CommunityToolkit/Maui) with tons of helpers and views, and [MVVM Toolkit](https://github.com/CommunityToolkit/dotnet).

Copy link

Copilot AI Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] This line is extremely long (over 400 characters) and difficult to read. Consider breaking it into multiple sentences or using a bulleted list to improve readability and maintainability.

Suggested change
Create a new app with `dotnet new maui -n NewApp` or a [sample app](https://github.com/dotnet/maui-samples/tree/main/10.0/Apps/DeveloperBalance#developer-balance) with `dotnet new maui -NewApp -sc` that includes the [open-source Syncfusion Toolkit for .NET MAUI](https://www.syncfusion.com/net-maui-toolkit?utm_source=msftdotnet&utm_medium=banner&utm_campaign=mauipremium_sep25) with over 30 additional controls, the [.NET MAUI Community Toolkit](https://github.com/CommunityToolkit/Maui) with tons of helpers and views, and [MVVM Toolkit](https://github.com/CommunityToolkit/dotnet).
You can get started in several ways:
* Create a new app with:

dotnet new maui -n NewApp

* Or create a [sample app](https://github.com/dotnet/maui-samples/tree/main/10.0/Apps/DeveloperBalance#developer-balance) with:

dotnet new maui -NewApp -sc

This sample includes:
* The [open-source Syncfusion Toolkit for .NET MAUI](https://www.syncfusion.com/net-maui-toolkit?utm_source=msftdotnet&utm_medium=banner&utm_campaign=mauipremium_sep25) with over 30 additional controls
* The [.NET MAUI Community Toolkit](https://github.com/CommunityToolkit/Maui) with many helpers and views
* [MVVM Toolkit](https://github.com/CommunityToolkit/dotnet)

Copilot uses AI. Check for mistakes.
BethMassi
BethMassi previously approved these changes Sep 23, 2025
@PureWeen PureWeen merged commit e6dd13e into main Oct 9, 2025
124 of 129 checks passed
@PureWeen PureWeen deleted the davidortinau-patch-1 branch October 9, 2025 21:56
@github-actions github-actions bot locked and limited conversation to collaborators Nov 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants