.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Matthew Leibowitz d2c0e94707
Update DEVELOPMENT.md
2022-04-12 23:48:21 +02:00
.config [main] Update dependencies from dotnet/xharness (#5911) 2022-04-08 15:43:28 +01:00
.github Update DEVELOPMENT.md 2022-04-12 23:48:21 +02:00
.nuspec Match in-tree order of targets with workloads and fix some WinUI issues (#5923) 2022-04-11 22:19:40 +02:00
.vscode Add a vscode workspace and some build tasks (#5827) 2022-04-08 18:49:40 +01:00
Assets Add README.md screenshots (#1860) 2021-08-02 13:51:18 -05:00
eng [android] Update to latest AndroidX packages with better Trimmable support. (#5889) 2022-04-12 17:11:20 +01:00
src Keep the text wrapping/truncation and max lines stuff in Controls (#5936) 2022-04-12 20:15:21 +02:00
.editorconfig [core] Trimming Clean up (#5028) 2022-03-18 14:38:25 -05: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 Match in-tree order of targets with workloads and fix some WinUI issues (#5923) 2022-04-11 22:19:40 +02:00
Directory.Build.targets Update WinUI secret dependencies (#5432) 2022-03-21 11:00:28 +02:00
GitInfo.txt Bump to rc2 2022-03-31 14:06:52 +01:00
LICENSE.txt License format matches other dotnet org projects (#5074) 2022-03-07 21:30:22 -05:00
Microsoft.Maui-mac.slnf Improve Glide usage for Image Loading on Android (#5198) 2022-03-24 10:56:03 -04: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 Improve Glide usage for Image Loading on Android (#5198) 2022-03-24 10:56:03 -04:00
Microsoft.Maui.Packages.slnf Improve Glide usage for Image Loading on Android (#5198) 2022-03-24 10:56:03 -04:00
Microsoft.Maui.Samples.slnf [dualscreen] project/nuget for Surface Duo and other Android foldables (#5020) 2022-04-05 14:07:22 -05:00
Microsoft.Maui.sln [dualscreen] project/nuget for Surface Duo and other Android foldables (#5020) 2022-04-05 14:07:22 -05:00
NuGet.config Update dependencies from https://github.com/xamarin/xamarin-android build 6.0.3xx-4ffab0b05af4a474ad698de1da0d1af88e22f370-1 (#5912) 2022-04-08 18:34:49 +01:00
README.md Update README.md 2022-04-12 12:47:44 -05:00
SECURITY.md Update SECURITY.md 2021-09-23 10:07:32 +01:00
_omnisharp.sln Fix Android Radio Button (#5773) 2022-04-06 23:05:09 +00:00
build.cake [cake] Make default cake install workloads first 2022-02-22 20:17:37 +00: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 Update global.json to use `6.0.300-preview` (#5560) 2022-03-29 09:56:52 -04:00
issueopenerlabels.json Update issueopenerlabels.json (#3226) 2021-11-02 18:52:21 +02:00
maui.code-workspace Add a vscode workspace and some build tasks (#5827) 2022-04-08 18:49:40 +01:00
omnisharp.json [dualscreen] project/nuget for Surface Duo and other Android foldables (#5020) 2022-04-05 14:07:22 -05: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

See CODE-OF-CONDUCT

Stats