v2.17.1
What's Changed
- Improve the identifier detection regex to support non-ascii identifiers by @metoule in #291
- Add support for Action<> lambdas by @metoule in #293
- Fix Issue #295 by @Pentiva in #296
- Fix Issue #305 by @denbell5 in #306
- feat: .net 8 and github issue 311 by @davideicardi in #313
- No longer consider number literal suffixes as identifiers. by @metoule in #316
- 🚚 Split Parser.cs by @metoule in #318
- Remove unneeded NETSTANDARD1_6 compiler directives and unneeded usings by @metoule in #317
- No longer try to parse a generic type if there's no possible candidates by @metoule in #315
- Add german translations by @cpiber in #319
New Contributors
- @Pentiva made their first contribution in #296
- @denbell5 made their first contribution in #306
- @cpiber made their first contribution in #319
Full Changelog: v2.16.1...v2.17.1