-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Roadmap
Rico Suter edited this page Sep 25, 2017
·
23 revisions
This roadmap may change.
- Support for OpenAPI/Swagger 3.0
-
New template engine: Use DotLiquid as template engine instead of T4 (.NET Standard 1.3):
- Clean up template models as they "officially" become public API
- Add more extension points and add support for file-based template overrides (for much more customizations)
- https://github.com/rsuter/NJsonSchema/tree/dotliquid
- Real TypeScript integration tests (i.e. create Angular and Fetch projects with unit tests calling the api) help wanted
- Generate artifacts (i.e. classes/interfaces) instead of a single file (TS & CS)
- This way you can generate files into different projects
- Source control diffing is more clear
- Custom namespace per artifact and correct imported namespaces
- Add support for .NET Core 1.0/1.1/2.0
- Migrate tooling to .NET Standard: Currently we are using PCL 259 which is the same as .NET Standard 1.0 for the user.
- NJsonSchema: Use ContractResolver instead of only reflection