Skip to content

Releases: xamarin/xamarin-macios

.NET 7.0.100 RC 1 (1031)

26 Sep 21:03
36bea03
Compare
Choose a tag to compare
Pre-release

This is a servicing release to the previous 7.0.1xx-rc1 release.

Note: these are the base SDKs that add support for the platforms in question, for MAUI (which is built on top of our SDKs), go here instead: https://docs.microsoft.com/en-us/dotnet/maui/.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-7-release-notes
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET7

Warning

This release is not compatible with Xcode 14. For more information about Xcode 14 support, see: #15954.

What's Changed

Full Changelog: dotnet-7.0.1xx-rc.1-1029...dotnet-7.0.1xx-rc.1-1031

.NET 7.0.100 RC 1 (1029)

21 Sep 08:58
e7aa824
Compare
Choose a tag to compare
Pre-release

We're excited to announce our first preview release for .NET 7!

Note: these are the base SDKs that add support for the platforms in question, for MAUI (which is built on top of our SDKs), go here instead: https://docs.microsoft.com/en-us/dotnet/maui/.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-7-release-notes
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET7

Warning

This release is not compatible with Xcode 14. For more information about Xcode 14 support, see: #15954.

What's Changed

Bugs fixed

  • [mtouch] Preserve the xamarin_dyn_* functions when we're handling Objective-C exceptions by unwinding managed code. Fixes #14193. by @rolfbjarne in #14852
  • [msbuild] Copy binding resource files back to Windows. Fixes #13393. by @rolfbjarne in #14702
  • [dotnet] Add support for selecting whether to create P/Invoke wrappers or not. Fixes #4940. by @rolfbjarne in #14961
  • [AppKit] Add NSView.AddToolTip overloads that take NSObjects as owners. Fixes #14996. by @rolfbjarne in #15000
  • [dotnet-linker] Bump default trampoline count when using the interpreter on x64 in .NET. Fixes #14887. by @rolfbjarne in #15025
  • [AppKit] Fix wrong binding for NSToolbarItem.Image in Mac Catalyst. Fixes #15068. by @rolfbjarne in #15075
  • [msbuild] Use the full path to the symbols list file. Fixes #15046. by @rolfbjarne in #15105
  • [CarPlay] Propagate constructors to derived classes. Fixes #15169. by @rolfbjarne in #15179
  • [msbuild] Fix computing the output path for SceneKitAsset items with custom Link metadata. Fixes #15104. by @rolfbjarne in #15186
  • [tools] Make sure to finish the P/Invoke generator output before running the static registrar. Fixes #15190. by @rolfbjarne in #15214
  • [introspection] Fix according to macOS 12.4. Fixes #15229. by @rolfbjarne in #15230
  • [runtime] Fix 'skip_nested_brace' to not read past the string. Fixes #15253. by @rolfbjarne in #15257
  • [SceneKit] Fix SCNMatrix4 in .NET. Fixes #15094. by @rolfbjarne in #15160
  • [dotnet] Fix hang after packing .NET NuGets. Fixes #13355. by @rolfbjarne in #15407
  • [msbuild/tools] Fix path issues in the FilterStaticFrameworks task and ExtractBindingLibraries step. Fixes #15289. by @rolfbjarne in #15321
  • [dotnet] Use an arm64-based .NET local install on arm64 machines. Fixes #15375. by @rolfbjarne in #15389
  • [CoreCLR] Avoid having any internal calls in managed code for CoreCLR. Fixes #15343. by @rolfbjarne in #15358
  • [msbuild] Copy partial app manifests to build server if they exists on Windows. Fixes #15267. by @rolfbjarne in #15328
  • [dotnet] Make it so that 'net6.0-*' TargetFrameworks work when building with .NET 7. Fixes #15672. by @rolfbjarne in #15761
  • Ensure the Hot Restart bundle does not have any entitlements set by @emaf in #15558
  • Fix crash with NSUrl implicit conversion and null by @chamons in #14860
  • Bump mono to get fix for #12416. by @rolfbjarne in #14934
  • Avoid executing _VerifyXcodeVersion when there's no connection to a Mac by @mauroa in #15026
  • [runtime] Handle fatal managed exceptions a bit better in the runtime. by @rolfbjarne in #15029
  • [dotnet] Make sure to not run the linker when we're on a disconnected Windows build. by @rolfbjarne in #15076
  • [AppKit] Add constructors for NSMenuToolbarItem classes by @chamons in #15087
  • [runtime] Skip passing ICU_DAT_FILE_PATH to the runtime if we don't have an ICU data file. by @rolfbjarne in #15085
  • Allow overriding HOME variable in dotnet remote builds by @mauroa in #15171
  • [msbuild] Only sign the prebuilt hotrestart app in CI by @rolfbjarne in #15236
  • [msbuild] Only pass -z to dsymutil when using Xcode 13.2 or earlier. by @rolfbjarne in #15254
  • [ObjCRuntime] Add missing cases for UIntPtr for determining if a type is a built-in type. by @rolfbjarne in #15391
  • [runtime] Adjust exception handling to always return managed exceptions if so requested. by @rolfbjarne in #15432
  • [dotnet] Don't set '_RunAotCompiler' on macOS if 'MtouchInterpreter' is set. by @rolfbjarne in #14874

