ObjectPoolProvider removed from the default set of dependencies added in the WebHostBuilder #336
Labels
3.0.0
Announcements related to ASP.NET Core 3.0
Announcement
Breaking change
Documented
The breaking change has been published to the .NET Core docs
Migrated
Milestone
Uh oh!
There was an error while loading. Please reload this page.
As part of making ASP.NET Core more pay for play, we moved the
ObjectPoolProvider
out of the main set of dependencies to the specific components that were using them.If you were relying on the
ObjectPoolProvider
being available by default, you should add them to your dependencies via theIServiceCollection
.For discussion, please use dotnet/aspnetcore#5944
[This announcement has been migrated to: dotnet/docs#14736]
The text was updated successfully, but these errors were encountered: