Buildenator
Test data builder
Automates the creation of test data builders for .NET classes.
A test data builder generator for .net 5 and later.
20 stars
3 watching
1 forks
Language: C#
last commit: about 2 months ago analyzerbuilderbuilderscsharpdotnetdotnet-standarddotnetcorefactoryfactory-patterngeneratorsourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
dasmulli/data-builder-generator | Generates builder classes for model classes with predefined property names. | 116 |
nbuilder/nbuilder | A tool for rapidly generating test data and objects in .NET applications. | 479 |
elskom/gitbuildinfo.sourcegenerator | A tool that provides information about the current Git branch and commit hash, and marks the build as clean or dirty based on the working tree state | 39 |
plumatic/schema-generators | A library for generating and testing data structures based on schemas | 77 |
bkaradzic/genie | Automates project setup by generating build files from a Lua script | 909 |
duckie/mongo_smasher | Generates randomized data for testing MongoDB databases | 34 |
datalust/superpower | A C# parser construction toolkit with high-quality error reporting | 1,100 |
burgyn/mmlib.mediatr.generators | Automates the creation of controllers and their methods based on MediatR requests | 37 |
genaray/arch.extended | Tools and features to help with building systems and managing data in software applications | 164 |
k94ll13nn3/autoconstructor | A C# source generator that creates constructors from readonly fields/properties in classes or structs. | 52 |
cyriaca/azura | A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |
krasin-ga/matryoshki | A framework for creating type-agnostic decorators and adapters using C# source generators | 29 |
chaowlert/primaryconstructor | Generates code to create primary constructors from readonly fields and properties in C# | 106 |
randgalt/record-builder | An annotation processor that generates builder classes and 'with' methods for Java records. | 766 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |