.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Jonathan Dick 2ac61e5eb8
Update sourcelink, set deterministic builds in CI (#16127)
2023-07-13 12:12:57 +02:00
.config Update dependencies from https://github.com/dotnet/xharness build 20230626.1 (#15974) 2023-07-03 16:27:30 +01:00
.github [housekeeping] Group dependabot PR's by dependency area/type (#16111) 2023-07-12 22:15:38 +08:00
.vscode Remove legacy launch settings (#15511) 2023-06-07 20:20:07 +00:00
Assets Add nicer metadata to our NuGet packages (#11219) 2022-11-11 11:00:30 +00:00
docs Include section about OnSizeAllocated (#15617) 2023-06-14 11:57:28 +01:00
eng Update sourcelink, set deterministic builds in CI (#16127) 2023-07-13 12:12:57 +02:00
loc LEGO: Merge pull request 8721 2022-07-13 10:50:49 -07:00
src Add logic to set DefaultLabelPosition on the WinUI CommandBar (#15835) 2023-07-13 03:54:23 -05:00
.editorconfig [core] use ToUpperInvariant() / ToLowerInvariant() (#14773) 2023-04-26 14:04:54 -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 Make MAUI into 1 workload and lots of NuGets instead of a full workload (#11206) 2023-02-07 15:09:25 +02: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 Update sourcelink, set deterministic builds in CI (#16127) 2023-07-13 12:12:57 +02:00
Directory.Build.targets Make MAUI into 1 workload and lots of NuGets instead of a full workload (#11206) 2023-02-07 15:09:25 +02:00
GitInfo.txt Add branch info to GitInfo 2022-10-21 19:01:28 +01:00
LICENSE.txt License format matches other dotnet org projects (#5074) 2022-03-07 21:30:22 -05:00
Microsoft.Maui-dev.sln Legacy gallery filtered solutions (#15219) 2023-06-01 11:42:11 +01:00
Microsoft.Maui-mac.slnf Add UITest Gallery and some simple tests (#15191) 2023-05-31 00:55:00 +01:00
Microsoft.Maui-windows.slnf [uitests] Work for get appium uitests with CI (#14488) 2023-05-16 16:34:25 -05:00
Microsoft.Maui.BuildTasks.slnf SourceGen now supports internal duplicate types 2023-03-25 19:01:12 +02:00
Microsoft.Maui.Graphics.slnf Add back the SkiaSharp libs and Samples 2022-07-11 15:56:50 +02:00
Microsoft.Maui.LegacyControlGallery.slnf Legacy gallery filtered solutions (#15219) 2023-06-01 11:42:11 +01:00
Microsoft.Maui.Packages-mac.slnf Make MAUI into 1 workload and lots of NuGets instead of a full workload (#11206) 2023-02-07 15:09:25 +02:00
Microsoft.Maui.Packages.slnf Make MAUI into 1 workload and lots of NuGets instead of a full workload (#11206) 2023-02-07 15:09:25 +02: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 Small fixes for uitest project location and install (#15172) 2023-05-19 16:50:30 +00:00
NuGet.config Make Benchmarks.Droid runnable as APK for perf testing (#14447) 2023-04-18 14:18:01 +01:00
README.md updated news (#13519) 2023-02-23 17:52:12 +00:00
SECURITY.md Update SECURITY.md 2021-09-23 10:07:32 +01:00
THIRD-PARTY-NOTICES.TXT [iOS] Fix Entry Next Keyboard Button Finds Next TextField (#11914) 2023-02-06 14:52:44 -06:00
build.cake Update cake scripts (#15277) 2023-05-29 14:45:41 +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
cSpell.json Make MAUI into 1 workload and lots of NuGets instead of a full workload (#11206) 2023-02-07 15:09:25 +02:00
global.json Pin main branch to net7 (#15452) 2023-06-05 17:30:21 +00:00
maui.code-workspace Add a vscode workspace and some build tasks (#5827) 2022-04-08 18:49:40 +01:00
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.