I am using the latest version of Cecil from Github and have run into the following issue.
I have an assembly for which AssemblyDefinition.ReadAssembly immediately followed by a Write fails as it cannot resolve another assembly. Specifically, it cannot resolve the assembly which defines the enum X, which the assembly I am processing uses in a field (*private* *const* X *x*= X. Y;). I would have thought that it is unnecessary to resolve the other assembly as all information required to write the original assembly to file is per definition in the original assembly. Would it be possible for Cecil to support this scenario? Cheers, Sam -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
