.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
dotnet-maestro[bot] b97b0bd3af
[main] Update dependencies from xamarin/xamarin-android (#4033)
Changes: 9c82662...a533652

Updates: Microsoft.Android.Sdk.Windows: from 31.0.200-preview.13.8 to 31.0.200-preview.13.11

The Android workload now ships with "manifestmerger" 30.x:

a533652fa6

This causes Essentials samples to fail to build with:

    android:exported needs to be explicitly specified for <activity>.
    Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined.
    See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

The fix here is various activities should define `Exported=true`. The
Android workload does this by default for the main activity, but not
every activity. This appears to solve the build error.

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
2022-01-11 12:17:47 -06:00
.config
.github Update to preview.11 2021-12-17 10:14:40 -05:00
.nuspec [build] don't use intermediate @(_MauiCompileToAdd) (#4034) 2022-01-11 00:39:22 +00:00
.vscode
Assets
eng [main] Update dependencies from xamarin/xamarin-android (#4033) 2022-01-11 12:17:47 -06:00
src [main] Update dependencies from xamarin/xamarin-android (#4033) 2022-01-11 12:17:47 -06:00
._Compatibility.ControlGallery.sln
._Microsoft.Maui.BuildTasks.sln
._Microsoft.Maui.Droid-net6.sln
._Microsoft.Maui.iOS.sln
._Microsoft.Maui.sln
.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
Directory.Build.targets
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
Microsoft.Maui.Packages-mac.slnf
Microsoft.Maui.Packages-net6.slnf
Microsoft.Maui.Samples-net6.slnf
NuGet.config
README.md Update README.md 2022-01-05 14:20:47 -06:00
SECURITY.md
build.cake
build.cmd
build.ps1
build.sh
global.json
issueopenerlabels.json

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