Commit Graph

45 Commits

Author SHA1 Message Date
ASP.NET CI 6172677a0a Update dependencies.props
[auto-updated: dependencies]
2018-09-16 12:14:36 -07:00
ASP.NET CI 9eb706e694 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:15:58 -07:00
ASP.NET CI d22e542449 Update dependencies.props
[auto-updated: dependencies]
2018-09-02 12:15:01 -07:00
Nate McMaster 84d4627b8b Upgrade build tools to use the 2.1.400 SDK (#1249) 2018-08-17 15:23:18 -07:00
ASP.NET CI 0665ab9045 Update dependencies.props
[auto-updated: dependencies]
2018-08-12 19:15:59 +00:00
ASP.NET CI 3f6288e141 Update dependencies.props
[auto-updated: dependencies]
2018-08-05 19:16:42 +00:00
ASP.NET CI b7e26fed99 Update dependencies.props
[auto-updated: dependencies]
2018-07-29 12:15:13 -07:00
ASP.NET CI 96b42dc827 Update dependencies.props
[auto-updated: dependencies]
2018-07-08 12:16:24 -07:00
Ryan Brandenburg d7bcb19c79 Update deps 2018-06-21 09:39:24 -07:00
ASP.NET CI 4debd23b1b Update dependencies.props
[auto-updated: dependencies]
2018-06-07 19:37:45 +00:00
Nate McMaster 5ebf74fa32
Add certificate names for code signing (#889) 2018-06-06 08:55:18 -07:00
ASP.NET CI e999010122 Update dependencies.props
[auto-updated: dependencies]
2018-06-03 19:16:49 +00:00
ASP.NET CI 04656d9790 Update dependencies.props
[auto-updated: dependencies]
2018-05-27 19:17:00 +00:00
ASP.NET CI dfe8c63bf4 Update dependencies.props
[auto-updated: dependencies]
2018-05-20 19:34:22 +00:00
Ryan Brandenburg e824ea5137 Upgrade to netcoreapp22 2018-05-16 13:01:22 -07:00
ASP.NET CI 7cb625c25c Update dependencies.props
[auto-updated: dependencies]
2018-05-13 14:11:07 -07:00
Ryan Brandenburg fbf727e073 Upgrade to netcoreapp22 2018-05-08 16:21:13 -07:00
ASP.NET CI 2b38e09bef Update dependencies.props
[auto-updated: dependencies]
2018-05-06 12:18:10 -07:00
ASP.NET CI a4635cf5e2 Update dependencies.props
[auto-updated: dependencies]
2018-04-29 12:18:54 -07:00
ASP.NET CI 3761667e36 Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:11:42 -07:00
ASP.NET CI 8e15e40d2b Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:12:41 -07:00
ASP.NET CI ce9ffaddad Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:29:36 +00:00
ASP.NET CI e548bae2e3 Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:42:33 -07:00
Pavel Krymets 79b038afb4 Revert "Merge branch 'dev' into release/2.1"
This reverts commit 88d40dacf9, reversing
changes made to ed801f0e88.
2018-03-23 08:35:53 -07:00
Justin Kotalik 4e8a9d2493
Move reading and writing of Pipelines to a single loop; Cancel Read every time we write. (#582) 2018-03-04 19:52:41 -08:00
ASP.NET CI 8df5b8931b Update dependencies.props
[auto-updated: dependencies]
2018-02-26 11:04:29 -08:00
ASP.NET CI fa5e9e7d7b Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:20:30 -08:00
ASP.NET CI a0bcc5f377 Update dependencies.props
[auto-updated: dependencies]
2018-02-09 11:46:04 -08:00
Justin Kotalik e035d0ed96
Fail fast on .NET Full Framework and log exceptions in hostfxr utility (#533) 2018-02-04 20:54:12 -08:00
Justin Kotalik 2204989660
Always load hostfxr parameters if the app isn't loaded (#529) 2018-01-19 09:59:04 -08:00
ASP.NET CI 8338c40023 Update dependencies.props
[auto-updated: dependencies]
2018-01-06 14:54:28 -08:00
ASP.NET CI e80e0803c6 Update dependencies.props
[auto-updated: dependencies]
2017-12-31 21:15:05 +00:00
Justin Kotalik d59b0ef38c Adds universe manifest and signing info 2017-12-29 12:48:01 -08:00
ASP.NET CI fa9d7a7e8c Update dependencies.props
[auto-updated: dependencies]
2017-12-20 13:46:28 -08:00
BrennanConroy 2cf020103a Update to new corefx packages (#486) 2017-12-20 13:46:27 -08:00
ASP.NET CI 869e3d37c8 Update dependencies.props
[auto-updated: dependencies]
2017-12-20 13:46:27 -08:00
pan-wang 30bbd87d81 Panwang/refactor (#277)
* Init check in for refactoring

* clean up to make app_offline work

* update loadassembly and build

* add configpath to aspnetcore_config to make recycle work

* Adds in process component to refactor (#249)

* outprocess first checkin (still missing marjor components)

* Adds In-Process support for shimmed module. (#257)

* Init check in for refactoring

* clean up to make app_offline work

* update loadassembly and build

* add configpath to aspnetcore_config to make recycle work

* Adds in process component to refactor (#249)

* outprocess first checkin (still missing marjor components)

* Adds In-Process support for shimmed module. (#257)

* load from bin start and catch unhandled exception

* Fixes request handler vcxproj

* Adds request handler to nuget package

* build issues

* outofprocess refactoring

* adding logging support

* enforce Warning As Error for build and enable process recycle for outofprocess

* fix AV for win32 build and update build flags

* Fixed m_srwLock lock issue

* remove dealock in loadmanagedapp and remove UseMFC

* Readd lost exception catching

* nuget package issue and status code

* fixing warnings

* Adds Headers

* removing web sockets exe for now

* remove flags

* nuspec stuff

* spelling

* only look in inetsvr for now (or same folder)

* rename method

* terminte thread before closing the handle to it

* couple changes related with AV

* null check and Kill thread for in process if dotnet timed out

* fix recursive lock issue reported by appverifier

* client disconnect support AV fix

* flow 502.5 process start failure error page

* Feedback from inperson code review
2017-12-20 13:46:27 -08:00
Justin Kotalik 8949f49637 merged 2017-12-07 18:55:29 -08:00
Ryan Brandenburg c94685e470 Use aspnetcore-dev 2017-12-06 11:14:40 -08:00
Pranav K 749bce9d2b Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:48:03 -08:00
Ryan Brandenburg 34e3f3debc Update build configuration (#237) 2017-11-16 16:00:12 -08:00
Pranav K 3e277c8dd9 Update samples and tests to target netcoreapp2.1 2017-11-14 10:47:03 -08:00
Justin Kotalik 89f6f16ba5
Disable tests for continuous integration. (#234) 2017-11-07 14:25:06 -08:00
Justin Kotalik 9c065bf107
Remove header serialization in favor of setting IIS response directly. (#465) 2017-11-06 20:28:40 -08:00
Nate McMaster bcc10d3012 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 14:59:02 -07:00