Skip to content

4.1.9

Compare
Choose a tag to compare
@jeromelaban jeromelaban released this 22 Mar 13:48
4f50459

Uno Platform 4.1 Update for .NET 6 Mobile Preview 14 and VS 2022 17.2 Preview 2

The .NET team has been steadily releasing a set of updates to the .NET 6 Mobile previews. Last week's update was Preview 14, which came at just about the same time as Uno Platform 4.1 release. Following .NET 6 mobile Preview 14, we’re publishing the Uno Platform 4.1.9 service update.

This update includes a new set of binary breaking changes added in .NET 6 Mobile Preview 14, which requires the use of Visual Studio 17.2 Preview 2. If you update to Preview 2, you will need to be on Uno Platform 4.1.9 or later.

Using .NET 6 Mobile Preview 14 with Uno Platform projects

To use this new preview in Uno Platform projects, you’ll need a few steps:

  • Install the latest uno-check preview

    dotnet tool install -g uno.check --version 1.2.0-dev.10
    
  • Or update to the latest uno-check preview

    dotnet tool update -g uno.check --version 1.2.0-dev.10
    
  • Then run the following:

    uno-check --pre 
    
  • If you’re building on a mac, either directly or through VS for Windows, you’ll need to run uno-check on the mac as well.

  • Make sure that your Visual Studio 2022 Uno Platform extensions are updated to 4.1.9 (it should be automatically updated)

  • Update your nuget packages to Uno.UI.* 4.1.9 or create a new project from the templates.

Note that if you intend to build for iOS, Xcode 13.3 is required and that this version of requires macOS Monterey.