PrimitiveStaticDataGenerator
Static data generator
A C# source generator that creates methods to return optimized ReadOnlySpan static data from primitive values
C# Source Generator for creating methods that return optimized ReadOnlySpan
9 stars
1 watching
0 forks
Language: C#
last commit: 2 months ago
Linked from 1 awesome list
csharpcsharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
yeah69/mrmeeseeks.staticdelegategenerator | Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
brandonweiss/charge | A tool for building fast and simple static websites with JavaScript and React. | 428 |
davidwengier/sourcegeneratortemplate | Provides a basic template and tools to generate C# source code programmatically | 181 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
hermanussen/fairy | Generates C# code from SCS .yml files | 4 |
ryanalameddine/sourcegeneratordemo | A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |
ufcpp/stringliteralgenerator | Generates optimized UTF-8 binary data from string literals in C# source code | 135 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |
daver32/interfacegenerator | A tool to automatically generate interfaces from classes | 36 |
chaowlert/primaryconstructor | Generates code to create primary constructors from readonly fields and properties in C# | 105 |
jasonwei512/winui-observablesettings | A C# source generator to create observable, strongly-typed properties for reading and writing settings in WinUI 3 apps. | 5 |
lokimidgard/autoinvoke.generator | Automates method invocation for all non-static types in a project based on an annotated generic method. | 9 |
krasin-ga/matryoshki | A framework for creating type-agnostic decorators and adapters using C# source generators | 28 |
b1z0n/lazyshgen | A source generator that automatically generates lazy implementations at compile time. | 7 |
programminghistorian/jekyll | A Jekyll-based static site for hosting academic content with features like data management and scraping. | 521 |