Releases: oleg-st/InlineMethod.Fody
Releases · oleg-st/InlineMethod.Fody
0.8.1
Fixes for ResolveDelegate
feature
Generic type resolving fixed
0.8
ResolveDelegate
attribute #11
Some optimizations after inline:
- Constant branch folding (remove unreachable branches)
- Remove unused constant variables
0.7.4
Resolve generic fields, specify generic parameter provider
0.7.3
Ability to export an inline attribute to use the inlining outside the project
0.7.2
Process callvirt
instruction
0.7.1
Fix in AnalyzeArgs (analyze stack only before any flow instructions)
0.6.2
- Generics support
- Sequence point
- Minor fix
0.6.1
InlineMethod.Inline attribute removed from the assembly