jurassic icon indicating copy to clipboard operation
jurassic copied to clipboard

Support for Xamarin / Mono for latest version of jurassic

Open patriklindstrom opened this issue 9 years ago • 4 comments

Would be great to use this library in app development but I did not get the nuget package or any of the branches of jurassic to work in my Xamarin project. I did however find a three year old fork of the project that @vargaz has made commitments to. And I got it to work. mono/jurassic Would be great if it could be merged .

patriklindstrom avatar Feb 20 '17 20:02 patriklindstrom

Ok I have not tested it yet on iOS. According to this article it might not work. https://developer.xamarin.com/guides/ios/advanced_topics/limitations/#No_Dynamic_Code_Generation . Maybe I have to call on iOS native stuff for iPhone.

patriklindstrom avatar Feb 20 '17 20:02 patriklindstrom

Define __MonoCS__ in the Jurassic project to use the ReflectionEmitILGenerator instead.

niuk avatar Feb 21 '17 17:02 niuk

@niuk Now this define does nothing (at least in master branch). I think limitation @patriklindstrom told about is still intact.

tomasz-soltysik avatar Feb 02 '18 09:02 tomasz-soltysik

Which version supports mono? Could I be hit by it?: https://github.com/paulbartrum/jurassic/issues/169

Lelelo1 avatar Dec 05 '19 19:12 Lelelo1