AutoRegisterInject icon indicating copy to clipboard operation
AutoRegisterInject copied to clipboard

C# Source Generator to automatically register dependencies in Microsoft Dependency Injection Service Collection

Results 4 AutoRegisterInject issues
Sort by recently updated
recently updated
newest added

We have some projects named as such, within the same solution (yes I understand it's not ideal, but it's an established naming practice outside my control with a purpose irrelevant...

We've got a project with: ``` xml true ``` We rely on warnings to help us find undocumented public methods. When using AutoRegisterInject, we get these build issues ``` text...

Add GitHub Actions to build and release to Nuget. - [ ] Add GitVersion for versioning - [x] Add GitHub Action pipeline for `main` release - [ ] Add GitHub...

Hi everyone, it would be cool if you could add support for the [Options Pattern](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-8.0). If there is at least one class that uses the attribute, the generated method should...