[Mono-dev] Porting mcs to IKVM.Reflection

Kornél Pál kornelpal at gmail.com
Mon May 10 03:16:28 EDT 2010


I'm just trying to implement /nostdlib:
http://msdn.microsoft.com/en-us/library/fa13yay7.aspx

And I belive that having API for setting assembly aliases would be a 
good solution.

Of course LoadMscorlib is not a bug, it's just redundant. The current 
AssemblyResolve is able to do that just fine. If there was an assembly 
alias feature, LoadMscorlib was even more redundant.

Regards,
Kornél

Jeroen Frijters wrote:
>> LoadMscorlib was designed to meet your very specific needs of being able
>> to load mscorlib.dll from a specified file.
> 
> Any API designed without a very specific use case is doomed, so I consider this a feature not a bug.
> 
> I don't understand what problem you are trying to solve, so maybe we should back up a little and talk about that first.
> 
> Regards,
> Jeroen


More information about the Mono-devel-list mailing list