microsoft / dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
https://devblogs.microsoft.com/dotnet/
MIT License
14.34k stars 2.21k forks source link

partManager.ApplicationParts.Remove,Releases the current assembly related services #1289

Open tanyo520 opened 3 years ago

tanyo520 commented 3 years ago

Through partManager.ApplicationParts.Remove ( After removing the assembly, install the assembly again, and find HttpContext.RequestServices The services of application services are not released, or the previous services are used. Is there any good way to release the services of the current assembly when uninstalling image image