-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Roadmap
Rico Suter edited this page May 16, 2017
·
23 revisions
This roadmap may change.
- 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 (https://github.com/RSuter/NJsonSchema/issues/321)
- 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)
- 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
- This way you can generate files into different projects
- Source control diffing is more clear