HttpClientCodeGenerator
Client generator
A tool that generates boilerplate HttpClient code using Roslyn's source generator feature.
HttpClientGenerator is a tool that uses the Roslyn code generator feature to write boilerplate HttpClient code for you.
45 stars
4 watching
2 forks
Language: C#
last commit: about 1 year ago
Linked from 1 awesome list
csharp-sourcegeneratorhttpclientroslyn-generatorsource-generator
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Automates generation of strongly typed HTTP client classes from APIs. | 20 |
| | A source generator that creates strongly typed HTTP clients for integration tests. | 50 |
| | Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
| | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
| | Generates source code strings for attribute definitions in C#. | 7 |
| | Automatically generates TypeScript-friendly clients for interacting with Clarity smart contracts | 31 |
| | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| | A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 |
| | A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| | Generates C# code for IoT Hub device clients with various features and attributes | 17 |
| | 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 C# library that uses source generators to generate JSON serialization code | 146 |
| | A tool to automatically generate a command-line interface from any Haskell data type | 208 |
| | Automatically generates interfaces from classes to reduce friction and noise in code | 63 |