이제 .NET Core (1.1 및 2.0) 용 프로젝트 파일 및 C#, Visual Basic .NET 소스 코드를 생성하도록 지원합니다.
2월 20, 2018
신규 버전
기능
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).
수정사항
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'.