ODL 7.12.4
What's Changed
- Fix
NullReferenceException
thrown by URI parsers when filtering by unknown property by @TheConstructor in #2496 - Performance refactor - elide async and await by @gathogojr in #2481
- fix the ordering of an assertion by @corranrogue9 in #2493
- ODataUriSlim struct by @habbes in #2500
- Fix MaterializerEntry Id property getter triggered in no tracking scenarios by @gathogojr in #2524
- Change the
ToJson
function of ODataErrorDetail to deal with escaped strings by @jamesvoong in #2511 - Fix issue where CsdlWriter TryWriteCsdl does not trigger flushing of XmlWriter buffer by @gathogojr in #2523
- Fixed an issue in our pipeline that caused us to ship a debug build in 7.12.3 by @habbes in #2526
New Contributors
- @TheConstructor made their first contribution in #2496
- @jamesvoong made their first contribution in #2511
Full Changelog: 7.12.3...7.12.4