.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
dotnet-maestro[bot] 2ac584dd8c
[main] Update dependencies from xamarin/xamarin-macios (#4056)
* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220110.9

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.100-preview.13.8 -> To Version 15.2.100-preview.13.15

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220111.5

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.100-preview.13.8 -> To Version 15.2.100-preview.13.19

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220112.10

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.100-preview.13.8 -> To Version 15.2.100-preview.13.24

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220112.43

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.100-preview.13.8 -> To Version 15.2.100-preview.13.35

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220113.15

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.100-preview.13.8 -> To Version 15.2.100-preview.13.39

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220114.33

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.100-preview.13.8 -> To Version 15.2.100-preview.13.54

* Fix API changes from iOS

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: redth <jondick@gmail.com>
2022-01-15 22:07:45 -05:00
.config Remove usage of IsolatedStorage (#2710) 2021-11-10 20:18:36 +02:00
.github Update bug-report.yml 2022-01-12 21:43:06 +02:00
.nuspec [build] don't use intermediate @(_MauiCompileToAdd) (#4034) 2022-01-11 00:39:22 +00:00
.vscode iOS set UserInteractionEnabled to true when adding gestures (#3623) 2021-12-02 19:34:28 +01:00
Assets
eng [main] Update dependencies from xamarin/xamarin-macios (#4056) 2022-01-15 22:07:45 -05:00
src [main] Update dependencies from xamarin/xamarin-macios (#4056) 2022-01-15 22:07:45 -05:00
._Compatibility.ControlGallery.sln Fix the benchmarks project TFM (#2666) 2021-09-23 18:47:30 +01:00
._Microsoft.Maui.BuildTasks.sln Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
._Microsoft.Maui.Droid-net6.sln Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
._Microsoft.Maui.iOS.sln Fix the benchmarks project TFM (#2666) 2021-09-23 18:47:30 +01:00
._Microsoft.Maui.sln Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
.editorconfig
.gitattributes
.gitconfig
.gitignore [android] reduce JNI calls by moving logic into Java (#3372) 2021-12-14 10:28:36 -06:00
Directory.Build.props Move versions to Versions.props and Build WASDK (#3557) 2021-11-26 17:41:52 +02:00
Directory.Build.targets Remove `ComputeXamarinTargetFrameworks` override 2022-01-14 12:23:54 -05:00
GitInfo.txt Update GitInfo.txt 2022-01-06 20:47:42 -05:00
LICENSE
Microsoft.Maui-mac.slnf Initial projects and settings for BlazorWebView device tests 2021-12-08 14:14:06 -08:00
Microsoft.Maui-net6.sln Initial projects and settings for BlazorWebView device tests 2021-12-08 14:14:06 -08:00
Microsoft.Maui.BuildTasks-net6.slnf Add support for Border to have visual tree children (#3291) 2021-11-09 18:34:41 +02:00
Microsoft.Maui.Packages-mac.slnf Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
Microsoft.Maui.Packages-net6.slnf Merge all the .NET 6 projects/solutions (#2505) 2021-09-17 14:21:02 -05:00
Microsoft.Maui.Samples-net6.slnf Add the simplest sandbox app (#2886) 2021-10-11 19:31:31 +02:00
NuGet.config Move versions to Versions.props and Build WASDK (#3557) 2021-11-26 17:41:52 +02:00
README.md Update README.md 2022-01-05 14:20:47 -06:00
SECURITY.md Update SECURITY.md 2021-09-23 10:07:32 +01:00
build.cake Specify the minimum versions of the platforms (#2905) 2021-10-20 10:41:34 -04:00
build.cmd
build.ps1
build.sh
global.json
issueopenerlabels.json Update issueopenerlabels.json (#3226) 2021-11-02 18:52:21 +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 native 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 native desktop apps for Windows and macOS. With .NET MAUI, you can build native 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 native 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