[Mono-dev] [PATCH] AssemblyName.ctor () can't parse ProcessorArchitecture.

Marek Sieradzki marek.sieradzki at gmail.com
Sun May 6 05:39:34 EDT 2007


I know that AssemblyName.ProcessorArchitecture isn't used in Mono but
I'm using AssemblyName.ctor in xbuild (to build AssemblyName from
string) and current version throws exception when it sees
"ProcessorArchitecture=something".

Here's a patch that makes it assign correct values to new field in
MonoAssemblyName.
-- 
Marek Sieradzki <marek.sieradzki at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mono.diff
Type: text/x-patch
Size: 3099 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070506/6eca24e5/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcs.diff
Type: text/x-patch
Size: 1312 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070506/6eca24e5/attachment-0001.bin 


More information about the Mono-devel-list mailing list