Skip to content

Releases: ThomasZitzler/FleeExt

1.2.2.3

28 Mar 06:47
91d9fb9
Compare
Choose a tag to compare
  • Add support for "overloads" for extension methods. The previous "compute" was not considering the "this" parameter type, so it resolved those methods as ambigous. Additionally, the emitted code for value type extension functions was not correct

  • Changed runtime targets

What's Changed

Full Changelog: 1.2.2.1...1.2.2.3

1.2.2.1

12 Apr 10:08
Compare
Choose a tag to compare

Changes to version 1.2.2 on the official branch

  • Project is using multitargeting instead of two code versions
  • Score computation for methods is corrected to use the "old" logic from the vb fork for extension methods
  • Reactivated + fixed some more tests
  • Added support for ".Count" on IReadonlyList -> base interface methods/properties were not considered