Performance improvements

  • [appkit] Add missing NullAllowed on NSSavePanel.AllowedFileTypes by @chamons in #15570
  • [corefoundation] Cache kCFNull to avoid native calls by @spouliot in #15146
  • [foundation] Cache parts of NSObject.ConformsToProtocol by @spouliot in #15294
  • [generator] Don't use culture-aware API. by @rolfbjarne in #15392
  • [ObjCRuntime] Specify the string comparison to use when comparing strings in Runtime.IsARM64CallingConvention. by @rolfbjarne in #14840
  • [perf] Cache Runtime.IsUserType results by @spouliot in #15149

Added API

Nullability additions

Read more

.NET 6.0.4xx (454)

21 Sep 08:58
4bd34d0
Compare
Choose a tag to compare

This is a servicing release to the previous major 6.0.4xx release.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-release-notes-Xcode-13.3
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET
Breaking changes: https://github.com/xamarin/xamarin-macios/wiki/Breaking-changes-in-.NET

Warning

This release is not compatible with Xcode 14. For more information about Xcode 14 support, see: #15954.

Breaking changes

  • An Entitlements.plist file is now automatically detected: if there's an Entitlements.plist file in the project folder, we'll automatically detect it and treat it as a file containing entitlements that should be requested during code signing. A consequence is that the presence of this file means that the app bundle will now be signed, which also means that we must find an applicable code signing certificate and provisioning profile during the build, otherwise the build will fail:

    Could not find any available provisioning profiles for on iOS.

    There are a few workarounds:

    1. If the Entitlements.plist file does not contain any entitlements, it can be removed.

    2. The automatic detection can be disabled by setting the EnableDefaultCodesignEntitlements property to false in the project file:

      <PropertyGroup>
          <EnableDefaultCodesignEntitlements>false</EnableDefaultCodesignEntitlements>
      </PropertyGroup>

      If the entitlements are still required for release builds for instance, something like this can be used instead:

      <PropertyGroup>
          <EnableDefaultCodesignEntitlements>false</EnableDefaultCodesignEntitlements>
          <CodesignEntitlements Condition="'$(Configuration)' == 'Release'">Entitlements.plist</CodesignEntitlements>
      </PropertyGroup>

