Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Shay Rojansky 60aa8e5c2f
Pack of cleanup/modernization for the platform benchmarks (#1753) 2022-09-22 09:07:45 -07:00
Nate McMaster 434b04197b Update bootstrappers to install the compiled version of KoreBuild (#273) 2017-07-26 12:29:18 -07:00
Doug Bunting 8fa6759ea7 Bring latest Benchmarks code over from TechEmpower repo
- fixes include
  - remove `AutoTransactionsEnabled = false` hack
  - prepare `updateCmd` in `RawDb.LoadMultipleUpdatesRows()`
  - change `DebugInfoPageMiddleware` to return 404 status code
  - enable DI scope validation with `UseDefaultServiceProvider()` instead of previous approach
  - display where `WebHostBuilder` is found during startup; confirms use of publish folder
- a few source differences remain in `Program`, `Scenarios` and `Startup`
  - the code in this repo supports more options and scenarios
- project file contains a few more dependencies for the same options and scenarios
  - also uses wildcard dependencies

addresses:
- #251, Update benchmarks to use versions in dependencies.prop
- #263, Upgrade Npgsql from "3.2.0-*" to "3.*"

Update to match infrastructure changes in other repos
- e.g. use CoreFx 4.4.0-* packages

nits:
- simplify `services.AddDbContextPool<TContext>()` delegate
- make EF middlewares more like the rest; move `db` variable closer to first use
- whitespace cleanup
- remove obsolete launchSettings.json file
2017-06-30 23:47:56 -07:00