.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Shane Neuville bd61427448
Disable NSToolbar Tabs (#25137) (#25700)
* Disable NSToolbar Tabs

* - fix OS check

* - fix tabbedview extentions PR

* - bump targets

* - add missing file

* - add if/def for NET18.0 target

* - add catalyst check

* - switch to newer APIs for iOS and catalyst 18+

* - if/def for iOS18
# Conflicts:
#	src/Core/src/Platform/iOS/TabbedViewExtensions.cs
2024-11-07 06:22:58 -06:00
.config Update dependencies from https://github.com/dotnet/xharness build 20241024.9 (#25553) 2024-10-30 15:22:44 +00:00
.github Update developer doc to direct installing VS 17.12 or newer, not 17.10 (#25678) 2024-11-04 22:31:21 +00:00
.vscode VSCode no longer uses MAUI to launch (#23222) 2024-06-24 21:52:00 +00:00
Assets Add NuGet package information (#18197) 2023-10-23 23:22:29 +01:00
docs [main] Merge release 9.0.1xx to main (#25527) 2024-10-26 00:48:49 +01:00
eng [ci] Fix provisioning with sudo (#25722) 2024-11-07 10:56:44 +00:00
loc Juno: check in to lego/hb_7241b85a-f216-4d55-a9fa-d8030c736df5_20241029212245301. (#25593) 2024-10-30 12:15:47 +00:00
src Disable NSToolbar Tabs (#25137) (#25700) 2024-11-07 06:22:58 -06: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 [release/9.0.1xx] Build arcade net9 on GA branch (#25336) 2024-10-17 11:51:18 +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 Revert "[release/9.0.1xx] Updates for ASPNET GA branding (#25348)" 2024-10-25 13:58:42 +01:00
Directory.Build.targets [release/9.0.1xx] Update to rtm and arcade net9 (#25279) 2024-10-16 19:09:26 +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-31 16:08:16 +00: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 [release/9.0.1xx] Build arcade net9 on GA branch (#25336) 2024-10-17 11:51:18 +01:00
build.ps1 [release/9.0.1xx] Build arcade net9 on GA branch (#25336) 2024-10-17 11:51:18 +01:00
build.sh [release/9.0.1xx] Build arcade net9 on GA branch (#25336) 2024-10-17 11:51:18 +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 [release/9.0.1xx] Build arcade net9 on GA branch (#25336) 2024-10-17 11:51:18 +01:00
global.json Revert "[release/9.0.1xx] Updates for ASPNET GA branding (#25348)" 2024-10-25 13:58:42 +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.