-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
v12 Breaking Changes
Julien Lebosquain edited this page May 31, 2025
·
3 revisions
- 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.
- PR: #18756
- Remarks: instead of using
AvaloniaMainActivity<TApp>
, users should create anApplication
class that derives from the newAvaloniaAndroidApplication<TApp>
instead.