cachesourcegenerator
Cache generator
Generates cache boilerplate code around a method to simplify caching in C# applications.
A source generator that can generate simple cache boilerplate around a method
4 stars
1 watching
0 forks
Language: C#
last commit: 7 months ago
Linked from 1 awesome list
cachecsharpcsharp-sourcegeneratordotnetgeneratormemorycacheroslynsourcesourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
davidwengier/sourcegeneratortemplate | Provides a basic template and tools to generate C# source code programmatically | 181 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
jakubsturc/talk-csharp-source-generators | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
b1z0n/lazyshgen | A source generator that automatically generates lazy implementations at compile time. | 7 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 61 |
canton7/propertychanged.sourcegenerator | Automates boilerplate code generation for INotifyPropertyChanged properties | 139 |
igood/boilerplatezero | A collection of C# source generators that simplify the code required for common patterns in WPF applications | 37 |
hermanussen/mocksourcegenerator | A C# mocking library that generates mocks at compile-time using a source generator | 11 |
collinalpert/lombok.net | A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 313 |
yeah69/mrmeeseeks.staticdelegategenerator | Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
jalalx/httpclientcodegenerator | A tool that generates boilerplate HttpClient code using Roslyn's source generator feature. | 45 |
hermanussen/fairy | Generates C# code from SCS .yml files | 4 |
hermanussen/compiletimemethodexecutiongenerator | Allows executing code during compilation to improve runtime performance | 20 |