.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Symbai 92c189b6d0
Update DEVELOPMENT.md (#8336)
2022-06-28 19:01:58 +02:00
.config [main] Update dependencies from dotnet/xharness (#7984) 2022-06-21 15:53:32 +01:00
.github Update DEVELOPMENT.md (#8336) 2022-06-28 19:01:58 +02:00
.nuspec Remove the extra lines in the error message for better viewing (#8069) 2022-06-19 01:38:52 +02:00
.vscode Merge the app and library sample projects (#6549) 2022-04-27 15:08:08 -05:00
Assets Add README.md screenshots (#1860) 2021-08-02 13:51:18 -05:00
docs/design Scoping doc (#4679) 2022-05-20 14:32:34 -05:00
eng Build MAUI with dotnet build (#8384) 2022-06-28 15:47:29 +02:00
src Merge remote-tracking branch 'origin/net6.0' 2022-06-28 15:49:19 +02:00
.editorconfig Restore and fix tvOS checks and annotations and remove PlatformVersion (#6636) 2022-04-29 18:59:34 +08: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 Build MAUI with dotnet build (#8384) 2022-06-28 15:47:29 +02:00
Directory.Build.targets Bump Microsoft.WindowsAppSDK from 1.0.3 to 1.1.0 (#7788) 2022-06-07 18:08:03 +02:00
GitInfo.txt New version is now 6.0.5xx 2022-06-07 22:37:30 +02:00
LICENSE.txt License format matches other dotnet org projects (#5074) 2022-03-07 21:30:22 -05:00
Microsoft.Maui-mac.slnf [workload] Remove Microsoft.Maui.Extensions pack (#5918) 2022-06-21 18:16:58 +02:00
Microsoft.Maui.BuildTasks.slnf Improve Glide usage for Image Loading on Android (#5198) 2022-03-24 10:56:03 -04:00
Microsoft.Maui.Packages-mac.slnf [workload] Remove Microsoft.Maui.Extensions pack (#5918) 2022-06-21 18:16:58 +02:00
Microsoft.Maui.Packages.slnf [workload] Remove Microsoft.Maui.Extensions pack (#5918) 2022-06-21 18:16:58 +02:00
Microsoft.Maui.Samples.slnf Merge the app and library sample projects (#6549) 2022-04-27 15:08:08 -05:00
Microsoft.Maui.sln [workload] Remove Microsoft.Maui.Extensions pack (#5918) 2022-06-21 18:16:58 +02:00
NuGet.config [net6.0] Update dependencies from xamarin/xamarin-android (#7942) 2022-06-24 22:56:28 +02:00
README.md Update readme to include latest release blogpost (#7831) 2022-06-08 10:06:06 -06:00
SECURITY.md Update SECURITY.md 2021-09-23 10:07:32 +01:00
_omnisharp.sln Merge the app and library sample projects (#6549) 2022-04-27 15:08:08 -05:00
build.cake Cleanup cake file, add targets, fix for iOS Pair (#7241) 2022-05-18 12:14:05 +01: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 Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.44 (#6307) 2022-04-21 06:39:28 +02:00
maui.code-workspace Add a vscode workspace and some build tasks (#5827) 2022-04-08 18:49:40 +01:00
omnisharp.json [workload] Remove Microsoft.Maui.Extensions pack (#5918) 2022-06-21 18:16:58 +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.