Skip to content

Roadmap

Rico Suter edited this page May 2, 2017 · 23 revisions

This roadmap may change at any time.

NSwag v11 and NJsonSchema v9

  • Migrate tooling to .NET Standard: Currently we are using PCL 259 which is the same as .NET Standard 1.0 for the user.
  • Use DotLiquid as template engine instead of T4 (.NET Standard 1.3):
    • Clean up template models as it "officially" becomes public API
    • Add more extension points and add support for file-based template overrides (for much more customizations)

NSwag v12 and NJsonSchema v10

  • Generate artifacts (i.e. classes/interfaces) instead of a single file
    • This way you can generate files into different projects
    • Source control diffing is more clear