Skip to content

Update README with .NET MAUI app creation instructions - #31738

Merged
PureWeen merged 2 commits into
mainfrom
davidortinau-patch-1
Oct 9, 2025
Merged

Update README with .NET MAUI app creation instructions#31738
PureWeen merged 2 commits into
mainfrom
davidortinau-patch-1

Conversation

@davidortinau

Copy link
Copy Markdown
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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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

Comment thread README.md Outdated
Comment thread 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).

Copilot AI Sep 23, 2025

Copy link

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
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@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