Commit Graph

38292 Commits

Author SHA1 Message Date
ASP.NET CI e6b8f3183c Updating submodule(s)
EntityFrameworkCore => 5c3bed8b776d6ed4761e25e7f8738ddb6f3ad03c

[auto-updated: submodules]
2018-08-28 23:35:18 +00:00
Pranav K d09c3c9e28
Polish ProblemDetails
* Add ability to set extended members on ProblemDetails
* Skip empty valued properties when serializing ProblemDetails

Fixes #8296
Fixes #8317
2018-08-28 16:21:39 -07:00
ASP.NET CI 2660a4e64d Updating submodule(s)
EntityFrameworkCore => 383a589522d626e0e3b4d99397f86986d39d8dba

[auto-updated: submodules]
2018-08-28 23:16:49 +00:00
BrennanConroy 2e68c99cc1 Merge branch 'release/2.2' 2018-08-28 16:05:43 -07:00
Stephen Halter 4a78fccde9 Merge branch 'release/2.2' 2018-08-28 16:01:38 -07:00
Gert Driesen 1a43e67542 Remove workaround for dotnet/corefx#24562 (#2863)
This issue caused a bind to a recently used endpoint to fail on macOS and Linux.

Addresses #2820
2018-08-28 15:59:17 -07:00
Gert Driesen 1e2c330d50 Remove workaround for dotnet/corefx#24562 (#2863)
This issue caused a bind to a recently used endpoint to fail on macOS and Linux.

Addresses #2820
2018-08-28 15:56:18 -07:00
Mike Lorbetske 03e73cc806
Merge pull request #477 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-08-28 15:41:51 -07:00
martincostello fc7fa4f0f0 Fix sample typo
Fix typo in sample comment.
2018-08-28 15:41:18 -07:00
Mike Lorbetske 207bdec61c
Fix NuGetPackageVerifier.json 2018-08-28 15:27:21 -07:00
ASP.NET CI 28c70c32d0 Updating submodule(s)
DotNetTools => 624c2ecd28
IISIntegration => c62c7f6a61
Mvc => 667ad4daff
SignalR => f314362ea5

[auto-updated: submodules]
2018-08-28 15:19:19 -07:00
Mike Lorbetske b8daa4ae5c
Update Repl test project to target 3.0 2018-08-28 15:13:00 -07:00
Mike Lorbetske d93d6bf751
Update HttpRepl test project to target 3.0 2018-08-28 15:12:42 -07:00
Mike Lorbetske c3c634aa1e
Update Repl project to target 3.0 2018-08-28 15:12:16 -07:00
Mike Lorbetske 9a0ab9df63
Update HttpRepl project to target 3.0 2018-08-28 15:11:46 -07:00
Nate McMaster 65ddfd1f02
Add dotnet-httprepl to artifacts.props 2018-08-28 15:11:25 -07:00
ASP.NET CI b8bdcd88be Updating submodule(s)
Razor => 9e4c4079f2

