.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Shane Neuville b43f2650b9
Revert "Added appium UITest for FlyoutNavigationBetweenItemsWithNavigationStacks (#19444) Fixes #16675" (#20509)
This reverts commit 637adb53c4.
2024-02-12 01:56:54 +00:00
.config Update Cake (#20475) 2024-02-11 22:06:09 +00:00
.github [CONTRIBUTING.md] performance-related changes (#20295) 2024-02-01 13:13:07 -06:00
.vscode Add a Mac Catalyst device test run (#16260) 2023-07-21 12:03:10 -05:00
Assets Add NuGet package information (#18197) 2023-10-23 23:22:29 +01:00
docs Add basic docs for ScrollView implementations (#19766) 2024-01-16 14:42:07 +00:00
eng Update Cake (#20475) 2024-02-11 22:06:09 +00:00
loc
src Revert "Added appium UITest for FlyoutNavigationBetweenItemsWithNavigationStacks (#19444) Fixes #16675" (#20509) 2024-02-12 01:56:54 +00:00
.editorconfig Update .editorconfig (#20056) 2024-01-22 23:50:46 +08:00
.gitattributes
.gitconfig
.gitignore Add visual testing support, on top of Appium (#14999) 2023-08-03 15:16:41 +01:00
Directory.Build.Override.props.in Allow MAUI to be built using .NET 7 (#10047) 2022-09-11 23:09:58 +02:00
Directory.Build.props Add NuGet package information (#18197) 2023-10-23 23:22:29 +01:00
Directory.Build.targets Enable building WASDK Self-Contained packaged apps (#20019) 2024-01-24 14:51:04 -06:00
GitInfo.txt Update GitInfo.txt (#20423) 2024-02-07 16:00:44 +00:00
LICENSE.txt
Microsoft.Maui-dev.sln Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
Microsoft.Maui-mac.slnf Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
Microsoft.Maui-vscode.sln Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
Microsoft.Maui-windows.slnf Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
Microsoft.Maui.BuildTasks.slnf SourceGen now supports internal duplicate types 2023-03-25 19:01:12 +02:00
Microsoft.Maui.Graphics.slnf
Microsoft.Maui.LegacyControlGallery.slnf Only specify app path for Windows tests 2023-10-02 17:08:42 -07:00
Microsoft.Maui.Packages-mac.slnf Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
Microsoft.Maui.Packages.slnf Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
Microsoft.Maui.Samples.slnf [uitests] Work for get appium uitests with CI (#14488) 2023-05-16 16:34:25 -05:00
Microsoft.Maui.sln Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
NuGet.config Update dependencies from https://github.com/dotnet/xharness build 20231120.1 (#18901) 2023-11-22 14:08:59 +00:00
README.md Update readme with latest blog (#18763) 2023-11-17 01:13:39 +00:00
SECURITY.md
THIRD-PARTY-NOTICES.TXT [iOS] Fix Entry Next Keyboard Button Finds Next TextField (#11914) 2023-02-06 14:52:44 -06:00
build.cake [uitests] Bump versions and fix script (#16917) 2023-08-23 07:48:17 -05:00
build.cmd
build.ps1 [ci] Don't install xharness globally (#19863) 2024-01-12 23:03:00 +00:00
build.sh Fix typo in build.sh (#17305) 2023-09-26 09:22:56 +02:00
cSpell.json Add product names to cspell word list and add csharp to markdown code section 2023-07-05 12:54:04 -07:00
dotnet-local.cmd Add `dotnet-local` scripts to make using in tree dotnet easier. (#16461) 2023-08-04 23:10:20 +00:00
dotnet-local.sh Add `dotnet-local` scripts to make using in tree dotnet easier. (#16461) 2023-08-04 23:10:20 +00:00
global.json Remove pinning to NET7 SDK (#17035) 2023-08-28 20:04:45 +00:00
maui.code-workspace
omnisharp.json Make MAUI into 1 workload and lots of NuGets instead of a full workload (#11206) 2023-02-07 15:09:25 +02:00

README.md

.NET Multi-platform App UI (.NET MAUI)

Build Status Build Status

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, iPadOS, macOS, and Windows from a single shared codebase.

Getting Started

Overview

.NET Multi-platform App UI (.NET MAUI) is the evolution of Xamarin.Forms that expands capabilities beyond mobile Android and iOS into desktop apps for Windows and macOS. With .NET MAUI, you can build apps that perform great for any device that runs Windows, macOS, Android, & iOS from a single codebase. Coupled with Visual Studio productivity tools and emulators, .NET and Visual Studio significantly speed up the development process for building apps that target the widest possible set of devices. Use a single development stack that supports the best of breed solutions for all modern workloads with a unified SDK, base class libraries, and toolchain. Read More

.NET MAUI Weather App on all platforms

Current News

Follow the .NET MAUI Blog and visit the News wiki page for more news and updates.

FAQs

Do you have questions? Do not worry, we have prepared a complete FAQ answering the most common questions.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests. Proposals for changes specific to MAUI can be found here for discussion.

See CONTRIBUTING, CODE-OF-CONDUCT and the Development Guide.