DependencyInjection.SourceGenerators

Service generator

Automates service registration in the Dependency Injection service collection.

This project is a C# source generator designed to simplify and automate the registration of dependencies in Microsoft's Dependency Injection service collection. By using this package, developers can enhance the clarity and efficiency of their code by reducing the need for manual service registration.

GitHub

6 stars
0 watching
0 forks
Language: C#
last commit: 5 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
patrickklaeren/autoregisterinject Automatically registers dependencies in Microsoft Dependency Injection Service Collection using compile-time source generation 73
giggio/sourceinject A source generator for C# that uses Roslyn to automate dependency injection at compile time. 79
juniorporfirio/grpcinjection A C# source generator for injecting Grpc services and interceptors without reflection. 7
yeah69/mrmeeseeks.die A compile-time dependency injection container for .Net that generates factory methods to create instances of types. 7
cloud0259/controllergenerator Automates the creation of controllers from specified services in .NET projects using source generator technology 8
thenameless314159/sourcegeneratorutils Provides utility classes and abstractions to simplify source generation tasks in .NET source generators 21
distantcam/autoctor Automatically generates constructors and associated code for managing dependencies in C# classes 84
cgeorg/sinject An injection framework for managing dependencies in JavaScript applications with cyclical dependencies and lazy resolution 10
softwaremill/macwire A dependency injection library for Scala that automatically generates instance creation code at compile-time. 1,275
pakrym/jab A C# library that provides a fast and efficient way to manage dependencies in applications using source generators. 1,044
lokimidgard/sourcegenerator.helper.copycode Generates source code strings for attribute definitions in C#. 7
burgyn/mmlib.mediatr.generators Automates the creation of controllers and their methods based on MediatR requests 37
lokimidgard/autoinvoke.generator Automates method invocation for all non-static types in a project based on an annotated generic method. 9
yeah69/mrmeeseeks.staticdelegategenerator Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. 8
ryanalameddine/sourcegeneratordemo A C# project demonstrating the use of source generators to automate code generation at compile time. 3