[Mono-list] WG: Mcs/class/System/Microsoft.VisualBasic/VBCodeCompiler

Gonzalo Paniagua Javier gonzalo@ximian.com
Tue, 14 Oct 2003 13:34:42 +0200


El mar, 07-10-2003 a las 11:53, Jochen Wezel escribió: 
> Dear Andreas Nahr,
> Dear Gonzalo,
> 
> Please could you review the VisualBasicCodeCompiler and after that
> place it into CVS? It's currently missing a I've seen.
> 
> Currently, the VBCodeProvider creates a VBCodeGenerator instead of a
> VBCodeCompiler. This should be fixed after placing of the compiler.
> 
> Gonzalo, please find attached the VBCodeProviderTest. It compiles and
> runs the tests successfully on MS.NET.

Hi Jochen!

I've just added your code compiler and it seems to work nicely. At least
now I get to the compilation stage from ASP.NET, which with the prior
version didn't work.

The test needs to be reworked to use other way to get the CodeProvider
as the class is internal.

Thanks!

-Gonzalo