
Adds support for Microsoft .Net Core 3.1, plus improvements for Liquid XML Objects.
Features
- XML Data Binder
- Added .Net Core 3.1 option for C# and Visual Basic .Net generated projects.
- Added ASYNC_FROMXMLFILE option for LINUX builds.
- Liquid XML Objects
- New LjSerializer to Read and Write the XML Object Model as JSON documents.
- New Web Extensions to allows Liquid XML Objects to be used as arguments in an MVC or MVCCore Controller.
- New XSD Attributes to allow numeric formatting rules.
- New Caddy file to allow numeric formatting rule.
- Added thread safe code to LxSerializer.
Fixes
- XML Data Binder
- Fixed missing Visual Basic .Net entries in command line processing.
- Upgraded C++ runtime to use Expat 2.2.9 for security fixes.
- Liquid XML Objects
- Fixed issue with pluralizing names JSON Schema Editor.
- Fixed issue with dependencies not being written.
- Fixed issue with nested root schema references.
- Fixed issue with self referencing schema JSON Editor.
- Fixed issue with using Ctrl+Tab.
- Fixed issue with overflow when reading decimal values.
- Fixed issue parsing decimals from a string with an exponent.
- Fixed issue deserializing empty array.
- Fixed issue deserializing empty string WSDL Editor.
- Fixed issue loading WSDL containing embedded XSD where an import element's schameLocation has a relative path.
- Fixed issue with using soap:fault name attribute WADL Editor.
- Fixed issue loading WADL containing embedded XSD where an import element's schameLocation has a relative path.