Skip to content

Releases: oleg-st/InlineMethod.Fody

0.8.2

20 Sep 20:15
Compare
Choose a tag to compare

Minor fixes

0.8.1

09 Sep 07:01
Compare
Choose a tag to compare

Fixes for ResolveDelegate feature
Generic type resolving fixed

0.8

01 Sep 12:50
Compare
Choose a tag to compare
0.8

ResolveDelegate attribute #11
Some optimizations after inline:

  • Constant branch folding (remove unreachable branches)
  • Remove unused constant variables

0.7.4

25 Jun 17:01
Compare
Choose a tag to compare

Resolve generic fields, specify generic parameter provider

0.7.3

24 Jun 21:17
Compare
Choose a tag to compare

Ability to export an inline attribute to use the inlining outside the project

0.7.2

24 Jun 17:01
Compare
Choose a tag to compare

Process callvirt instruction

0.7.1

05 Apr 15:40
Compare
Choose a tag to compare

Fix in AnalyzeArgs (analyze stack only before any flow instructions)

0.7

18 Mar 20:08
Compare
Choose a tag to compare
0.7

Better inlining codegen

0.6.2

17 Aug 20:07
Compare
Choose a tag to compare
  • Generics support
  • Sequence point
  • Minor fix

0.6.1

02 Oct 01:13
Compare
Choose a tag to compare

InlineMethod.Inline attribute removed from the assembly