.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Rui Marinho 705d344ac0
Cleanup code format (#6242)
2022-04-20 08:37:17 +02:00
.config Update dependencies from https://github.com/dotnet/xharness build 20220419.1 (#6240) 2022-04-19 19:09:14 +01:00
.github Cleanup code format (#6242) 2022-04-20 08:37:17 +02:00
.nuspec [android] update AOT profiles (#6238) 2022-04-19 12:49:25 -05: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 Update dependencies from https://github.com/dotnet/xharness build 20220419.1 (#6240) 2022-04-19 19:09:14 +01:00
src Cleanup code format (#6242) 2022-04-20 08:37:17 +02:00
.editorconfig [core] Trimming Clean up (#5028) 2022-03-18 14:38:25 -05:00
.gitattributes
.gitconfig
.gitignore [android] reduce JNI calls by moving logic into Java (#3372) 2021-12-14 10:28:36 -06:00
Directory.Build.props Adds Tizen backend (#2360) 2022-04-15 08:43:01 +00:00
Directory.Build.targets Adds Tizen backend (#2360) 2022-04-15 08:43:01 +00: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-rc2-900e0bcc87cc711c3a87910ac3306a9b27a23890-1 (#6212) 2022-04-19 10:17:25 +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
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