[mapguide-internals] Re: Unit testing and Builds Integration

Jackie Ng jumpinjackie at gmail.com
Thu Mar 31 02:51:26 EDT 2011


Technically speaking it should be possible for .net wrappers to work on linux
via Mono, as the SWIG generated code uses P/Invokes which is a clean native
interop technology that is supported in Mono. The names in the DllImport
attributes that SWIG generates are extension-less thus theoretically
speaking P/Invoke should be able to resolve this to a matching .dll of the
same name in windows and a .so of the same name in Linux.

I guess what I am trying to say is I prefer .net / NUnit as this is my
comfort zone and I could easily port the existing web extension test suite
to this CI stack if it were the case. Time/resources permitting of course.

- Jackie

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unit-testing-and-Builds-Integration-tp6223383p6226079.html
Sent from the MapGuide Internals mailing list archive at Nabble.com.


More information about the mapguide-internals mailing list