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: 10 months ago
Linked from 1 awesome list
cachecsharpcsharp-sourcegeneratordotnetgeneratormemorycacheroslynsourcesourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
| Generates source code strings for attribute definitions in C#. | 7 |
| Provides a basic template and tools to generate C# source code programmatically | 182 |
| A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
| A source generator that automatically generates lazy implementations at compile time. | 7 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| Automates boilerplate code generation for INotifyPropertyChanged properties | 140 |
| A collection of C# source generators that simplify the code required for common patterns in WPF applications | 38 |
| A C# mocking library that generates mocks at compile-time using a source generator | 11 |
| A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 |
| Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
| A tool that generates boilerplate HttpClient code using Roslyn's source generator feature. | 45 |
| Generates C# code from SCS .yml files | 4 |
| Allows executing code during compilation to improve runtime performance | 20 |