-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
I want to write parts of my Android application in C#. I don't care about a good developer experience or a supported path necessarily but want to know if CoreCLR (the full runtime) or CoreRT can be compiled against Android NDK platform headers and the basic runtime facilities like GC, exception handling, Null reference handling work. In addition, networking & dns resolution working would be a plus.
I know ARM64 support has come a long way, but I wonder if Android platform support issues are still lurking and how many (if any) issues have been diagnosed.
I'm also interested in CoreRT, because although my application is written in C# it uses very little of the .net libraries, but does rely on GC, exception handling.
I'm not interested in Mono or Xamarin.