[Mono-list] Implementation of *Attribute Classes for Microsoft.VisualBasic

Duncan Mak duncan@ximian.com
Fri, 08 Aug 2003 01:28:43 -0400


On Thu, 2003-08-07 at 10:17, Daniel Keep wrote:
> I got really bored late a night, and noticed all those missing *Attribute
> classes under the Microsoft.VisualBasic assembly, so I went and did them.
> Not spectacularly difficult or impressive, but I felt like doing something
> :P

Oh, one more thing I forgot to mention.

I think the Attributes are not showing up possibly because of some
mis-compilation (i.e. we forgot to include them in the
Microsoft.VisualBasic build), but it could also be a CorCompare (the
program we run to compare assembly) bug. If it is the latter, I think
Gonzalo is working fixing it; if it's the a problem with not including
the right files, it'll be nice to fix the makefiles/source listing to
fix this problem.

Duncan.