IoTHubClientGenerator
IoT client generator
Generates C# code for IoT Hub device clients with various features and attributes
C# Source Generator for IoTHub C# Client
17 stars
2 watching
6 forks
Language: C#
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 61 |
cloud0259/controllergenerator | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
surgicalcoder/apiclientgenerator | A tool that generates strongly typed HTTP client classes for .NET 6.0 Web API projects. | 19 |
unoplatform/uno.sourcegeneration | An API-compatible C# source generation framework inspired by Roslyn v2.0, enabling developers to generate code based on project build information. | 129 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
jalalx/httpclientcodegenerator | A tool that generates boilerplate HttpClient code using Roslyn's source generator feature. | 45 |
collinalpert/lombok.net | A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 313 |
beakona/autointerface | An interface-to-member source generator that creates code to redirect interface calls to backing members. | 76 |
ufcpp/memberaccessgenerator | A source generator that creates C# code to implement member accessors with name-based and index-based access. | 7 |
chaowlert/primaryconstructor | Generates code to create primary constructors from readonly fields and properties in C# | 105 |
rileyge/dotnet-algorand-sdk | A .NET library for interacting with the Algorand network | 39 |
alyelhaddad/thunderboltioc | An IoC container that generates code at compile time to avoid reflection-based overhead. | 57 |
daver32/interfacegenerator | A tool to automatically generate interfaces from classes | 36 |
dotnetcore/smartcode | Automates building and scaffolding of .NET Core projects using code generation and task management | 572 |