David Fowler
6dc55a0462
Don't preserve the ExecutionContext when dispatching callbacks ( #2861 )
...
* Don't preserve the ExecutionContext when dispatching callbacks
- The layers up stack already preserve and restore the ExecutionContext, there's no need to capture and run for the scheduler callback and cancellation token callback
2018-08-28 09:32:33 -07:00
ASP.NET CI
88e2e230ae
Updating submodule(s)
...
IISIntegration => 4d2e776c41
Mvc => 5e20c313d9
Razor => d0c7d81336
[auto-updated: submodules]
2018-08-28 16:25:24 +00:00
Nate McMaster
42fa04aa87
Add the latest version of Microsoft.AspNetCore.Razor.Design to the offline package cache ( #1316 )
2018-08-28 09:19:56 -07:00
Nate McMaster
6b1d22c581
Add package descriptions for Microsoft.AspNetCore.{App, All} ( #1320 )
2018-08-28 09:19:37 -07:00
Nate McMaster
b206d59612
Prepare 2.1.5 patch
2018-08-28 09:14:43 -07:00
Nate McMaster
3dedfa2f61
Bumping version from 2.1.3 to 2.1.4
2018-08-28 09:07:52 -07:00
Nate McMaster
5a4fd3e792
Bumping version from 2.1.2 to 2.1.3
2018-08-28 09:07:51 -07:00
ASP.NET CI
922e202a45
Updating submodule(s)
...
EntityFrameworkCore => 93fb3f0054892143e8b4a8b6520497dd2476394f
Mvc => 0fcf2448c3
[auto-updated: submodules]
2018-08-27 18:11:34 -07:00
Ryan Nowak
0fcf2448c3
Fix aspnet/Routing#722
...
Exposes a separate change token that will be triggered after action
descriptors have been updated.
2018-08-27 17:24:21 -07:00
ASP.NET CI
f9e75cc287
Updating submodule(s)
...
IISIntegration => 2605b943f3
Mvc => 501df09fd6
[auto-updated: submodules]
2018-08-27 17:20:03 -07:00
Justin Kotalik
2605b943f3
Use only one log file for stdout ( #1334 )
2018-08-27 16:50:16 -07:00
ASP.NET CI
c9f3dd6edc
Updating submodule(s)
...
EntityFrameworkCore => d287fae06ca6573b8650a35f2d109455815b9cc1
[auto-updated: submodules]
2018-08-27 23:48:08 +00:00
ASP.NET CI
9c586d437e
Updating submodule(s)
...
Mvc => 5e20c313d9
[auto-updated: submodules]
2018-08-27 23:33:13 +00:00
Doug Bunting
501df09fd6
Merge remote-tracking branch 'origin/release/2.1' into release/2.2
2018-08-27 16:26:05 -07:00
ASP.NET CI
3ff632a60b
Updating submodule(s)
...
Mvc => 8ed9d0aac2
[auto-updated: submodules]
2018-08-27 23:04:46 +00:00
James Newton-King
8ed9d0aac2
Use Endpoint instead of RouteEndpoint where possible ( #8331 )
2018-08-28 11:00:11 +12:00
ASP.NET CI
07ede6d6cb
Updating submodule(s)
...
EntityFrameworkCore => f156e31cffd48a3df70b3444c1bd7b8a009ff0e9
KestrelHttpServer => b039fb73c4
[auto-updated: submodules]
2018-08-27 22:34:52 +00:00
Ryan Nowak
a634f6b116
add another test
2018-08-27 15:34:37 -07:00
Ryan Nowak
cb0627b28a
Addressing a skipped test
...
I think something that was meant to be revisited in a PR got left
behing. I found this while fixing aspnet/Routing#772 and it seems worth
addressing.
This change removes the hardcoding of action/controller/area in the
data source, and corrects the behavior of required route values when
they aren't in that set.
2018-08-27 15:34:37 -07:00
David Fowler
b039fb73c4
Update README.md
2018-08-27 15:12:29 -07:00
ASP.NET CI
729bc8d356
Updating submodule(s)
...
Identity => 64af0228d6
[auto-updated: submodules]
2018-08-27 20:50:12 +00:00
ASP.NET CI
566b4dc1d6
Updating submodule(s)
...
Common => 0f768ad5a3ca9a5f125125661395d635f6cfad2f
[auto-updated: submodules]
2018-08-27 19:52:07 +00:00
ASP.NET CI
d99c9d78ee
Updating submodule(s)
...
Hosting => 04b365a22f
Logging => 735e2bc733fbf1981dd1bde5f25ae98f54b6ffe3
[auto-updated: submodules]
2018-08-27 12:10:23 -07:00
David Fowler
04b365a22f
Don't hold onto the HttpContext in the HostingLogScope ( #1531 )
...
- Multiple things capture the ExecutionContext, reduce the changes of improperly rooting the HttpContext when we only need a few properties from the request.
2018-08-27 11:59:56 -07:00
ASP.NET CI
7ffce73d54
Updating submodule(s)
...
IISIntegration => 9f49539177
KestrelHttpServer => f70ba53253
[auto-updated: submodules]
2018-08-27 11:24:01 -07:00
Pavel Krymets
9f49539177
Re enable --no-restore ( #1336 )
2018-08-27 11:10:16 -07:00
Stephen Halter
f70ba53253
Fix race when SystemClock is accessed before first heartbeat ( #2851 )
2018-08-27 10:59:29 -07:00
ASP.NET CI
edab7cf4b7
Updating submodule(s)
...
Templating => 9652fbd2b4
[auto-updated: submodules]
2018-08-27 10:23:38 -07:00
Matt Ward
9652fbd2b4
Fix default None items not being removed from ClientApp directory
...
Content MSBuild items from the ClientApp directory are removed from
the project using an MSBuild and then all files are added as None
items. None items that were added by the .NET Core SDK default MSBuild
items were not being removed from the ClientApp directory. This
resulted in duplicate files shown in Visual Studio for Mac. This
affected all the SPA project templates.
Fixes #559
2018-08-27 09:59:00 -07:00
ASP.NET CI
6e5869f31c
Updating submodule(s)
...
Templating => a3b20c57ea
[auto-updated: submodules]
2018-08-27 09:56:47 -07:00
Ryan Brandenburg
a3b20c57ea
Add appsettings.json to EmptyWeb
2018-08-27 09:52:47 -07:00
ASP.NET CI
7672cb7524
Updating submodule(s)
...
IISIntegration => 9b68c5ce89
[auto-updated: submodules]
2018-08-24 22:25:24 -07:00
Pavel Krymets
9b68c5ce89
Add tests for processpath and arguments ( #1331 )
2018-08-24 22:20:28 -07:00
ASP.NET CI
bf084c97b2
Updating submodule(s)
...
IISIntegration => 6ddbfb64b9
[auto-updated: submodules]
2018-08-24 20:25:09 -07:00
Pavel Krymets
6ddbfb64b9
Improve configuration file handling logic ( #1317 )
2018-08-24 20:20:26 -07:00
ASP.NET CI
c6b7374e4a
Updating submodule(s)
...
IISIntegration => 2cbf5bd84e
[auto-updated: submodules]
2018-08-24 17:11:14 -07:00
Justin Kotalik
2cbf5bd84e
Query event logs when verifying event log messages. ( #1323 )
2018-08-24 16:02:04 -07:00
ASP.NET CI
fe35902696
Updating submodule(s)
...
KestrelHttpServer => f6cc980b2c
Mvc => a7301120b1
[auto-updated: submodules]
2018-08-24 21:34:27 +00:00
Nate McMaster
0500d5f7ef
Another attempt to fix the list of agent demands to workaround issues in VSTS
...
#80
2018-08-24 14:28:13 -07:00
Pranav K
a7301120b1
Unwrap filter factories in TypeFilterAttribute & ServiceFilterAttribute
...
Fixes #7855
2018-08-24 14:15:40 -07:00
Nate McMaster
4389297962
Try using a different syntax for queue demands
...
Again, see internal issue #80
2018-08-24 14:12:14 -07:00
Nate McMaster
fe6d5fff03
Fix demand condition to use agent.name
2018-08-24 14:07:06 -07:00
Nate McMaster
63355f13ba
Attempt to fix queue demands
...
See internal issue #80 about demands evaluation
2018-08-24 14:06:17 -07:00
John Luo
f6cc980b2c
Revert "Remove default port tests"
...
This reverts commit 74f4387807 .
2018-08-24 13:55:15 -07:00
ASP.NET CI
5e323e148a
Updating submodule(s)
...
KestrelHttpServer => 64127e6c76
[auto-updated: submodules]
2018-08-24 18:59:59 +00:00
ASP.NET CI
df1d6af76a
Updating submodule(s)
...
SignalR => 118fc0a27f
[auto-updated: submodules]
2018-08-24 11:08:16 -07:00
John Luo
64127e6c76
Implement MaxFrameSize and HeaderTableSize for HTTP/2
2018-08-24 11:07:41 -07:00
Nate McMaster
d9d2130639
Update Microsoft.DotNet.Build.Tasks.Feed to 2.2.0-preview1-03124-01 and increase timeout to 10 minutes
2018-08-24 10:59:36 -07:00
Nate McMaster
118fc0a27f
Fail CI builds if the JDK cannot be found, warn for local builds, and add a flag to completely skip building the Java client
2018-08-24 10:38:58 -07:00
ASP.NET CI
ceb26b18d9
Updating submodule(s)
...
EntityFrameworkCore => 66f10e8726dd26642e43862bf709fdab1836d164
[auto-updated: submodules]
2018-08-24 09:52:02 -07:00