Release 16.1.0
What's Changed
- Use ContinuousDelivery for gitversion to fix the builds by @EdwardCooke in #961
- Make DefaultObjectFactory thread safe by @alxmitch in #920
- Set Langversion to 12.0 and use global Directory.Build.props by @lahma in #931
- Force a plain value by @oddbeck in #951
- Fix property handling when there are hidden properties by @julian-burger-ttd in #960
- Use Attribute.GetCustomAttributes to reduce allocations / improve performance by @MattKotsenas in #953
- Avoid closures in CachedTypeInspector by @MattKotsenas in #954
- Eliminate allocations from ReflectionUtility.GetImplementedInterfaces by @MattKotsenas in #955
- Cache lookups to IEnumerable by @MattKotsenas in #956
- Eliminate allocations from CharacterAnalyzer by @MattKotsenas in #957
- Made the typeconvertercache a concurrent dictionary by @EdwardCooke in #962
- Added private member yaml member attrribute regression test by @EdwardCooke in #963
- Fix single element with anchor inline mapping by @EdwardCooke in #964
- Support keys larger > 1024 characters by @EdwardCooke in #965
New Contributors
- @alxmitch made their first contribution in #920
- @oddbeck made their first contribution in #951
- @julian-burger-ttd made their first contribution in #960
- @MattKotsenas made their first contribution in #953
Full Changelog: v16.0.0...v16.1.0