Skip to content

v12 Breaking Changes

Julien Lebosquain edited this page May 31, 2025 · 3 revisions

Binary breaking changes

PseudolassesExtensions has been renamed to PseudoClassesExtensions

  • PR: #18717
  • Remarks: this class contains only the Set() extension method. The impact in source code should be minimal if the method was used as an extension rather than statically.

AvaloniaMainActivity<TApp> has been removed

  • PR: #18756
  • Remarks: instead of using AvaloniaMainActivity<TApp>, users should create an Application class that derives from the new AvaloniaAndroidApplication<TApp> instead.
Clone this wiki locally