Replies: 4 comments 4 replies
-
Requirement of google not maui
|
Beta Was this translation helpful? Give feedback.
-
Oh, I completely misunderstood the warning then, my bad. Thanks for the explanation! |
Beta Was this translation helpful? Give feedback.
-
You can use the following project properties to configure your versions for each MAUI platform. |
Beta Was this translation helpful? Give feedback.
-
Yes correct, not all the MAUI tools and settings are in Visual Studio yet. Using the latest preview version of Visual Studio is probably your best option to obtain MAUI tools and settings earlier. |
Beta Was this translation helpful? Give feedback.
-
When I'm trying to compile the project, I'm getting warning:
'ReactiveCommand.CreateFromTask(Func<Task>, IObservable<bool>?, IScheduler?)' is only supported on: 'Android' 31.0 and later.
Is this really that using Reactive UI with .NET MAUI needs devices with API Level 31 (Android 12+)? This is very restrictive, only ~15% of people would be able to use the application based on Reactive UI.
Beta Was this translation helpful? Give feedback.
All reactions