StringLiteralGenerator
Binary literal generator
Generates optimized UTF-8 binary data from string literals in C# source code
C# Source Generator for UTF-8 binary literal
136 stars
5 watching
3 forks
Language: C#
last commit: 4 months ago
Linked from 1 awesome list
csharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
ufcpp/memberaccessgenerator | A source generator that creates C# code to implement member accessors with name-based and index-based access. | 7 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
ufcpp/valuechangedgenerator | Generates PropertyChanged events from inner struct members | 13 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 31 |
davidwengier/sourcegeneratortemplate | Provides a basic template and tools to generate C# source code programmatically | 182 |
chaowlert/primaryconstructor | Generates code to create primary constructors from readonly fields and properties in C# | 106 |
unoplatform/uno.sourcegeneration | An API-compatible C# source generation framework inspired by Roslyn v2.0, enabling developers to generate code based on project build information. | 129 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 460 |
b1z0n/lazyshgen | A source generator that automatically generates lazy implementations at compile time. | 7 |
burgyn/mmlib.tostring | Automatically generates a ToString method for classes with a custom attribute | 18 |
ladeak/protobufsourcegenerator | Generates partial helper classes with serialized properties for C# types used with protobuf-net. | 12 |
b3b00/csly | A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |
prophetlamb/tupleoverloadgenerator | Generates overloads to handle variable-length parameter arrays without heap allocations | 5 |
hermanussen/fairy | Generates C# code from SCS .yml files | 4 |