-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Application shutdown #2528
Application shutdown #2528
Conversation
Thank you @mehmetuken @maliming can you review & test this (with a console & web app - use existing sample projects/templates). |
After code review and testing of console and web application I think the code can be merged. |
AutofacServiceProvider from https://github.com/autofac/Autofac.Extensions.DependencyInjection/blob/master/src/Autofac.Extensions.DependencyInjection/AutofacServiceProvider.cs . |
hi @mehmetuken The code of AutofacServiceProvider should be the master branch. The develop branch has new changes. |
@maliming Yes i am not using IAsyncDisposable because Autofac 5 not release yet. ILifetimeScope not support IAsyncDisposable yet. Autofac 5 release we can update this. |
Thank you @mehmetuken & @maliming |
Resolve #265 and #2066