ResXGenerator
Resource class generator
A C# source generator to create strongly-typed resource classes for localized strings
ResXGenerator is a C# source generator to generate strongly-typed resource classes for looking up localized strings.
32 stars
1 watching
5 forks
Language: C#
last commit: 6 months ago
Linked from 1 awesome list
csharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
roeibajayo/sourcegeneratorquery | A tool for querying and manipulating C# source code using LINQ support | 22 |
yeah69/mrmeeseeks.resxtoviewmodelgenerator | A tool that automatically generates ViewModels from ResX files | 6 |
jeppevammenkristensen/cachesourcegenerator | Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
apcurium/resxible | Automates the generation of platform-dependent resource files from a single RESX file. | 12 |
chaowlert/primaryconstructor | Generates code to create primary constructors from readonly fields and properties in C# | 105 |
ladeak/protobufsourcegenerator | Generates partial helper classes with serialized properties for C# types used with protobuf-net. | 12 |
ne4to/n.sourcegenerators.uniontypes | A C# source generator that automates the creation of discriminated union types with helper methods. | 10 |
ryotamurohoshi/valueobjectgenerator | Generates wrapper classes to prevent type confusion in object properties | 40 |
jakubsturc/talk-csharp-source-generators | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
hermanussen/jsonbyexamplegenerator | A C# source generator that creates classes from example JSON files. | 78 |
musictopia2/commonsourcegeneratorshelpers | A set of reusable helper classes for generating common source code elements in a music-related context | 11 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 61 |
31/godotonready | A C# source generator for Godot 3.x that adds convenient onready-like features to scripts without reflection | 123 |