.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Javier Suárez 8d751b1d67
Update DEVELOPMENT.md
2022-01-17 09:58:11 +01:00
.config Remove usage of IsolatedStorage (#2710) 2021-11-10 20:18:36 +02:00
.github Update DEVELOPMENT.md 2022-01-17 09:58:11 +01:00
.nuspec [build] don't use intermediate @(_MauiCompileToAdd) (#4034) 2022-01-11 00:39:22 +00:00
.vscode iOS set UserInteractionEnabled to true when adding gestures (#3623) 2021-12-02 19:34:28 +01:00
Assets Add README.md screenshots (#1860) 2021-08-02 13:51:18 -05:00
eng Update SignList.xml 2022-01-16 17:30:54 -05:00
src Invalidate GraphicsView if the FlowDirection changes (#4133) 2022-01-17 07:41:05 +01:00
._Compatibility.ControlGallery.sln Fix the benchmarks project TFM (#2666) 2021-09-23 18:47:30 +01:00
._Microsoft.Maui.BuildTasks.sln Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
._Microsoft.Maui.Droid-net6.sln Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
._Microsoft.Maui.iOS.sln Fix the benchmarks project TFM (#2666) 2021-09-23 18:47:30 +01:00
._Microsoft.Maui.sln Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
.editorconfig [build] Update to .NET 6 Preview 4 (#796) 2021-04-24 11:32:18 +01:00
.gitattributes try to avoid merge conflicts in GitInfo.txt (#5715) 2019-04-03 08:49:40 +02:00
.gitconfig try to avoid merge conflicts in GitInfo.txt (#5715) 2019-04-03 08:49:40 +02:00
.gitignore [android] reduce JNI calls by moving logic into Java (#3372) 2021-12-14 10:28:36 -06:00
Directory.Build.props Move versions to Versions.props and Build WASDK (#3557) 2021-11-26 17:41:52 +02:00
Directory.Build.targets Remove `ComputeXamarinTargetFrameworks` override 2022-01-14 12:23:54 -05:00
GitInfo.txt Update GitInfo.txt 2022-01-06 20:47:42 -05:00
LICENSE Fix license copy 2016-04-29 13:41:50 -04:00
Microsoft.Maui-mac.slnf Initial projects and settings for BlazorWebView device tests 2021-12-08 14:14:06 -08:00
Microsoft.Maui-net6.sln Initial projects and settings for BlazorWebView device tests 2021-12-08 14:14:06 -08:00
Microsoft.Maui.BuildTasks-net6.slnf Add support for Border to have visual tree children (#3291) 2021-11-09 18:34:41 +02:00
Microsoft.Maui.Packages-mac.slnf Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
Microsoft.Maui.Packages-net6.slnf Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
Microsoft.Maui.Samples-net6.slnf Add the simplest sandbox app (#2886) 2021-10-11 19:31:31 +02:00
NuGet.config Move versions to Versions.props and Build WASDK (#3557) 2021-11-26 17:41:52 +02:00
README.md Update README.md 2022-01-05 14:20:47 -06:00
SECURITY.md Update SECURITY.md 2021-09-23 10:07:32 +01:00
build.cake Specify the minimum versions of the platforms (#2905) 2021-10-20 10:41:34 -04:00
build.cmd Make building easier on Windows by setting PowerShell execution policy (attempt 2) (#6755) 2019-07-02 14:36:22 -06:00
build.ps1 Remove DevopsNuget.config (#13814) 2021-02-22 18:02:09 +00:00
build.sh Remove DevopsNuget.config (#13814) 2021-02-22 18:02:09 +00:00
global.json [build] Use arcade dependency management (#729) 2021-04-15 19:49:21 +01:00
issueopenerlabels.json Update issueopenerlabels.json (#3226) 2021-11-02 18:52:21 +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 native 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 native desktop apps for Windows and macOS. With .NET MAUI, you can build native 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 native 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

See CODE-OF-CONDUCT

Stats