Skip to content

Tags: hermanussen/JsonByExampleGenerator

Tags

v0.8.4

Toggle v0.8.4's commit message
Increase version number

v0.8.3

Toggle v0.8.3's commit message
Simplified implementation by not having deeper namespaces. They are n…

…ow always [your_dll_name_without_extension].Json.[json_filename_csharp_friendly]. Fixes #4

v0.8.2

Toggle v0.8.2's commit message
Attempt to fix unit test for linux run (in GitHub Action)

v0.8.1

Toggle v0.8.1's commit message
#3 fixed; just use the json file path when saving compiler generated …

…source files

v0.8.0

Toggle v0.8.0's commit message
Handle some situations where conflicting names could occur.

v0.7.0

Toggle v0.7.0's commit message
Add info about code being generated by a tool. Should solve issue: #1

v0.6.0

Toggle v0.6.0's commit message
Separate namespaces to ensure there are no conflicts

v0.5.0

Toggle v0.5.0's commit message
Added ability to manually specify properties and exclude them from co…

…de generation

v0.4.0

Toggle v0.4.0's commit message
Documentation improved, code generation using Scriban added and imple…

…mented a way to use custom Scriban templates in consuming projects

v0.3.0

Toggle v0.3.0's commit message
When executing on linux, removing newlines is different