Now that the upcoming Mono version includes EF4, are the imminent plans to include it in MonoTouch and Mono for Android?
相关问题
- Custom controls disabled. There was an internal is
- Error:Xamarin.Forms targets have been imported mul
- System.IO.MemoryMappedFiles on MonoTouch?
- Is it possible to use NSUbiquitousKeyValueStore wi
- Detection of swiping on a normal Android Activity
相关文章
- Xamarin form MessagingCenter Unsubscribe is not wo
- The type initializer for 'SQLite.SQLiteConnect
- How to use native C++ libraries in Mono for Androi
- Xamarin build error: defining a default interface
- Xamarin Android Player Error when attempting to fi
- Can Android Studio and Visual Studio safely share
- Android Webview cannot render the pdf sometimes an
- UTF-16 safe substring in C# .NET
For Android, the chances that we include it are very high, as Android can run the entire CLR. On iOS the situation is more complicated, as there are various limitations imposed by the iOS kernel that prevent some forms of generics code from running.
Additionally, all of the EF work runs on top of Mono 2.11, while both mobile products are based on a much older codebase, so any upgrade will have to wait until both products are rebased on top of the upcoming Mono 2.12, and that wont happen until December or so.