Mikael Mengistu
81b0f60b5a
Merge pull request #1788 from aspnet/release/2.1
...
Check for Websockets in Fallback functional tests (#1772 )
2018-03-30 12:38:58 -07:00
Ryan Nowak
aaebf97bdc
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-30 12:37:40 -07:00
Ryan Nowak
a49d7a64be
Add new Polly HTTP dependency
...
Polly is adding some new APIs for our scenarios that are specific to
HttpClient.
(cherry picked from commit 173594db1f )
2018-03-30 12:37:22 -07:00
Pranav K
61f260e386
Make Microsoft.AspNetCore.Mvc depend on Microsoft.AspNetCore.Mvc.Analyzers
2018-03-30 12:34:08 -07:00
Pranav K
6f03496448
Make Microsoft.AspNetCore.Mvc depend on Microsoft.AspNetCore.Mvc.Analyzers
2018-03-30 12:33:45 -07:00
Mikael Mengistu
313133131f
Check for Websockets in Fallback functional tests ( #1772 )
2018-03-30 12:33:42 -07:00
Pavel Krymets
76c6761f54
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-30 11:54:03 -07:00
ASP.NET CI
e8277b53e8
Updating submodule(s)
...
EntityFrameworkCore => 79f96cade28e950f010153cc6e4da0042bf699d6
SignalR => 44b667b3e6
WebSockets => 9eb41ca571
[auto-updated: submodules]
2018-03-30 11:53:27 -07:00
BrennanConroy
ec66d236ac
Merge pull request #1785 from aspnet/release/2.1
...
Add detailed error option (#1763 )
2018-03-30 11:30:44 -07:00
BrennanConroy
44b667b3e6
Add detailed error option ( #1763 )
2018-03-30 11:30:07 -07:00
ASP.NET CI
c76f51f154
Updating submodule(s)
...
EntityFrameworkCore => 73d7db06e5defa2bb62e39d2a181158c5eae7c42
WebSockets => fb6bc86be5
[auto-updated: submodules]
2018-03-30 18:19:50 +00:00
Ryan Nowak
173594db1f
Add new Polly HTTP dependency
...
Polly is adding some new APIs for our scenarios that are specific to
HttpClient.
2018-03-30 11:16:06 -07:00
David Fowler
fb6bc86be5
Merged release/2.1
2018-03-30 10:50:54 -07:00
David Fowler
9eb41ca571
Remove buffer size argument ( #232 )
...
- We're removing the buffer arugment from the API as a result of a mini review. This is a pre-emptive reaction to avoid breakage when the change comes in.
2018-03-30 10:47:12 -07:00
ASP.NET CI
19887fe18e
Updating submodule(s)
...
IISIntegration => 3f40f042bc
[auto-updated: submodules]
2018-03-30 16:59:46 +00:00
pan-wang
3f40f042bc
out of process fix ( #738 )
...
fix an AV in case user give ASPNETCORE_PORT env as we double dereferenced
avoid retry and log if the env set invalid port value
create jobobject in retry as we delete it in cleanup
2018-03-30 09:48:09 -07:00
ASP.NET CI
e7c19b693c
Updating submodule(s)
...
HttpSysServer => adbbbcf4de
Identity => 93beb3aa35
[auto-updated: submodules]
2018-03-30 09:36:41 -07:00
Chris Ross (ASP.NET)
adbbbcf4de
Disable regressed negotiate test #439
2018-03-30 09:24:31 -07:00
ASP.NET CI
b429c9bc7b
Updating submodule(s)
...
Identity => 1e7ca96b51
[auto-updated: submodules]
2018-03-30 16:20:44 +00:00
Kiran Challa
93beb3aa35
Merge branch 'release/2.1' into dev
2018-03-30 07:39:45 -07:00
ASP.NET CI
eff89c0320
Updating submodule(s)
...
Identity => 394e4746b8
[auto-updated: submodules]
2018-03-30 07:37:12 -07:00
Kiran Challa
1e7ca96b51
[ Fixes #1618 ] Consider returning a 404 in the DownloadPersonalData.OnGet
2018-03-30 07:35:08 -07:00
ASP.NET CI
fad6ffdeb8
Updating submodule(s)
...
Identity => 971f727ea2
[auto-updated: submodules]
2018-03-30 14:23:58 +00:00
Kiran Challa
394e4746b8
Merge branch 'release/2.1' into dev
2018-03-30 07:14:09 -07:00
Kiran Challa
971f727ea2
[ Fixes #1690 ] AddDefaultUI() throws when using IdentityUser<T>
2018-03-30 07:02:04 -07:00
ASP.NET CI
01c681eb4e
Updating submodule(s)
...
EntityFrameworkCore => dac2eb863612b562de53f67b59a6f0a4fa9b30a0
SignalR => c29c1b3ec6
[auto-updated: submodules]
2018-03-30 03:46:30 -07:00
ASP.NET CI
fcb7c3dd2f
Updating submodule(s)
...
EntityFrameworkCore => b7ffe4564d6edd9872ba511c1f91242b33c2ae36
KestrelHttpServer => 7b3491e11e
Mvc => f20bf9ea02
SignalR => b5a2fcb96a
[auto-updated: submodules]
2018-03-30 10:19:21 +00:00
David Fowler
c29c1b3ec6
Merge pull request #1783 from aspnet/release/2.1
...
Release/2.1
2018-03-30 02:33:28 -07:00
David Fowler
b5a2fcb96a
Dispose the http client in DisposeAsync ( #1780 )
...
- This layer of the stack is no longer reusable and
this disposable was removed (I assume by mistake) in the big refactoring
2018-03-30 01:57:14 -07:00
David Fowler
a26e6f5a30
Make shutdown logic for SSE and LongPolling more similar to WebSockets ( #1779 )
...
- Cancel reading from the application when initiating a transport stop
- Complete each side of the pipe in the place where the pipe is being consumed
- Errors from sending end up getting sent to the application
- The Running task never throws
- Removes ContinueWith
2018-03-30 01:50:30 -07:00
Pranav K
7d39ec2621
Merge pull request #1016 from aspnet/prkrishn/merge21
...
Prkrishn/merge21
2018-03-29 22:28:45 -07:00
Pranav K
b77a963755
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-29 22:21:44 -07:00
Pranav K
7b8778beb9
Merge commit '3475f5676249bef8803a534b066dbcd41c0e61ec' into dev
2018-03-29 22:19:58 -07:00
Pranav K
577c2745d5
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-29 21:51:45 -07:00
Pranav K
21d0475cf2
Add Microsoft.AspNetCore.Analyzers.Experimental package
2018-03-29 21:49:55 -07:00
Ryan Nowak
f20bf9ea02
Fix #7503 change to model name for IValidableObject
...
This change undoes a breaking change introduced by the 2.1 model
validation changes. Now an implementation of IValidableObject on a
top-level model will be called correctly with the 'empty' prefix instead
of the parameter name.
When fixing this we undid a workaround for another issue.
When validating a parameter that didn't bind we didn't correctly compute
the model name for 'fallback to empty prefix' cases.
(cherry picked from commit 7a1096a72b )
2018-03-29 21:35:59 -07:00
Ryan Nowak
7a1096a72b
Fix #7503 change to model name for IValidableObject
...
This change undoes a breaking change introduced by the 2.1 model
validation changes. Now an implementation of IValidableObject on a
top-level model will be called correctly with the 'empty' prefix instead
of the parameter name.
When fixing this we undid a workaround for another issue.
When validating a parameter that didn't bind we didn't correctly compute
the model name for 'fallback to empty prefix' cases.
2018-03-29 21:35:03 -07:00
Ryan Nowak
96f29c5696
Use latest compat version in MvcSandbox
2018-03-29 21:35:03 -07:00
Pranav K
4b15ad60b1
Merge pull request #7575 from aspnet/release/2.1
...
Add an analyzer to warn against the use of IHtmlHelper.Partial and IH…
2018-03-29 21:26:17 -07:00
Pranav K
264f9c871e
Add an analyzer to warn against the use of IHtmlHelper.Partial and IHtmlHelper.RenderPartial
...
Fixes https://github.com/aspnet/Mvc/issues/7417
2018-03-29 21:25:54 -07:00
ASP.NET CI
f568d5af77
Updating submodule(s)
...
SignalR => 389817c682
[auto-updated: submodules]
2018-03-29 20:30:25 -07:00
ASP.NET CI
3475f56762
Updating submodule(s)
...
SignalR => 51fb15d6cf
[auto-updated: submodules]
2018-03-29 20:29:27 -07:00
Pavel Krymets
7b3491e11e
Prepare to 0 byte flush change ( #2442 )
2018-03-29 20:27:54 -07:00
James Newton-King
389817c682
Merge pull request #1776 from aspnet/release/2.1
...
Client logging fixes and improvements (#1773 )
2018-03-30 16:25:13 +13:00
James Newton-King
51fb15d6cf
Client logging fixes and improvements ( #1773 )
2018-03-30 16:24:38 +13:00
ASP.NET CI
67f15d2911
Updating submodule(s)
...
EntityFrameworkCore => 6d16214c2e606252109949d2940cbaca8c377181
[auto-updated: submodules]
2018-03-29 19:08:17 -07:00
ASP.NET CI
597bd70517
Updating submodule(s)
...
EntityFrameworkCore => 730b63b7253cf88d6a5e33ce83ed8a76c6bee595
[auto-updated: submodules]
2018-03-29 18:59:57 -07:00
ASP.NET CI
5b6489825f
Updating submodule(s)
...
MvcPrecompilation => 83ebebcabc
[auto-updated: submodules]
2018-03-29 18:16:43 -07:00
ASP.NET CI
c7f04f0106
Updating submodule(s)
...
MvcPrecompilation => bfd630cc8e
SignalR => 5cfc03ffe9
[auto-updated: submodules]
2018-03-29 17:30:00 -07:00
Ajay Bhargav Baaskaran
bfd630cc8e
Merge branch 'release/2.1' into dev
2018-03-29 17:08:21 -07:00