Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support registering generic decorators directly #129

Merged
merged 3 commits into from Jul 13, 2021

Commits on Jun 24, 2021

  1. Support circular dependencies in delegate resolution specifically whe…

    …n mediated by a SingleInstance dependency. Fixes #125
    YairHalberstadt committed Jun 24, 2021
    Copy the full SHA
    11974a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Support registering generic decorators directly:

    ```csharp
    [RegisterDecorator(typeof(Decorator<>), typeof(Decorated<>))]
    ```
    YairHalberstadt committed Jul 13, 2021
    Copy the full SHA
    245e646 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into register-generic-deco…

    …rators
    
    # Conflicts:
    #	StrongInject.Tests.Unit/GeneratorTests.cs
    YairHalberstadt committed Jul 13, 2021
    Copy the full SHA
    91dfea6 View commit details
    Browse the repository at this point in the history