You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AutoFac can resolve circular dependencies when PropertiesAutoWired = true but it cannot when using required properties.
This seems like a minor oversight on the required properties implementation. Injecting into required properties should be able to resolve circular dependencies.
Desired Solution
AutoFac can resolve circular dependencies for required properties.
Problem Statement
AutoFac can resolve circular dependencies when PropertiesAutoWired = true but it cannot when using required properties.
This seems like a minor oversight on the required properties implementation. Injecting into required properties should be able to resolve circular dependencies.
Desired Solution
AutoFac can resolve circular dependencies for required properties.
Alternatives You've Considered
Leave things as-is.
Additional Context
@tillig @alistairjevans
The text was updated successfully, but these errors were encountered: