talk-csharp-source-generators
C# Compile-Time Generator
A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time.
A presentation about C# Source Generators
3 stars
1 watching
0 forks
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Generates source code strings for attribute definitions in C#. | 7 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| Allows executing code during compilation to improve runtime performance | 20 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
| A source generator that automatically generates lazy implementations at compile time. | 7 |
| A framework for creating type-agnostic decorators and adapters using C# source generators | 29 |
| A binary serializer that generates optimized C# serialization code using Source Generators technology | 77 |
| A C# library that uses source generators to generate JSON serialization code | 146 |
| A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| A tool for generating objects from JSON configuration files during build time | 12 |
| Provides a basic template and tools to generate C# source code programmatically | 182 |
| A tool that provides compile-time capabilities for generating low-level code from higher-level abstractions in languages that support it | 207 |
| A C# mocking library that generates mocks at compile-time using a source generator | 11 |
| Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |