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

General code optimizations. #693

Open
wants to merge 9 commits into
base: develop
from
Open

Conversation

@brunao05
Copy link

@brunao05 brunao05 commented Oct 1, 2019

No description provided.

@CLAassistant
Copy link

@CLAassistant CLAassistant commented Oct 1, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

brunao05
Bruno Feliciano


Bruno Feliciano seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@rasmus
Copy link
Member

@rasmus rasmus commented Oct 2, 2019

There's a lot of System.ObjectDisposedException exceptions thrown in the failing tests, it might be the same root cause.

brunao05 and others added 7 commits Oct 3, 2019
Bruno Feliciano
Bruno Feliciano
@brunao05
Copy link
Author

@brunao05 brunao05 commented Oct 3, 2019

I have made a new pull, removing unnecessary changes. Please review.

{
autofacRootResolver.ValidateRegistrations();
}
using (var autofacRootResolver = new AutofacRootResolver(container))

This comment has been minimized.

@TrayanZapryanov

TrayanZapryanov Oct 4, 2019

Is it possible disposed exceptions to be because of this using?

This comment has been minimized.

@FinalFortune

FinalFortune Oct 11, 2019

Assume the container gets disposed with it, not sure why there's a return new AutofacRootResolver(container);.
Should remove the using and have return autofacRootResolver

@rasmus
Copy link
Member

@rasmus rasmus commented Oct 9, 2019

Still failing tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.