Hello there,

 

I'm still on tests for mscoree, and for that I need NET dlls to run the tests with.

The DLLs can be compile with csc.exe, but that needs to be implemented somehow.

Right now there are two ways we could implement that:

 

1) Compile DLL at build time (optional build dependency on mono)

2) Compile DLL at runtime (wine-mono would need to ship csc.exe, native .NET already has it)

 

I'm not sure which way is preferred, both would be feasible, I guess.

Which one should I take?

 

Regards,

Fabian Maurer