mrpmorris/AutoRegister
Reflection-free, build-time dependency registration for .NET using Fody
When building .NET applications, AutoRegister automatically sets up how different parts of your code (dependencies) are made available, eliminating the need for manual configuration. It works by scanning your project during the build process to identify and register these connections, giving you a compiled application with efficient, pre-defined dependency management. This is for .NET developers who want to streamline their build process and reduce boilerplate code for dependency injection.
Use this if you are a .NET developer working with dependency injection and want to automate the registration of services and components in your application at compile time.
Not ideal if you require runtime flexibility for dependency registration or are not developing in .NET.
Stars
22
Forks
1
Language
C#
License
MIT
Category
Last pushed
Mar 15, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/mrpmorris/AutoRegister"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...