[auto-updated: submodules]
2018-08-28 15:07:38 -07:00
Justin Kotalik c62c7f6a61
Check event logs until process start time (#1338) 2018-08-28 14:26:07 -07:00
Justin Kotalik 3586291f6b Merge branch 'merge/release/2.1-to-release/2.2' into release/2.2 2018-08-28 14:09:02 -07:00
Mike Lorbetske 85b22edb6a
Merge branch 'master' into merge/release/2.2-to-master 2018-08-28 14:08:12 -07:00
Ajay Bhargav Baaskaran 9e4c4079f2
Renamed HtmlTextSyntax to HtmlTextLiteralSyntax for consistency (#2560)
* Renamed HtmlTextSyntax to HtmlTextLiteralSyntax for consistency

* Generated baselines
2018-08-28 14:00:32 -07:00
ASP.NET CI 068dea5050 Updating submodule(s)
IISIntegration => 68e6b7e1b8

[auto-updated: submodules]
2018-08-28 13:51:45 -07:00
ASP.NET CI f1f7b80b38 Updating submodule(s)
SignalR => 4c78049b62

[auto-updated: submodules]
2018-08-28 20:47:57 +00:00
Pranav K 667ad4daff Use ClientErrorData to configure ClientErrorResultFilter
Fixes #8289
2018-08-28 13:35:32 -07:00
Massimiliano Donini 17d72c2b94 Fix msbuild targets to correctly copy deps.json 2018-08-28 13:32:48 -07:00
dotnet-maestro-bot 64ba2fd002 Upgrade to .NET Core 3.0.0-preview1-26828-05 (#1337) 2018-08-28 13:15:16 -07:00
Nate McMaster 4c78049b62
Merge branch 'release/2.2' => 'master' 2018-08-28 13:14:23 -07:00
BrennanConroy f314362ea5
Remove logging from flaky SSE tests (#2880) 2018-08-28 12:52:42 -07:00
Ryan Nowak 96b77c8663 Fix aspnet/Routing#721 2018-08-28 12:26:13 -07:00
Mike Lorbetske 624c2ecd28
Merge pull request #468 from mlorbetske/mlorbe/AddHttpRepl
[WIP] Add the HTTP REPL
2018-08-28 12:16:27 -07:00
ASP.NET CI 11349443fd Updating submodule(s)
KestrelHttpServer => bca244f758

[auto-updated: submodules]
2018-08-28 19:02:30 +00:00
ASP.NET CI 79d6ebe126 Updating submodule(s)
KestrelHttpServer => 5ea537fbc4
SignalR => 3bc2cfc3b1

[auto-updated: submodules]
2018-08-28 18:56:54 +00:00
Justin Kotalik 68e6b7e1b8
Update ANCM version to 12.1 (#1286) 2018-08-28 11:56:13 -07:00
BrennanConroy 3bc2cfc3b1
Merge pull request #2877 from aspnet/brecon/merge215
Merge release/2.1 to release/2.2
2018-08-28 11:47:51 -07:00
Stephen Halter bca244f758 Merge branch 'merge/release/2.2-to-master' 2018-08-28 11:33:01 -07:00
ASP.NET CI f494b4f36e Updating submodule(s)
Mvc => f9c309dd71
Scaffolding => e226b32aa97c409990d3456e91cf6a12d2b7402d

[auto-updated: submodules]
2018-08-28 18:29:56 +00:00
Stephen Halter 5ea537fbc4
Don't advance examined in Http1MessageBody.PumpAsync for canceled reads (#2847) 2018-08-28 11:28:17 -07:00
ASP.NET CI 4cd60df4d1 Updating submodule(s)
IISIntegration => d2109e3513
KestrelHttpServer => 89f4850883

[auto-updated: submodules]
2018-08-28 18:26:27 +00:00
BrennanConroy 90a1be7133 Merge branch 'release/2.1' into release/2.2 2018-08-28 11:15:48 -07:00
Nate McMaster f9c309dd71
Merge branch 'release/2.2' 2018-08-28 11:03:48 -07:00
Nate McMaster f8f2ee8202
Merge branch 'release/2.2' 2018-08-28 10:59:06 -07:00
ASP.NET CI 5bc1889d4e Updating submodule(s)
EntityFrameworkCore => 0ffef54f5b545e415a5ea921e127e29973994abc
MetaPackages => e08d987cb3
Mvc => 10e1b619c3
MvcPrecompilation => f1a257c1d1
Scaffolding => 1efb86982667c19a1f06fbb91ad9ae781623c91f

[auto-updated: submodules]
2018-08-28 17:56:55 +00:00
Stephen Halter 89f4850883
Avoid throwing the same exception instances in parallel (#2859) 2018-08-28 10:56:46 -07:00
Justin Kotalik d2109e3513 Merge branch 'merge/release/2.1-to-release/2.2' into release/2.2 2018-08-28 10:55:11 -07:00
Pranav K f1a257c1d1
Merge pull request #289 from aspnet/release/2.1
Skip some flaky tests
2018-08-28 10:52:06 -07:00
Nate McMaster e08d987cb3
Merge branch 'release/2.1' into release/2.2 2018-08-28 10:51:38 -07:00
Nate McMaster 5f89835420
Merge branch 'release/2.1' into release/2.2 2018-08-28 10:33:12 -07:00
ASP.NET CI 0dd8262f12 Updating submodule(s)
EntityFrameworkCore => b42485893d62530bbec0166a099fb0624b161e07

[auto-updated: submodules]
2018-08-28 17:27:58 +00:00
Nate McMaster 10e1b619c3
Merge branch 'release/2.1' into release/2.2 2018-08-28 10:27:03 -07:00
ASP.NET CI bf88509d99 Updating submodule(s)
IISIntegration => 037482829d
Mvc => 5a4fd3e792
MvcPrecompilation => 64b65b6991
SignalR => 04c606d55f
Templating => 9c28f95b12

[auto-updated: submodules]
2018-08-28 10:22:51 -07:00