You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -118,6 +105,26 @@ The core team members, ReactiveUI contributors and contributors in the ecosystem
118
105
119
106
[Become a sponsor](https://github.com/sponsors/reactivemarbles).
120
107
108
+
## Migration from Xamarin and .NET 8 MAUI
109
+
110
+
### Xamarin Users
111
+
As of May 2024, Microsoft ended support for Xamarin per their [support policy](https://docs.microsoft.com/dotnet/maui/what-is-maui#xamarin-retirement). ReactiveUI has removed support for legacy Xamarin platforms in favor of modern .NET MAUI. For Xamarin projects:
112
+
113
+
-**Xamarin.Forms** → Migrate to **MAUI** and use `ReactiveUI.Maui`
114
+
-**Xamarin.Android** → Migrate to **MAUI Android** or use `ReactiveUI.AndroidX` for native Android
115
+
-**Xamarin.iOS/Mac** → Migrate to **MAUI iOS/Mac Catalyst**
116
+
117
+
For guidance on migrating from Xamarin to MAUI, see the [official migration documentation](https://docs.microsoft.com/dotnet/maui/migration/).
118
+
119
+
### MAUI .NET 8 Users
120
+
ReactiveUI now requires .NET 9 for MAUI platforms. Update your projects to:
@@ -236,4 +243,4 @@ The following have been core team members in the past.
236
243
237
244
## .NET Foundation
238
245
239
-
ReactiveUI is part of the [.NET Foundation](https://www.dotnetfoundation.org/). Other projects that are associated with the foundation include the Microsoft .NET Compiler Platform ("Roslyn") as well as the Microsoft ASP.NET family of projects, Microsoft .NET Core & Xamarin Forms.
246
+
ReactiveUI is part of the [.NET Foundation](https://www.dotnetfoundation.org/). Other projects that are associated with the foundation include the Microsoft .NET Compiler Platform ("Roslyn") as well as the Microsoft ASP.NET family of projects, and Microsoft .NET Core.
0 commit comments