Skip to content

Migrating to Preview 14

David Ortinau edited this page Mar 18, 2022 · 3 revisions

Shell

In order to use constructor injection with ContentPages in the context of Shell, you'll need to register them with DI just like you have your view models.

Renames

  • occurrences of "native" have been replaced with "platform"
  • OSAppTheme is now AppTheme

Type Changes

Rectangle to Rect

OnPlatform Changes

The available platforms are now:

  • Android
  • iOS
  • MacCatalyst
  • Tizen
  • WinUI
Clone this wiki locally