Releases: ThomasZitzler/FleeExt
Releases · ThomasZitzler/FleeExt
1.2.2.3
-
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
- Fix overload by @ThomasZitzler in #3
Full Changelog: 1.2.2.1...1.2.2.3
1.2.2.1
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