On Thu, Nov 18, 2010 at 4:55 AM, Jeff Nevins <[email protected]> wrote: > var outputAssemblyStream = new MemoryStream(); > var outputSymbolStream = new MemoryStream(); > > assemblyDefinition.Write(outputAssemblyStream, new > WriterParameters { WriteSymbols = includeSymbols, SymbolStream = > outputSymbolStream });
Yeah we don't support SymbolStream, yet. Weird though, it should throw a NotImplementedException. I suggest you write the assembly into a file for now, you'll have the symbols along with it. -- -- mono-cecil
