XSD2Code++ Releases

Released: Mar 25, 2024

Updates in v6.0.142.0

Features

  • Code
    • Added new DataAnnotations StringLengthListAttribute to support List of string.

Fixes

  • Command Line
    • Invalid parameter value "InitializeField=" stored in generated .cs.
    • On large Schemas, EnableSummaryComment doesn't import ALL <annotation> present in XSD file.
    • Missing command line switch for some DataAnnotationsAttribute properties.
    • TargetFramework=NetCore parameter not saved in generated .cs file.
    • /classinfilesdir parameter is not working with relative path.
    • No command line...

Released: Aug 1, 2022

Updates in v6.0.75.0

Features

  • New: Microsoft Visual Studio
    • Added Visual Studio 2022 support.
    • Added Microsoft .NET 6 support.
    • Added Microsoft .NET Framework 4.8 support.
  • New: JSON
    • Now injects JSON attributes automatically.
    • You can now allow default XML Namespace and Schema Declarations xmlns:xsi xml:xsd to be removed.
    • References to external JSON schemas are now taken into account.
  • New: XSD
    • Now injects XML attributes automatically.
  • New: Code
    • Added new restriction attributes MaxDigitsAttribute...