Commit Graph

27770 Commits

Author SHA1 Message Date
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
Ajay Bhargav Baaskaran 83ebebcabc Removed unnecessary flaky tests 2018-03-29 17:05:33 -07:00
ASP.NET CI ca166683cc Updating submodule(s)
IISIntegration => df6471f462
SignalR => 46f27cdd0b

[auto-updated: submodules]
2018-03-29 23:48:23 +00:00
= 1a1bdd43a5 Merge branch 'release/2.1' into dev 2018-03-29 16:40:17 -07:00
BrennanConroy 5cfc03ffe9
Merge pull request #1775 from aspnet/release/2.1
Fix internal HubConnection state when handshake fails (#1774)
2018-03-29 16:35:55 -07:00
BrennanConroy 46f27cdd0b
Fix internal HubConnection state when handshake fails (#1774) 2018-03-29 16:35:31 -07:00
= 365e255c9b Add authentication UI packages to the LZMA 2018-03-29 16:30:42 -07:00
Pavel Krymets df6471f462
Add startup filter to detect overriden server (#740) 2018-03-29 16:23:17 -07:00
ASP.NET CI 4b6fb44ecd Updating submodule(s)
Razor => 13d19845c4
SignalR => ba1d4b771c
Templating => c0c28fb9f1

[auto-updated: submodules]
2018-03-29 22:14:44 +00:00
BrennanConroy ba1d4b771c
Merge pull request #1771 from aspnet/release/2.1
Move Cpp Client to main repo (#1703)
2018-03-29 14:59:20 -07:00
BrennanConroy 476d337989
Move Cpp Client to main repo (#1703) 2018-03-29 14:58:54 -07:00
ASP.NET CI 18c33f8742 Updating submodule(s)
Microsoft.Data.Sqlite => 2b9f77f914c70f37add0a5cdea641bce4ec42db7
Razor => a2a920dde5
Templating => 2f9ce959ea

[auto-updated: submodules]
2018-03-29 21:46:19 +00:00