Liquid XML Data Binder 2018

Released: Feb 15, 2017

Updates in 2018

Features

  • New .Net Standard support in XML Data Binder - Liquid XML Data Binder now supports generating C# and Visual Basic .Net source code and project files for .Net Standard (1.6 and 2.0).
  • New .Net Core support in XML Data Binder - Liquid XML Data Binder now supports generating C# and Visual Basic .Net source code and project files for .Net Core (1.1 and 2.0).

Fixes

  • Added option for .Net projects to 'Generate Nullable Simple Types'. This generates optional simple types as .Net Nullable Types, e.g. int?, instead of generating IsValid properties. This means optional simple types work like complex types allowing you to test for and set them to null (or Nothing in VB).
  • Added option for all Visual Studio 2017 C# and Visual Basic .Net projects to use the LiquidTechnologies.Runtime Nuget instead of the locally installed Liquid Runtime files.
  • Added option for .Net projects to specify a 'Strong Names Key File'. This adds the specified value into the project file as a strong name key file, e.g. MyKey.snk, and sets 'Sign the assembly' to 'true'.