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
After the upgrade to 5.1.1 version, all our solutions have started to crash due to the stack overflow, leaving us with no possibility to capture exception or the cause of it.
After the upgrade to 5.1.1 version, all our solutions have started to crash due to the stack overflow, leaving us with no possibility to capture exception or the cause of it.
We have managed to isolate the behavior in the following repository:
https://github.com/App-Impact-Labs/ISSUE-AutofacStackoverflowException
The code sample above has coupling between 3 classes/interfaces, with circular dependencies.
The solution will crash instantly with Autofac 5.1.0. / 5.1.1.
If you downgrade Autofac to 5.0.0. the solution will start and return response.
Have there been any breaking changes regarding the registration of circular dependencies?
The text was updated successfully, but these errors were encountered: