Hi JB, I have a problem with specified variable names. I am adding a static ctor to an existing class. In this method I am adding variables with explicitly set names. My observations are the following:
If I add the method, the variable names are not written to the assembly, but if the method was already there and I am using the c# compiler generated method and only add variables, the names are written to the assembly. Do you have an idea? Jan -- -- mono-cecil
