-
Notifications
You must be signed in to change notification settings - Fork 549
.NET release notes
This release contains support for the following OSes, and the OS version we have bindings for:
- iOS 15.4
- macOS 12.3
- tvOS 15.4
- Mac Catalyst 15.4
Shipped as workloads: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install
Installed by dotnet workload install [ios|macos|tvos|maccatalyst]
Create new app from a template with:
dotnet new ios|macos|tvos|maccatalyst
Get a full list of available templates with:
dotnet new --list --tag Mobile
Getting Started | What's New | Known Issues | Blogs | Feedback | Open Source
- Xcode 13.3
- macOS 12.0 (Monterey)
Everything.
https://github.com/xamarin/xamarin-macios/issues/13160
macOS is using the CoreCLR runtime instead of the Mono runtime.
There are a few incompatibilities between CoreCLR and Mono, those are listed here.
Cost: some performance
First release!
- {Bugzilla Number}: {Title of the bug}
- {DevCom Title}
- {Bugzilla Number}: {Title of the bug}
- {DevCom Title}
// These should be defined as a KNOWN ISSUE.
{Paragraph detailing known issue} {Links to respective bug or devcom item}
We'll continue to ship Xamarin.iOS and Xamarin.Mac separately for a while, but they will eventually be discontinued.
Ref: <link to blog post? documentation?>