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