jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.74k stars 625 forks source link

A few FIXMEs/TODOs from ilasm #161

Closed alexrp closed 5 years ago

alexrp commented 10 years ago

Opening this as a sort of meta-bug for various things that I ran into while working on the managed ilasm.

FIXMEs:

TODOs:

jbevain commented 10 years ago

Oh that's bound to be annoying :)

The light version of the API (and how it's implemented internally) hides quite a bit of the overall possibilities in favor of a simpler API to use. I'm not opposed to have advanced scenarios, but that will require quite a bit of work.

alexrp commented 10 years ago

Yeah, most of this stuff isn't super important in practice, just nice-to-haves.

jbevain commented 5 years ago

Closing this as nobody is driving this effort. Thanks!