[Mono-devel-list] [PATCH] Check for assembly attributes

Marek Safar marek.safar at seznam.cz
Fri Aug 5 08:55:07 EDT 2005


Hello,

>>>The other things were applied. I attached two test cases. Do you think
>>>we could need more tests?
>>> 
>>>
>>>      
>>>
>>They look fine.
>>
>>BTW: Could not we use AssemblyName class from corlib to avoid this 
>>parsing code ?
>>
>>    
>>
>
>Well, yes. That's exactly what I tought. But, we don't have a Parse ()
>method that takes the assembly name (long format) and retrieves an
>AssemblyName. At least, I didn't found it ;-)
>
>  
>
I found string constructor in AssemblyName class which should be exactly 
what we need.

Marek




More information about the Mono-devel-list mailing list