Javier Calvarro Nelson
bf8058da25
Switch from async void to async Task ( #8722 )
2018-11-13 12:26:08 -08:00
James Newton-King
b6a1de5676
Validate the maximum number of route segments ( #911 )
2018-11-14 09:25:14 +13:00
Stephen Halter
d5ee379972
Merge branch 'release/2.2'
2018-11-13 12:04:08 -08:00
ASP.NET CI
85a5b1b51f
Updating submodule(s)
...
Diagnostics => cfdbbdec15
JavaScriptServices => 160d822f52
KestrelHttpServer => f223b4a663
ResponseCaching => 1da1c69a6f
[auto-updated: submodules]
2018-11-13 12:03:47 -08:00
Stephen Halter
f223b4a663
Avoid possible tearing in HeartbeatManager.UtcNow ( #3092 )
2018-11-13 11:58:54 -08:00
Stephen Halter
c80588ec51
Stop skipping libuv functional tests ( #3091 )
2018-11-13 11:34:17 -08:00
Stephen Halter
6d375e9027
Wait for reads before advancing clock in Http2TimeoutTests ( #3090 )
...
Prior to this change, HTTP/2 read rate limit tests would fail when the stalled read started after the test started advancing the clock.
2018-11-13 11:33:48 -08:00
Nate McMaster
10c4646146
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in bf9fd0d106
2018-11-13 11:24:22 -08:00
Nate McMaster
9671b9d8c3
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 3b485909eb
2018-11-13 11:21:52 -08:00
Javier Calvarro Nelson
cfdbbdec15
Switch async void to async Task ( #527 )
2018-11-13 11:09:56 -08:00
Javier Calvarro Nelson
1da1c69a6f
Switch async void to async Task ( #176 )
2018-11-13 11:09:27 -08:00
ASP.NET CI
2581276403
Updating BuildTools from 2.1.3-rtm-15845 to 2.1.3-rtm-15846
...
[auto-updated: buildtools]
2018-11-13 18:34:13 +00:00
Nate McMaster
ccd098ecad
Update DataProtection to use custom reference resolution
...
This changes DataProtection to build as projects instead of a pseudo-submodule. It replaces Package and ProjectReference with <Reference> items which custom targets then resolve.
2018-11-13 10:28:42 -08:00
Nate McMaster
ed1976b862
Update BuildTools to 2.1.3-rtm-15845
2018-11-13 10:02:59 -08:00
Pavel Krymets
160d822f52
Do not fallback to creating console logger ( #1789 )
2018-11-13 09:48:28 -08:00
Nate McMaster
bb6901141c
Remove the HtmlAbstractions git submodule and merge Html.Abstractions into this repo
2018-11-13 09:29:27 -08:00
Steve Sanderson
cf8baead4c
Bump version to 0.8.0-preview1-*
2018-11-13 14:41:55 +00:00
Steve Sanderson
dd72c7c38a
Marshal oninput events as UIChangeEventArgs ( #1673 )
...
* Marshal oninput events as UIChangeEventArgs
- Blazor does handle the oninput event, but it is marshalled as a regular UIEventArgs
- This means that we cannot access the new value of the input element from inside our oninput handler
Addresses #821
2018-11-13 13:40:13 +00:00
Steve Sanderson
a48260a5c9
Serialize server-side renders. Fixes #1573 ( #1672 )
...
* Add failing test to show the issue
* Make RemoteRenderer serialize render calls on sync context
2018-11-13 13:04:55 +00:00
Steve Sanderson
e71db85149
Handle overlapping events ( #1655 )
...
* Add failing unit test to demonstrate overlapping events bug
* Handle overlapping events
* Make RemoteRenderer.UpdateDisplay's return task not complete until client sends explict ACK
* CR: Rename UpdateDisplay to UpdateDisplayAsync
* CR: Fix namespace
* CR: Catch synchronous SendAsync exceptions (if they can happen)
2018-11-13 12:08:08 +00:00
Steve Sanderson
811ef19f57
In E2E tests, allow for slower execution on Travis/AppVeyor
2018-11-13 12:00:24 +00:00
Steve Sanderson
dc1ad1943d
Capture RenderBatch bytes synchronously. Fixes #1223
2018-11-13 11:34:02 +00:00
ASP.NET CI
340a27c01c
Updating BuildTools from 3.0.0-alpha1-20181109.6 to 3.0.0-alpha1-20181112.1
...
[auto-updated: buildtools]
2018-11-13 00:03:47 -08:00
ASP.NET CI
67754ecff4
Updating submodule(s)
...
Mvc => 5ed7658bf2
SignalR => 012f953a9d
[auto-updated: submodules]
2018-11-13 00:03:37 -08:00
BrennanConroy
012f953a9d
Merge branch 'release/2.2'
2018-11-12 18:03:50 -08:00
James Newton-King
5ed7658bf2
Fix routing tests ( #8718 )
2018-11-13 11:01:36 +13:00
ASP.NET CI
ee3e71e6ba
Updating submodule(s)
...
SignalR => b476df9acd
[auto-updated: submodules]
2018-11-12 20:03:45 +00:00
ASP.NET CI
f466a3a803
Updating submodule(s)
...
Mvc => 8308d94e39
[auto-updated: submodules]
2018-11-12 12:03:04 -08:00
Doug Bunting
8308d94e39
Quick fixes: Make `dotnet-getdocument` more reliable ( #8716 )
...
- use `WaitAny(...)` in inside man
- call `Process.WaitForExit()` twice
- `Flush()` all output `FileStream`s before disposal
- catch `UnauthorizedAccessException` when calling `File.Delete(...)` in case file's in use
- add `/nr:false` to `dotnet msbuild` command line
2018-11-12 11:26:02 -08:00
Pranav K
195a22d92c
Move pubinternal to internal in CORS, DataAnnotations, Formatters, TagHelpers
2018-11-12 10:27:26 -08:00
BrennanConroy
b476df9acd
Custom CORS-like middleware to allow wildcard origin in test app ( #3292 )
2018-11-12 09:06:51 -08:00
Justin Kotalik
de9609b343
Remove implicit reference to InteralAspNetCoreSdk ( #3998 )
2018-11-12 09:05:17 -08:00
Nate McMaster
ce8cf65589
Update SignalR submodule
2018-11-11 20:24:57 -08:00
Nate McMaster
a9def470e3
Don't attempt to detect java if SkipJavaClient is true
2018-11-11 20:24:25 -08:00
Nate McMaster
2fee09506e
Update the SignalR module to correct code signing config
2018-11-11 17:14:16 -08:00
Nate McMaster
a242dc726d
Ensure .jar files are included in code signing with the correct certificate
2018-11-11 16:31:08 -08:00
ASP.NET CI
30b2fc6b04
Updating submodule(s)
...
Routing => bd481034fe
[auto-updated: submodules]
2018-11-11 08:03:28 +00:00
Gert Driesen
bd481034fe
Improve performance and reduce allocations in RouteParameterParser. ( #901 )
2018-11-11 17:08:29 +13:00
ASP.NET CI
3ea6730bf0
Updating BuildTools from 3.0.0-alpha1-20181109.1 to 3.0.0-alpha1-20181109.6
...
[auto-updated: buildtools]
2018-11-10 08:03:41 +00:00
ASP.NET CI
603ce5bf46
Updating submodule(s)
...
Mvc => fcf5593813
Razor => fe7881d5f7
Routing => f6b1138ce3
[auto-updated: submodules]
2018-11-10 08:03:30 +00:00
Nate McMaster
140cf62b56
Re-enable SignCheck
2018-11-09 17:29:24 -08:00
James Newton-King
f6b1138ce3
Fix RouteValueAddressScheme to require metadata to match ( #910 )
2018-11-10 13:41:44 +13:00
Nate McMaster
1ab08d70ef
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 252ae0c434
2018-11-09 16:17:15 -08:00
ASP.NET CI
a87f3ff4a0
Updating BuildTools from 2.2.0-preview2-20181108.7 to 2.2.0-preview2-20181109.5
...
[auto-updated: buildtools]
2018-11-10 00:15:34 +00:00
ASP.NET CI
1fa7c5b91c
Updating submodule(s)
...
SignalR => df668017ee
[auto-updated: submodules]
2018-11-10 00:15:24 +00:00
Pranav K
fcf5593813
Remove additional exe produced as part of updating to 3.0 SDK
...
Fixes https://github.com/aspnet/Mvc/issues/8681
2018-11-09 15:52:58 -08:00
Ajay Bhargav Baaskaran
fe7881d5f7
Upgrade Razor vsix project
2018-11-09 15:52:07 -08:00
dotnet-maestro-bot
f64d6a2b50
Updating dependencies ( #3996 )
2018-11-09 15:48:44 -08:00
BrennanConroy
df668017ee
Add HTTPS tests for node/browser tests ( #3283 )
2018-11-09 15:29:00 -08:00
Pranav K
f734efe2e7
Move pubinternal types in Mvc.Razor and Mvc.RazorPages to internal
2018-11-09 15:00:38 -08:00