This release improves interop performance when you target CLR methods with lambda functions, like List<string>.Find(x => x === "test")
.
What's Changed
- Update bug_report.md by @lahma in #2070
- Remove unused usings by @lahma in #2072
- Use collection expressions by @lahma in #2073
- Enforce code style on build and fix issues by @lahma in #2074
- Use matrix to run PR builds, add ARM runner by @lahma in #2075
- Create config.yml for issues templates by @lahma in #2077
- Bump the all-dependencies group with 3 updates by @dependabot in #2079
- Bump the all-dependencies group with 2 updates by @dependabot in #2080
- Improve interop performance against dictionary by @lahma in #2088
Full Changelog: v4.2.1...v4.2.2