amis92/RecordGenerator
C# immutable records generator
When working with C# applications, this tool simplifies the creation of immutable data structures. You provide a standard C# class definition, and it automatically generates the necessary code to make instances of that class unchangeable after creation. This is for C# developers who need to ensure data integrity and predictability within their applications.
No commits in the last 6 months.
Use this if you are a C# developer who frequently creates data-holding classes and wants to enforce immutability with minimal manual coding.
Not ideal if you are not developing in C# or if your project requires mutable data structures that change frequently after being initialized.
Stars
73
Forks
10
Language
C#
License
MIT
Category
Last pushed
Apr 08, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/amis92/RecordGenerator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...