Hi,

On Fri, Jun 10, 2011 at 3:12 PM, arrowop <[email protected]> wrote:
> We are using mono Cecil to inject new methods in some of our libraries
> before building them. Recently we are experiencing problems in method
> references with generic parameters and after checking out our code
> more thoroughly, we have seen that the methods that fail differ
> between the versions before and after being written.

First thing to do is to check that you're using the tip of the head of
the master branch of Cecil?

> We don“t know already if it is because we are doing something wrong
> when creating those method references, but we would like to know if
> someone has faced the same problem becuase it is a bug in Mono.Cecil.
> we will try to dive into the code to get further details about the
> problem, but as we are not very familiar with the Mono.Cecil code, any
> help about where to look at would be much appreciated.

It depends:

* Are you modifying the code where you're seeing this change? If so it
could be an issue with how you emit things.
* Or does it happen for a simple roundtrip (read/write)? If so please
send the assembly privately for a check.

Jb

-- 
--
mono-cecil

Reply via email to