Re: [Mono-dev] Strange .ctor() behaviour

2006-03-05 Thread Jb Evain
Hi, There's a bug in Cecil causing some mix between types. Could you please provide a test case ? Jb On Mar 1, 2006, at 10:26 PM, vijaya raghava mutharaju wrote: Hi, Using Mono.Cecil, I inserted custom attributes into an assembly. Some of the classes in it are Clock, DisplayTime, O

[Mono-dev] Strange .ctor() behaviour

2006-03-01 Thread vijaya raghava mutharaju
Hi, Using Mono.Cecil, I inserted custom attributes into an assembly. Some of the classes in it are Clock, DisplayTime, Observer,. The attribute is a string of type "MyAttribute". Now after inserting a value and disassembling the assembly, instead of a statement like the following: