Releases: dansiegel/CodeGenHelpers
Releases · dansiegel/CodeGenHelpers
2.0.30 - Preview
What's Changed
- Support running (and passing) tests on non-Windows machines by @NxSoftware in #46
- Add support for generating classes in the global namespace by @NxSoftware in #47
- Pack Compiled by @dansiegel in #48
- Expose public extensions by @dansiegel in #49
- fix namespace for extensions by @dansiegel in #50
- Generator implicit extensions by @dansiegel in #51
- Adding support for creating delegates by @dansiegel in #52
- Fix ProtectedAndInternal accessibility by @Youssef1313 in #56
- Roslyn Extension methods by @pictos in #55
- Don't sort properties by name by @vmachacek in #62
- Add support for static get-only properties by @NxSoftware in #66
- fix: Use invariant ToLower by @jeromelaban in #68
- feat: Restore source inclusion as an option by @jeromelaban in #69
New Contributors
- @NxSoftware made their first contribution in #46
- @Youssef1313 made their first contribution in #56
- @vmachacek made their first contribution in #62
- @jeromelaban made their first contribution in #68
Full Changelog: 1.6.20...2.0.30-pre
1.6.20
1.6.18
What's Changed
- feat(block): Added ability to create subblock to CodeWriter by @carldebilly in #40
- Add overload to ClassBuilder.AddNestedClass that allows setting partial by @niklasstich in #39
- Nullable check by @dansiegel in #41
New Contributors
- @carldebilly made their first contribution in #40
- @niklasstich made their first contribution in #39
Full Changelog: 1.6.12...1.6.18
1.6.12
What's Changed
- Implement XMLDOC support by @zsr2531 in #2
- Enhancements & Bug Fixes by @dansiegel in #9
- Fix warnings about NRT not being enabled by @zsr2531 in #10
- Bug Fixes by @dansiegel in #11
- Bug Fixes by @dansiegel in #12
- Add a way to make a property virtual or override by @zsr2531 in #15
- allow Pragma warning disable by @dansiegel in #18
- expose Parameters by @dansiegel in #19
- Extensions Constant by @dansiegel in #20
- Pack code as content by @dansiegel in #22
- Changed
ref
toin
keyword by @pictos in #24 - Add abstract support for classes and methods by @MichaelHochriegl in #29
- Adds Support for Generics by @dansiegel in #30
- Bugfix empty body on abstract method by @MichaelHochriegl in #31
- add ability to customize Autogenerated Message by @dansiegel in #32
- Add support for Records by @dansiegel in #34
- switch to GitHub Actions by @dansiegel in #35
- Nullable Support by @dansiegel in #38
New Contributors
- @zsr2531 made their first contribution in #2
- @dansiegel made their first contribution in #9
- @pictos made their first contribution in #24
- @MichaelHochriegl made their first contribution in #29
Full Changelog: https://github.com/dansiegel/CodeGenHelpers/commits/1.6.12