[Mono-dev] [PATCH] assembly name fixes for AssemblyName and runtime

Gert Driesen gert.driesen at telenet.be
Thu Jan 3 12:57:47 EST 2008


Hey Andrés,

Yes, you're right. I've updated that bug report with some additional info.

Gert 

-----Original Message-----
From: news [mailto:news at ger.gmane.org] On Behalf Of "Andrés G. Aragoneses [
knocte ]"
Sent: woensdag 2 januari 2008 9:30
To: mono-devel-list at lists.ximian.com
Subject: Re: [PATCH] assembly name fixes for AssemblyName and runtime

Gert Driesen escribió:
> The attached patches fix some issue in self-constructed AssemblyName 
> instances, and more importantly it fixes the FullName and
> GetPublicKey(Token) of AssemblyName instances returned for 
> AssemblyBuilders and "baked" assemblies.
> 
> For baked assemblies, AssemblyName.FullName did not contain the 
> PublicKeyToken=null spec for non-signed assemblies, like MS does. 
> Fixing this involved changes in both corlib and the runtime.
> 
> In the runtime we were also not reporting a failure for an assembly 
> name containing a Version, Culture or PublicKeyToken spec without an 
> actual value. Fixing this allows us to enable several tests that were 
> previously failing.
> 
> More details are available in the changelog for each patch.


Hey Gert, looking the tests briefly it seems that this patch would also
cover bug 322919, am I right?

Regards,

	Andrés	[ knocte ]

-- 





More information about the Mono-devel-list mailing list