[Mono-list] IL code references to corlib and mscorlib

Miguel de Icaza miguel@ximian.com
16 Jul 2003 12:21:41 -0400


Hello,

> 	This could be considered a monodis bug though. We really shouldn't be
> relying on aliases in the assembler because in theory people could
> create their code with monodis and assemble it with someone elses
> assembler. Would you mind filing a bug report?

A long standing `TODO' has been to rename corlib.dll to mscorlib.dll and
remove the various workaround and hacks that do renaming of corlib into
something else.

There are special hacks on the runtime (mono/mono/metadata) and the
makefiles that generate it (mcs/class/corlib) and install (mono/runtime)

Miguel