On Tue, Mar 26, 2013 at 4:31 AM, Donal Lafferty <donal.laffe...@citrix.com> wrote: > It makes a lot of sense to write the ServerResourse for Hyper-V in C#, > because there's a lot of frameworks written in the Microsoft ecosystem with > C# in mind. > > If that's the case, then it also makes sense to use the Microsoft compiler to > compile the ServerResource.
This won't get much love, instead of a compiler from the North Atlantic giant, if you were to use C# anyway why not consider using mono for your compiler/build infrastructure? While I would avoid mono and it would be difficult for folks to build/develop, if something could be done in C#, could n't it be done in Java, Scala or anything that could run on JVM? If this is possible, it will save us from nonoss, proprietary build/runtime dependency. Cheers. > > I'm unclear how this impacts contributing the code to Apache CloudStack. In > particular: > > > 1. Does dependence on the Microsoft compiler mean that the source end > up in the non-OSS build? > > 2. Is the plugin able to participate in the BVT? > >