Commit Graph

37440 Commits

Author SHA1 Message Date
ASP.NET CI 4e7c62e923 Updating submodule(s)
HttpAbstractions => fc6ac2361e

[auto-updated: submodules]
2018-10-05 08:06:18 -07:00
Jo Ham fc6ac2361e Fix Typo (#1044) 2018-10-05 07:52:15 -07:00
alenros d414ed107f updated MSRC link 2018-10-05 14:46:52 +01:00
simpman4 88cd4573a6 Added a "." to the end of ln. 41 2018-10-05 14:45:48 +01:00
analyticsdriven 08530dfc62
Update README.md 2018-10-04 20:52:03 -05:00
ASP.NET CI a4dedf3081 Updating submodule(s)
Logging => 0e8362bc9b706a18270393fb747c02b43984815a

[auto-updated: submodules]
2018-10-04 18:29:09 -07:00
ASP.NET CI 587fa32677 Updating submodule(s)
KestrelHttpServer => f91ae20a3c
Logging => 2ff997f71ad72420fa5a162e57483cd163008124

[auto-updated: submodules]
2018-10-05 00:30:26 +00:00
ASP.NET CI 6741cc6bf1 Updating submodule(s)
KestrelHttpServer => 3a31213b9f

[auto-updated: submodules]
2018-10-04 17:25:20 -07:00
Stephen Halter 730564d32b
React to aspnet/Logging#884 (#1450) 2018-10-04 16:53:54 -07:00
Stephen Halter 3a31213b9f Merge branch 'release/2.2' 2018-10-04 16:50:30 -07:00
Stephen Halter f91ae20a3c
Improve RequestAborted token handling (#2977)
- Improve test reliability of tests verifying the RequestAborted token gets tripped
- Once the response body is completed, don't fire the token for that request even if it is accessed later on.
2018-10-04 16:48:50 -07:00
ASP.NET CI b1c0862360 Updating BuildTools from 3.0.0-alpha1-20181003.3 to 3.0.0-alpha1-20181004.7
[auto-updated: buildtools]
2018-10-04 23:31:25 +00:00
ASP.NET CI df24b8225c Updating submodule(s)
Mvc => 72e93d82ce
Razor => 71ed050fa4
Scaffolding => aeda7064f20f781b3f680c6796e0d9f2baf3bf71

[auto-updated: submodules]
2018-10-04 23:31:13 +00:00
Doug Bunting 72e93d82ce
Merge pull request #8553 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-04 16:23:43 -07:00
Nate McMaster b4fbc1a6e3
Merge branch 'release/2.2' 2018-10-04 16:08:21 -07:00
Nate McMaster 71ed050fa4
Merge branch 'release/2.2' 2018-10-04 16:05:50 -07:00
Doug Bunting 5a5bb47860
Merge branch 'master' into merge/release/2.2-to-master 2018-10-04 16:04:25 -07:00
ASP.NET CI fc5c1e2f2c Updating submodule(s)
KestrelHttpServer => b3f9f38ac6

[auto-updated: submodules]
2018-10-04 23:01:48 +00:00
Stephen Halter b3f9f38ac6 Test LibuvConstants.IsConnectionReset 2018-10-04 15:40:09 -07:00
Andrei Amialchenia df2ad98743 Use logical 'or' instead of bitwise in IsConnectionReset method. (#2983) 2018-10-04 15:37:24 -07:00
ASP.NET CI a59c61a976 Updating BuildTools from 2.2.0-preview2-20181004.4 to 2.2.0-preview2-20181004.6
[auto-updated: buildtools]
2018-10-04 22:30:08 +00:00
ASP.NET CI 2c1e15cdaf Updating submodule(s)
Mvc => 5bddd226a3

[auto-updated: submodules]
2018-10-04 22:29:57 +00:00
Doug Bunting 5bddd226a3
Use Internal.AspNetCore.Sdk as an MSBuild SDK
- should resolve issues with occasional strange MSBuild caching issues in this repo
- modeled after aspnet/Scaffolding#905
- follows aspnet/BuildTools#729 recommendation to check in global.config file
  - see also Microsoft/msbuild#2914
- use newer KoreBuild
  - `.\build.cmd -update /t:noop`
2018-10-04 15:12:38 -07:00
ASP.NET CI 987f07e163 Updating submodule(s)
EntityFrameworkCore => 914357eb62e434be250f3a4f22d3b8a5a080f1a4
Razor => 82276ece2f

[auto-updated: submodules]
2018-10-04 21:59:11 +00:00
Nate McMaster 82276ece2f
Use the Microsoft400 code-signing cert for the Razor VSIX assembly 2018-10-04 14:50:26 -07:00
ASP.NET CI 5ec26815ac Updating BuildTools from 2.2.0-preview2-20181004.1 to 2.2.0-preview2-20181004.4
[auto-updated: buildtools]
2018-10-04 13:47:51 -07:00
ASP.NET CI 6450e4bd7d Updating submodule(s)
EntityFrameworkCore => c599721a3f9bcc71a35f7e363bcb1e46ef92d8ba
KestrelHttpServer => 35d35f22a3
Mvc => 153165f9ad

[auto-updated: submodules]
2018-10-04 13:47:41 -07:00
Pranav K 153165f9ad
Handle OPTIONS requests without a handler in Razor Pages (#8528)
* Handle OPTIONS requests without a handler in Razor Pages

Fixes #7438
2018-10-04 12:25:36 -07:00
Nate McMaster b0b65a530a
Support using Internal.AspNetCore.Sdk as an MSBuild SDK (#1452)
* Add Microsoft.AspNetCore.BuildTools.ApiCheck as an external dependency
* Move the global.json files temporarily to avoid loading the wrong version of Internal.AspNetCore.Sdk
2018-10-04 11:07:06 -07:00
ASP.NET CI 007331f8eb Updating submodule(s)
EntityFrameworkCore => 8ae3ec7f6f2ad71e561c7d4a851e5484f6ebfa70

[auto-updated: submodules]
2018-10-04 11:02:09 -07:00
ASP.NET CI ff414f3c43 Updating submodule(s)
IISIntegration => 8ea346d98e

[auto-updated: submodules]
2018-10-04 10:29:48 -07:00
Ryan Brandenburg 8ea346d98e Merge branch 'merge/release/2.2-to-master' 2018-10-04 10:13:26 -07:00
ASP.NET CI 0a90ccbc58 Updating submodule(s)
Mvc => 523b2223ad

[auto-updated: submodules]
2018-10-04 16:51:38 +00:00
Pranav K 523b2223ad
Merge pull request #8551 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-04 09:46:45 -07:00
Chris Ross (ASP.NET) 35d35f22a3 Disallow any frames after a reset is received #2154 2018-10-04 09:40:21 -07:00
ASP.NET CI 6b92579bed Updating submodule(s)
Identity => 042b6ecaf2

[auto-updated: submodules]
2018-10-04 16:36:40 +00:00
Nate McMaster 042b6ecaf2
Fix version suffix in version.props 2018-10-04 09:31:16 -07:00
Nate McMaster 5d261e46ce
Support checked-in global.json files 2018-10-04 09:26:44 -07:00
Doug Bunting 39dff62893
Slight change for `master` branch 2018-10-03 22:32:42 -07:00
ASP.NET CI 24e14c9870 Updating submodule(s)
Mvc => e2594c6a2b

[auto-updated: submodules]
2018-10-03 22:25:35 -07:00
Doug Bunting e2594c6a2b
Merge branch 'dougbu/no.more.dev' into release/2.2 2018-10-03 21:55:24 -07:00
ASP.NET CI 628a3821bd Updating submodule(s)
Mvc => 94101a9cde

[auto-updated: submodules]
2018-10-03 21:53:04 -07:00
James Newton-King 94101a9cde
Add PageRouteTransformerConvention (#8541) 2018-10-04 17:34:26 +13:00
ASP.NET CI 3c6fc9cdd1 Updating submodule(s)
Mvc => d30678e08e

[auto-updated: submodules]
2018-10-03 20:46:36 -07:00
Doug Bunting 8ad2da9da3
Quick fix: Remove dangling mentions of `dev` branches 2018-10-03 20:25:17 -07:00
James Newton-King d30678e08e
Merge branch 'merge/release/2.2-to-master' 2018-10-04 16:17:48 +13:00
ASP.NET CI a9e4de9ebb Updating submodule(s)
SignalR => 4aad2c4802

[auto-updated: submodules]
2018-10-03 20:16:00 -07:00
BrennanConroy 4aad2c4802
Merge pull request #3063 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-03 20:05:00 -07:00
ASP.NET CI 27aab9b9e2 Updating submodule(s)
SignalR => 2ccf79a912

[auto-updated: submodules]
2018-10-03 19:31:46 -07:00
BrennanConroy 2ccf79a912
[Java] Pass Url to transport start so we can reuse the transport (#3051) 2018-10-03 19:10:29 -07:00