2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Cecil / TODO
blobd373d8edae96fca96b33f5e8120cacc16dedb2de
1 Cecil TODO
3 * debugs infos
5         Cecil should be able to emit debug infos along with assemblies.
7 * strong name
9         For the moment, Cecil only create space for strong name signatures.
10         Can we do better ?
12 * win32 resource
14         Cecil does not suppport win32 resources and globaly the .rsrc section
15         into PE files.
17 * verify
19         Cecil does absolutely no verification on what it emits.