data-builder-generator icon indicating copy to clipboard operation
data-builder-generator copied to clipboard

Code generator to easily create data builder patterns for your model classes

Results 8 data-builder-generator issues
Sort by recently updated
recently updated
newest added

Hello! Great library, but it doesn't generate builder with files using C# 10 namespace formats. Works good: ``` namespace SomeName { [GenerateDataBuilder] class A { } } ``` Don't work:...

Right now the builders are created in the same project where the decorated classes live in. Given that the Attributes and the SourceGenerator and already split in two NuGet packages,...

Hello Martin, Thank you for this library, it's a nice idea. I think it's not working on partial classes. A workaround is to create a subClass for the test that...

Hi there! I’m a big fan of your data builder generator! I’m just having one small issue when working with nullable types. Since I like my classes to be immutable,...

I’m a software developer who was going to write some C# code generators for a fluent dto builder, and I saw your data-builder-generator which is very similar. Instead of me...

Hides an issue where the default literal yields 0 instead of null on nullable value types unlike the default operator which yields null. This can lead to the `Build()` method...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies