Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Release 1.9

Compare
Choose a tag to compare
@sailro sailro released this 29 Nov 09:00
· 256 commits to master since this release

news:

  • optimize and fix IL code after body alteration or code injection. You can
    control this behaviour from the settings window.
  • extended verbatim string operand type in the constant & argument
    editor so that you can use special chars like \n, \t...
  • type specification composition, so that you can define a String[][]* var
  • add compilation profiles to better support Unity/Silverlight assemblies
    with "Replace all with code"

upgrades:

  • Mono.Cecil update.
  • Filter autogenerated members with "Replace all with code"

bugfixes:

  • fixed ModuleAttributes value will never be saved in some case. (lonwern)
  • fixed related property when deleting a getter or setter method
  • fixed member selector and properties without getter & setter
  • fixed injection adding bad or duplicate corlib reference