net_automatic_interface
Interface generator
Automatically generates interfaces from classes to reduce friction and noise in code
.Net Source Generator for Automatic Interfaces
63 stars
10 watching
14 forks
Language: C#
last commit: 12 months ago
Linked from 1 awesome list
csharp-sourcegenerator
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An interface-to-member source generator that creates code to redirect interface calls to backing members. | 76 |
| | A tool to automatically generate interfaces from classes | 36 |
| | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
| | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| | Provides a basic template and tools to generate C# source code programmatically | 182 |
| | A C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations. | 152 |
| | A tool that generates C# code to interact with the Windows API | 2,147 |
| | Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
| | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
| | A framework for creating type-agnostic decorators and adapters using C# source generators | 29 |
| | A code generation toolkit that enables easy creation of templates for generating code in various languages and formats. | 263 |
| | Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
| | Generates C# code for IoT Hub device clients with various features and attributes | 17 |
| | A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |