BrennanConroy
cef7dfcdbb
Check connection state in ping Typescript client ( #2753 )
2018-08-07 14:14:32 -07:00
Mikael Mengistu
02d1d4b1aa
Adding Javadocs ( #2745 )
2018-08-07 15:10:22 -06:00
ASP.NET CI
273a52d21c
Updating BuildTools from 2.2.0-preview1-20180731.1 to 2.2.0-preview1-20180807.2
...
[auto-updated: buildtools]
2018-08-07 13:51:13 -07:00
ASP.NET CI
46543a288a
Updating submodule(s)
...
EntityFrameworkCore => 8c25ff590b8d2bb19a59c461225c277a0c2329b1
KestrelHttpServer => b494e50353
Mvc => 9585084258
MvcPrecompilation => 53ad62a3fa
Routing => dce72c9553
Scaffolding => bfc3712881f3578192e9f26fd2bb1d54feae2bf3
SignalR => d8741d1b0f
Templating => 2b273f0f73
[auto-updated: submodules]
2018-08-07 13:50:59 -07:00
Kiran Challa
9585084258
Using Routing feature branch versions
2018-08-07 13:38:36 -07:00
BrennanConroy
fc8979aeca
Update TS docs for docs.microsoft.com generation ( #2605 )
2018-08-07 13:36:10 -07:00
Nate McMaster
2b273f0f73
Merge branch 'release/2.1' into release/2.2
2018-08-07 12:53:44 -07:00
Nate McMaster
678449fca0
Bumping version from 2.1.3 to 2.1.4
2018-08-07 12:42:45 -07:00
Pranav K
53ad62a3fa
Remove Precompilation_WorksForViewsUsingDirectoryTraversal
2018-08-07 12:39:46 -07:00
Kiran Challa
685176faf5
Updated dependencies
2018-08-07 12:14:33 -07:00
John Luo
b494e50353
Fixup shutdown functional tests
2018-08-07 11:50:09 -07:00
John Luo
8a74cf3ed5
Gracefully shutdown HTTP/2 connections on server and client initiated shutdown
2018-08-07 10:59:29 -07:00
BrennanConroy
d8741d1b0f
Skip Redis tests on macOS ( #2740 )
2018-08-07 10:20:11 -07:00
BrennanConroy
dadff9fc29
Avoid ODE in tests with Server logging ( #2742 )
2018-08-07 09:18:10 -07:00
James Newton-King
dce72c9553
Remove public extension methods for registering endpoint routing ( #697 )
2018-08-07 17:49:31 +12:00
ASP.NET CI
903495da50
Updating submodule(s)
...
SignalR => e403de7fbf
[auto-updated: submodules]
2018-08-06 19:46:31 -07:00
ASP.NET CI
e7a71ba52a
Updating submodule(s)
...
SignalR => d76c074780
[auto-updated: submodules]
2018-08-06 19:19:36 -07:00
BrennanConroy
e403de7fbf
Solve LongPolling races by moving Cts disposal to connection disposal ( #2731 )
2018-08-06 19:17:29 -07:00
BrennanConroy
1874368a5c
Fix flaky test ( #2739 )
2018-08-06 19:16:52 -07:00
BrennanConroy
d76c074780
Up Redis test log level ( #2743 )
2018-08-06 19:15:53 -07:00
BrennanConroy
31b6ad69ae
Increase poll timeout in TS client ( #2737 )
2018-08-06 19:14:44 -07:00
ASP.NET CI
34f1906601
Updating submodule(s)
...
Routing => 39c5700148
[auto-updated: submodules]
2018-08-06 18:19:43 -07:00
James Newton-King
39c5700148
Add docs to RouteValuesAddress ( #695 )
2018-08-07 13:14:35 +12:00
ASP.NET CI
f36d7d30c2
Updating submodule(s)
...
IISIntegration => c6830afa55
[auto-updated: submodules]
2018-08-06 17:25:44 -07:00
Pavel Krymets
c6830afa55
Add default debug log file name and dll information to debug log ( #1149 )
2018-08-06 17:20:44 -07:00
ASP.NET CI
c28fdc2540
Updating submodule(s)
...
Diagnostics => 8ec69456ca
[auto-updated: submodules]
2018-08-06 16:57:12 -07:00
Ryan Nowak
8ec69456ca
Update CustomWriterStartup.cs
...
Fix a misleading comment in sample
2018-08-06 16:44:54 -07:00
ASP.NET CI
878ff27dba
Updating submodule(s)
...
Templating => 647f0f81c2
[auto-updated: submodules]
2018-08-06 16:27:15 -07:00
Ryan Brandenburg
647f0f81c2
CompatibilityVersion -> 2.2
2018-08-06 16:22:05 -07:00
ASP.NET CI
f1868d9b02
Updating submodule(s)
...
EntityFrameworkCore => 9d0c0d2bdfb47112bf8a28e156a9c9daa48b09ac
Templating => e47a08612b
[auto-updated: submodules]
2018-08-06 22:27:47 +00:00
Ryan Brandenburg
e47a08612b
JQuery-validate-unobtrusive version 3.2.10
2018-08-06 15:21:46 -07:00
ASP.NET CI
c00b2ecc08
Updating submodule(s)
...
IISIntegration => 60a559719f
[auto-updated: submodules]
2018-08-06 21:58:28 +00:00
Mike Harder
60a559719f
Reduce probability of startup port collisions ( #1136 )
...
- GetTickCount() is limited to the resolution of the system timer, which is typically 10-16 ms. If two apps in separate app pools are started within this time window, it's possible GetTickCount() will return the same value, which causes the apps to try the same random port(s).
- Addresses #1124
2018-08-06 14:41:11 -07:00
ASP.NET CI
948eaeb4bc
Updating submodule(s)
...
Mvc => 47f2f451e3
[auto-updated: submodules]
2018-08-06 21:30:06 +00:00
James Newton-King
47f2f451e3
EnableEndpointRouting documentation ( #8220 )
2018-08-07 09:22:33 +12:00
ASP.NET CI
ba95df4093
Updating submodule(s)
...
AADIntegration => 9860766e9c
Antiforgery => 4b37beeed1
AuthSamples => 95c6289d44
AzureIntegration => 21ebe78324
BasicMiddleware => 30bf356596
BrowserLink => 24ace95b45f8181a4950760f6580e424b4f955bd
Caching => b7a398ff3721d76ce486bb1f7d79842deb169d70
Configuration => 0b8e0ca1d1f129f76a8fa9db5b7f5edb9b47d32f
CORS => c847d72590
DataProtection => 241155946f
DependencyInjection => 19f02293f95667d6712ee7fd5aa89762fb9f5d6e
Diagnostics => 602faf5baa
DotNetTools => dbad34cdef
EntityFrameworkCore => 0824ac772e2c52f2cdecb1d9e9d86fcfe1dbeb1c
EventNotification => 5de2cf400ad5a0b9fc0bf640bcc8bf02dde2625d
FileSystem => 13c424d700d92926a6c885a57dce3fab04c0586a
Hosting => ea4623aae0
HtmlAbstractions => 04d476a729
HttpAbstractions => a4d6374861
HttpClientFactory => 76ba4b18d62fd5eb4afe404f6bee68d90a94937d
HttpSysServer => 047e39ed33
Identity => b3f356c541
IISIntegration => 8f3513b9ec
JavaScriptServices => cd2b52bbd0
JsonPatch => 8100421d2f
KestrelHttpServer => a93a3d77cb
Localization => e522b3e6e2
Logging => 13625db4bedf39d22e1a33d1314da03f3c980500
MetaPackages => e41703a6ce
MusicStore => 582ae3d6a4
Mvc => f067c3964f
MvcPrecompilation => 63e17ca673
Options => 6aac6e28fda6093f86d8cad4e9c80923143807da
Proxy => aee739a9ca42bb428a808d726c7b875fca48a357
Razor => c7337c2d65
ResponseCaching => 638e372599
Routing => 0aee3f3595
Scaffolding => 3ee0ef75a20be328fb6cc8bc41456cdccfc3d9c2
Security => 899dce9960
ServerTests => 37ed92da14
Session => 290b71fe65
SignalR => 104453e35b
StaticFiles => 06342cf54c
Templating => 6da2ae6dbf
WebSockets => 7e0ecf12e8
[auto-updated: submodules]
2018-08-06 21:00:37 +00:00
ASP.NET CI
7e0ecf12e8
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:55:10 +00:00
ASP.NET CI
6da2ae6dbf
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:54:17 +00:00
ASP.NET CI
06342cf54c
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:54:01 +00:00
ASP.NET CI
104453e35b
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:51:18 +00:00
ASP.NET CI
290b71fe65
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:51:03 +00:00
ASP.NET CI
37ed92da14
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:50:51 +00:00
ASP.NET CI
899dce9960
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:50:20 +00:00
ASP.NET CI
0aee3f3595
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:49:29 +00:00
ASP.NET CI
638e372599
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:49:13 +00:00
ASP.NET CI
c7337c2d65
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:48:01 +00:00
ASP.NET CI
63e17ca673
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:47:01 +00:00
ASP.NET CI
f067c3964f
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:45:11 +00:00
ASP.NET CI
582ae3d6a4
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:44:36 +00:00
ASP.NET CI
e41703a6ce
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:44:17 +00:00