What's Changed

  • [ci] Add support to net6.0 for multi-targeting in VS. (#15776)
  • [msbuild] Automatically detect any Entitlements.plist files in the root project in .NET. (#15729 -> #15798)
  • Implement macOS/MacCatalyst Archive and publishing support (#15720 -> #15798)
  • [release/6.0.4xx][msbuild] Take the .NET version into account when computing the illink.dll location. (#15875).

Full Changelog: dotnet-6.0.4xx-447...dotnet-6.0.4xx-454

.NET 6.0.4xx (447)

23 Aug 15:19
e45c10c
Compare
Choose a tag to compare

This is a servicing release to the previous major 6.0.4xx release.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-release-notes-Xcode-13.3
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET
Breaking changes: https://github.com/xamarin/xamarin-macios/wiki/Breaking-changes-in-.NET

What's Changed

  • [msbuild/tools] Fix path issues in the FilterStaticFrameworks task and ExtractBindingLibraries step. Fixes #15289. (#15444)
  • [runtime] Fix 'skip_nested_brace' to not read past the string. Fixes #15253. (#15461)
  • [msbuild] Copy partial app manifests to build server if they exists on Windows. Fixes #15267. (#15467)
  • [dotnet] Generate Microsoft..Sdk.ImplicitNamespaceImports.props. (#15464)
  • [dotnet] Accept invalid runtime identifiers for Restore. (#15491)
  • [CoreCLR] Avoid having any internal calls in managed code for CoreCLR. Fixes #15343. (#15458)
  • [debugger] Work around a debugger issue when using the interpreter. (#15510)
  • Ensure the Hot Restart bundle does not have any entitlements set. (#15560)

Full Changelog: dotnet-6.0.4xx-430...dotnet-6.0.4xx-447

.NET 6.0.4xx (430)

15 Jul 17:36
Compare
Choose a tag to compare

This is a servicing release to the previous major 6.0.4xx release.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-release-notes-Xcode-13.3
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET
Breaking changes: https://github.com/xamarin/xamarin-macios/wiki/Breaking-changes-in-.NET

What's Changed

Full Changelog: dotnet-6.0.4xx...dotnet-6.0.4xx-430

.NET 6.0.3xx (315)

15 Jul 17:36
879be51
Compare
Choose a tag to compare

This is the second servicing release to the previous major 6.0.3xx release.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-release-notes-Xcode-13.3
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET
Breaking changes: https://github.com/xamarin/xamarin-macios/wiki/Breaking-changes-in-.NET

What's Changed

Full Changelog (since previous service release): dotnet-6.0.3xx-311...dotnet-6.0.3xx-315

.NET 6.0.3xx (311)

15 Jul 18:07
170684c
Compare
Choose a tag to compare

This is a servicing release to the previous major 6.0.3xx release.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-release-notes-Xcode-13.3
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET
Breaking changes: https://github.com/xamarin/xamarin-macios/wiki/Breaking-changes-in-.NET

What's Changed

  • [dotnet] Make sure to not run the linker when we're on a disconnected Windows build. (#15096)
  • [dotnet] Change condition when to include the System.Runtime.InteropServices.NFloat.Internal package reference. (#15184)
  • [dotnet] Condition default inclusion on the target framework version. (#15197)

Full Changelog: dotnet-6.0.3xx...dotnet-6.0.3xx-311

d17-2 Service Release 1

21 Jun 07:56
96b3edb
Compare
Choose a tag to compare

This is a service release for our d17-2 release train.

 Product Version Package Changelog
Xamarin.iOS 15.10.0.5 xamarin.ios-15.10.0.5.pkg xamarin-ios-15.10.0.1...xamarin-ios-15.10.0.5
Xamarin.Mac 8.10.0.5 xamarin.mac-8.10.0.5.pkg xamarin-mac-8.10.0.1...xamarin-mac-8.10.0.5

What's Changed

.NET 6.0.4xx

14 Jun 19:40
b87dc65
Compare
Choose a tag to compare

This is a servicing release to the previous major release.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-release-notes-Xcode-13.3
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET
Breaking changes: https://github.com/xamarin/xamarin-macios/wiki/Breaking-changes-in-.NET

What's Changed

  • Make sure to not run the linker when we're on a disconnected Windows build. #15096
  • Condition default inclusion on the target framework version. #15197
  • Change condition when to include the System.Runtime.InteropServices.NFloat.Internal package reference. #15184
  • Applied latest Messaging and Hot Restart changes from main. #15177

Full Changelog: dotnet-6.0.3xx...dotnet-6.0.4xx

.NET: Xcode 13.3

23 May 16:54
ce10c91
Compare
Choose a tag to compare

We're excited to announce our first SDK release for .NET! After many years of work we've moved to .NET, where among other things we'll get an updated Base Class Library, which is unified across all .NET platforms.

Note: these are the base SDKs that add support for the platforms in question, for MAUI (which is built on top of our SDKs), go here instead: https://docs.microsoft.com/en-us/dotnet/maui/.

This release consists of the following versions:

Full release notes: https://github.com/xamarin/xamarin-macios/wiki/.NET-release-notes-Xcode-13.3
Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET
Breaking changes: https://github.com/xamarin/xamarin-macios/wiki/Breaking-changes-in-.NET