quickconstructor
Constructor generator
Automatically generates constructors from class fields and properties.
QuickConstructor is a reliable and feature-rich source generator that can automatically emit a constructor from the fields and properties of a class.
26 stars
2 watching
3 forks
Language: C#
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
k94ll13nn3/autoconstructor | A C# source generator that creates constructors from readonly fields/properties in classes or structs. | 49 |
chaowlert/primaryconstructor | Generates code to create primary constructors from readonly fields and properties in C# | 105 |
distantcam/autoctor | Automatically generates constructors and associated code for managing dependencies in C# classes | 84 |
nyrest/fastgenericnew | A fast alternative to Activator.CreateInstance for creating objects in .NET. | 240 |
sebcglbailey/framer-designcomponents | A module that converts Framer design files into scalable, code-generatable classes and components for building prototypes. | 31 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
croquiscom/crojsdoc | Automates generation of documentation for JavaScript and CoffeeScript codebases. | 17 |
teacher-zhou/componentbuilder | An automation framework to simplify the creation of reusable Blazor components | 43 |
ladeak/protobufsourcegenerator | Generates partial helper classes with serialized properties for C# types used with protobuf-net. | 12 |
jakubsturc/talk-csharp-source-generators | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
emil-e/rapidcheck | A C++ framework for property-based testing | 1,010 |
hermanussen/jsonbyexamplegenerator | A C# source generator that creates classes from example JSON files. | 78 |
bitjson/qr-code | A customizable, animate-able, SVG-based Web Component for generating QR codes. | 1,284 |
mustafaer/ngx-qrcode-generator | A component for generating QR codes with customizable appearance | 1 |
diegofrata/generator.equals | Automates the implementation of IEquatable<T> using attributes. | 136 |