.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Rui Marinho 6a82cf0bcb
Update windows.cake
2024-10-14 11:12:30 +01:00
.config Nove to arcade ne9 2024-10-11 11:43:57 +01:00
.github Bump WinAppSDK to 1.6 (#24266) 2024-10-08 16:08:26 -05:00
.vscode Revert "[net9.0] Merge main into net9.0 (#23126)" (#23241) 2024-06-25 09:54:08 -05:00
Assets Add NuGet package information (#18197) 2023-10-23 23:22:29 +01:00
docs [XC] Add feature switch to enable compiling bindings with source (#24924) 2024-09-27 22:25:55 +01:00
eng Update windows.cake 2024-10-14 11:12:30 +01:00
loc Juno: check in to lego/hb_7241b85a-f216-4d55-a9fa-d8030c736df5_20240925231640755. (#24935) 2024-09-30 12:29:45 -05:00
src Update vsmanproj 2024-10-11 11:40:32 +01:00
.editorconfig Bump editorconfig csharp_prefer_braces down to suggestion (#21041) 2024-03-07 08:34:41 +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 try this again 2024-10-11 11:40:28 +01: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 Use DotNetTempDirectory for the script 2024-10-11 11:40:26 +01:00
Directory.Build.targets again 2024-10-11 11:40:23 +01:00
LICENSE.txt License format matches other dotnet org projects (#5074) 2022-03-07 21:30:22 -05:00
Microsoft.Maui-dev.sln Update default `BlazorWebView` host address (#24884) 2024-09-30 13:30:16 +01:00
Microsoft.Maui-mac.slnf Add the embedding sample (#23647) 2024-07-19 17:11:28 +02:00
Microsoft.Maui-vscode.sln Merge branch 'main' into merge-main-net9 2024-07-22 17:12:01 -05:00
Microsoft.Maui-windows.slnf [Windows] Make `WebView.CaptureAsync()` work (#23474) 2024-08-19 21:24:02 +08: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 Add the embedding sample (#23647) 2024-07-19 17:11:28 +02:00
Microsoft.Maui.Packages-mac.slnf Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
Microsoft.Maui.Packages.slnf Fix the incorrect manifest project name (#18488) 2023-11-03 10:19:24 +01:00
Microsoft.Maui.Samples.slnf Add the embedding sample (#23647) 2024-07-19 17:11:28 +02:00
Microsoft.Maui.sln Merge branch 'main' into merge-main-net9 2024-07-22 17:12:01 -05:00
NuGet.config Update NuGet.config 2024-10-11 12:07:33 +01:00
README.md Update readme with latest blog (#18763) 2023-11-17 01:13:39 +00:00
SECURITY.md Update SECURITY.md 2021-09-23 10:07:32 +01:00
THIRD-PARTY-NOTICES.TXT Binding source generator (#21725) 2024-06-04 18:07:07 +00:00
build.cake [ci] Move to arcade , remove GitInfo and Mono dependencies (#21487) 2024-05-07 13:49:39 +01:00
build.cmd Again 2024-10-11 11:40:22 +01:00
build.ps1 Clean signing 2024-10-11 11:40:25 +01:00
build.sh Again 2024-10-11 11:40:22 +01:00
cSpell.json Add product names to cspell word list and add csharp to markdown code section 2023-07-05 12:54:04 -07:00
dotnet-local.cmd Fix the batch file for running local dotnet on windows (#23541) 2024-07-11 09:24:46 -05:00
dotnet-local.sh Try fix the bin folder 2024-10-11 11:40:25 +01:00
global.json Update global.json 2024-10-11 12:09:52 +01:00
maui.code-workspace Move maui to net9.0 2023-11-28 14:41:17 +00: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.