Justin Kotalik
407f55841b
Disables tests ( #499 )
2017-12-29 18:05:17 -08:00
Justin Kotalik
b70191fb82
Specify configuration for functional tests
2017-12-29 14:07:47 -08:00
Justin Kotalik
3f31706743
Resolve internal package reference issue
2017-12-29 12:48:01 -08:00
Justin Kotalik
d59b0ef38c
Adds universe manifest and signing info
2017-12-29 12:48:01 -08:00
Nate McMaster
680afd0837
Add C++ ATL and Windows10SDK as required workloads to korebuild.json
2017-12-29 12:48:01 -08:00
Nate McMaster
03b092888e
Add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81 to required workloads
2017-12-29 12:48:01 -08:00
Murat Girgin
4e568c9266
Fixing a typo ( #279 )
2017-12-29 12:48:01 -08:00
Justin Kotalik
3d17a40c0d
Removing other test projects
2017-12-29 12:48:00 -08:00
Justin Kotalik
483a8c61a3
Adds package native projects
2017-12-29 12:48:00 -08:00
Justin Kotalik
f27190a1f1
Adds InProcessHandler to calls, Refactor to remove IHttpContext completely
2017-12-22 13:36:34 -08:00
Justin Kotalik
90d5f124b6
remove tests from ANCM as cyclic dependencies
2017-12-20 18:02:27 -08:00
Justin Kotalik
b68d76417d
removes .all package
2017-12-20 17:37:25 -08:00
Justin Kotalik
4b53f4bc53
Adds ANCM to IISIntegration ( #492 )
2017-12-20 14:26:38 -08:00
Justin Kotalik
34056fbb26
Merge branch 'dev' into jkotalik/merging
2017-12-20 14:12:53 -08:00
ASP.NET CI
fa9d7a7e8c
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-20 13:46:28 -08:00
BrennanConroy
2f785cdd41
Upgrade deps ( #488 )
2017-12-20 13:46:27 -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
jhkimnew
9a1cc4ba1c
clean up test framework utility functions ( #273 )
2017-12-19 18:40:11 -08:00
ASP.NET CI
d2fba28272
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-18 17:13:30 -08:00
ASP.NET CI
eb29cbc1b2
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-13 20:59:07 +00:00
BrennanConroy
471bd8a170
Upgrade deps ( #488 )
2017-12-11 12:18:39 -08:00
BrennanConroy
a1d91fcada
Update to new corefx packages ( #486 )
2017-12-11 09:02:11 -08:00
ASP.NET CI
0dae9f527c
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-10 12:58:52 -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
Ryan Brandenburg
cd1232b617
Update bootstrappers
2017-12-04 12:29:17 -08:00
Justin Kotalik
2e14ec8f9b
Update AspNetCoreModuleX64Location and X86. ( #264 )
2017-11-30 10:20:46 -08:00
Pranav K
a67ba5ab3f
Specify runtime versions to install
2017-11-29 14:09:27 -08:00
Pranav K
749bce9d2b
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2017-11-21 15:48:03 -08:00
Nate McMaster
1a3bdcada9
Use MSBuild to set NuGet feeds instead of NuGet.config
2017-11-20 12:16:02 -08:00
Pranav K
a690a8f95e
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2017-11-17 13:00:25 -08:00
Ryan Brandenburg
34e3f3debc
Update build configuration ( #237 )
2017-11-16 16:00:12 -08:00
Justin Kotalik
85ea220c4e
Fixes dotnet.exe string as runtime now reads it ( #246 )
2017-11-16 15:05:32 -08:00
Justin Kotalik
a629725c7a
Revert "Disable failing tests ( #473 )" ( #478 )
2017-11-16 11:07:16 -08:00
pan-wang
9e345ad43f
fix build issue ( #248 )
2017-11-15 21:59:54 -08:00
Pranav K
3e277c8dd9
Update samples and tests to target netcoreapp2.1
2017-11-14 10:47:03 -08:00
Justin Kotalik
c12c938d4a
Copy aspnetcore.dll to contentfiles and re-add old nuget locations. ( #245 )
2017-11-13 15:29:07 -08:00
Pavel Krymets
b8c3d26975
Migrate to new pipe APIs ( #454 )
2017-11-13 15:06:22 -08:00
Pavel Krymets
adec0c6fbc
Disable failing tests ( #473 )
2017-11-13 10:56:22 -08:00
Justin Kotalik
82e096c9a5
Adds windows auth support ( #241 )
2017-11-10 17:07:56 -08:00
Justin Kotalik
552163ab77
Adds windows Auth support ( #471 )
2017-11-10 17:02:31 -08:00
Justin Kotalik
618d3dabee
Modifies ANCM DLL location based on folder rather than name. ( #240 )
2017-11-08 16:02:52 -08:00
jhkimnew
bd18430428
Added StartupWithIStartupFilter ( #236 )
...
Added StartupWithIStartupFilter
2017-11-07 16:43:23 -08:00
Justin Kotalik
89f6f16ba5
Disable tests for continuous integration. ( #234 )
2017-11-07 14:25:06 -08:00
Justin Kotalik
b9ed1e073a
Require Microsoft.VisualStudio.Component.VC.Tools.x86.x64 to be installed before compiling ANCM ( #238 )
2017-11-07 13:56:01 -08:00
Justin Kotalik
9c065bf107
Remove header serialization in favor of setting IIS response directly. ( #465 )
2017-11-06 20:28:40 -08:00
Justin Kotalik
6bfcd4a2d4
Remove header serialization in favor of setting IIS response directly. ( #228 )
2017-11-06 20:28:08 -08:00
jhkimnew
13312109ff
Test: Added a new MiddleWare to test the Gracefulshutdown message ( #233 )
...
Added TestMiddleWare to handle the Gracefulshutdown message instead of IISMiddleware
2017-11-06 13:47:59 -08:00