Commit Graph

18 Commits

Author SHA1 Message Date
ASP.NET CI b16de49807 Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:08:24 -07:00
ASP.NET CI a997ceba98 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:09:18 -07:00
ASP.NET CI 30ffadfebf Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:26:12 +00:00
ASP.NET CI e93aa56b58 Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:38:48 -07:00
David Fowler b3625b8173
Make the RequestServicesContainerMiddleware thinner (#1360)
- Today the request services middleware is responsible for making sure there are request scoped services.
This PR tries introduces some breaking changes that are hopefully acceptable in order to gain some performance.
- Here are the assumptions this PR makes:
 - Since this middleware is first in the pipeline, the only thing that can
  set a default service provider would be the server itself. Since we have no servers that do that
  I removed that code that tries to noop if there's an existing service provider.
 - This PR no longer restores the previous service provider feature since it gets replaced every request
 anyways. Kestrel also clears out the feature on each request so it shouldn't be a problem (in theory).
 Once again, since this middleware is first, it is the last thing that runs before the server re-gains
 control on the way out so there's no need to restore anything.
 - We use the RegisterForDispose method to dispose of the IServiceProvider instead of doing it inline.
2018-03-20 12:42:24 -07:00
ASP.NET CI 983d0e530a Update dependencies.props
[auto-updated: dependencies]
2018-03-08 12:59:45 -08:00
ASP.NET CI 23b4ecd8d3 Update dependencies.props
[auto-updated: dependencies]
2018-02-26 11:01:17 -08:00
ASP.NET CI 12b9631435 Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:17:23 -08:00
ASP.NET CI 515bc2e66d Update dependencies.props
[auto-updated: dependencies]
2018-02-09 11:42:22 -08:00
ASP.NET CI 0880111f9b Update dependencies.props
[auto-updated: dependencies]
2018-02-03 02:45:18 +00:00
ASP.NET CI 9f4c7c172f Update dependencies.props
[auto-updated: dependencies]
2018-01-06 14:42:41 -08:00
ASP.NET CI af5e702223 Update dependencies.props
[auto-updated: dependencies]
2017-12-31 21:04:21 +00:00
ASP.NET CI 18bf9990cf Update dependencies.props
[auto-updated: dependencies]
2017-12-13 20:48:25 +00:00
ASP.NET CI 42cd02da5d Update dependencies.props
[auto-updated: dependencies]
2017-12-10 12:47:00 -08:00
Pranav K 3f76a5d214 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:47:47 -08:00
Pranav K adf2f37ad2 Update samples and tests to target netcoreapp2.1 2017-11-13 17:10:46 -08:00
Pranav K 311a92ddee React to change in sdk that causes dotnet run to print restore output 2017-11-10 14:57:53 -08:00
Nate McMaster c5f2333481 Pin tool and package versions to make build more repeatable 2017-10-31 13:04:32 -07:00