Commit Graph

36597 Commits

Author SHA1 Message Date
Luke Latham b3db95eb2d Change 'create' to 'delete' in message 2018-10-21 13:38:59 -07:00
James Newton-King fbfbc35b11
Merge pull request #884 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-22 09:09:21 +13:00
Gert Driesen 2081160678 Improve performance and reduce allocations of TemplateSegment (#856) 2018-10-22 08:35:35 +13:00
Gert Driesen 0f90a15cf1 Use Array.Clone() to copy arrays, and avoid copy where applicable (#855) 2018-10-22 08:34:11 +13:00
James Newton-King 96953546e3
Merge pull request #878 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-22 08:29:41 +13:00
ASP.NET CI 2a49c13f99 Updating submodule(s)
EntityFrameworkCore => d578217479b3a09fc8f5639e19b618c80b1df6d3

[auto-updated: submodules]
2018-10-21 19:04:12 +00:00
ASP.NET CI e4ee2eac21 Updating submodule(s)
EntityFrameworkCore => 46dafe548f060279023440938d804d5b199d3b34

[auto-updated: submodules]
2018-10-21 12:04:08 -07:00
ASP.NET CI e3aa8ae0cc Updating submodule(s)
Routing => 42914d93ca

[auto-updated: submodules]
2018-10-21 00:05:15 -07:00
ASP.NET CI 74b9f43472 Updating submodule(s)
Routing => 9fde13090c

[auto-updated: submodules]
2018-10-21 07:05:09 +00:00
Gert Driesen 42914d93ca Declare out variables inline, and use discards (#873) 2018-10-21 14:05:05 +13:00
ASP.NET CI b093146b5d Updating submodule(s)
Routing => 3c9086e3d0

[auto-updated: submodules]
2018-10-20 19:04:56 +00:00
Ryan Nowak 9fde13090c
Merge pull request #876 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-20 12:02:59 -07:00
Gert Driesen 3c9086e3d0 Improve performance and reduce allocations in DecisionTreeBuilder<T>. 2018-10-20 11:30:03 -07:00
ASP.NET CI 897569784d Updating BuildTools from 3.0.0-alpha1-20181018.6 to 3.0.0-alpha1-20181019.6
[auto-updated: buildtools]
2018-10-20 07:05:14 +00:00
ASP.NET CI 1db4aabe6f Updating submodule(s)
Razor => baa71375d0
Routing => 61ca323a4a

[auto-updated: submodules]
2018-10-20 07:05:06 +00:00
Ryan Nowak baa71375d0
Add and process notifications for Imports (#2656)
This builds support for tracking the effect of changes to imports on
other documents, and completes our model for being able to keep
generated code up to date.
2018-10-19 21:39:43 -07:00
Chris Ross (ASP.NET) 277a5502fd Flush response headers #3031 2018-10-19 18:00:24 -07:00
Ryan Nowak 61ca323a4a Merge branch 'release/2.2' 2018-10-19 17:25:09 -07:00
ASP.NET CI 4b05930dd7 Updating submodule(s)
EntityFrameworkCore => 3ff3469121b3593aa1814c1043a24caf8f607b30
Mvc => 79458c16fd
Razor => 333989af7a
SignalR => b5543a4d79

[auto-updated: submodules]
2018-10-20 00:18:04 +00:00
ASP.NET CI 9b0e3ee805 Updating BuildTools from 2.2.0-preview2-20181019.4 to 2.2.0-preview2-20181019.5
[auto-updated: buildtools]
2018-10-19 17:17:09 -07:00
ASP.NET CI 7beaa5fe6e Updating submodule(s)
Common => 7a2e64a64fa366abf887a50d2cb6f53476b12f2c
Mvc => ddbe0fef26
SignalR => 95ccb1ee52

[auto-updated: submodules]
2018-10-19 17:17:01 -07:00
N. Taylor Mullen 333989af7a Update to use latest completion APIs 2018-10-19 15:10:19 -07:00
N. Taylor Mullen c371fa29fe Make it so the RazorDirectiveCompletionProvider doesn't load extra assemblies in C#.
- Added a layer of indirection to allow for proper Lazy loading of Razor and future async completion specific assemblies.
2018-10-19 15:10:19 -07:00
N. Taylor Mullen 4e24414b7f Update tooling package versions. 2018-10-19 15:10:11 -07:00
BrennanConroy b5543a4d79
Merge pull request #3163 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-19 14:58:53 -07:00
Mikael Mengistu 95ccb1ee52
More Java Docs (#3138) 2018-10-19 14:31:05 -07:00
Nate McMaster dc37a2c23d
Merge branch 'release/2.2' 2018-10-19 14:11:58 -07:00
Nate McMaster 4134e7bcf3
Re-enable repo code signing 2018-10-19 14:08:42 -07:00
Pranav K 79458c16fd
Merge pull request #8626 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-19 13:57:59 -07:00
Patrick Westerhoff ddbe0fef26 Allow custom handling of antiforgery failures
To enable custom handling of antiforgery validation failures, use an
`AntiforgeryValidationFailedResult` which is just a `BadRequestResult`
but allows to be identified explicitly inside always-running result
filters using the `IAntiforgeryValidationFailedResult` marker interface.
2018-10-19 13:47:08 -07:00
Pranav K 8a183bb4f4 Allow serving Razor files with leading underscore
Fixes https://github.com/aspnet/Mvc/issues/8617
2018-10-19 13:43:35 -07:00
ASP.NET CI ed171ac733 Updating BuildTools from 2.2.0-preview2-20181018.5 to 2.2.0-preview2-20181019.4
[auto-updated: buildtools]
2018-10-19 12:56:18 -07:00
ASP.NET CI c78e56608a Updating submodule(s)
EntityFrameworkCore => bb7e7c4fa3f4c1831420c65e6212b787d084b1cb
HttpClientFactory => 6619149a5d84bd0b60abf3c3f2abc7b334426fa1
HttpSysServer => 30870b34c0
IISIntegration => f1ce94a2cf
KestrelHttpServer => 23a4e11261
Logging => e30f23cd3ef5ecc41f36b9690f837e9bcdea4da5
Razor => 1eb86af726
SignalR => d82a3e6c99

[auto-updated: submodules]
2018-10-19 12:56:10 -07:00
Pavel Krymets f1ce94a2cf
Add support for building 2.1 based Server.IIS package (#1534) 2018-10-19 12:42:16 -07:00
Chris Ross (ASP.NET) 30870b34c0 Fix abort race in response body tests #451 2018-10-19 12:36:08 -07:00
BrennanConroy d82a3e6c99
Update to new VSTS script (#3162) 2018-10-19 12:29:47 -07:00
Pavel Krymets d3216a66c1
Create a build configuraition to build OOB logging site extension package (#3643) 2018-10-19 12:19:33 -07:00
ASP.NET CI f9116a1f4b Updating BuildTools from 2.1.3-rtm-15827 to 2.1.3-rtm-15828
[auto-updated: buildtools]
2018-10-19 19:18:20 +00:00
N. Taylor Mullen 1eb86af726 Update Razor release/2.2 dependencies. 2018-10-19 12:08:16 -07:00
ASP.NET CI 06378de8d5 Updating submodule(s)
EntityFrameworkCore => 9e01b3ba963b49ca17c53a0e9995734996fbd561
HttpSysServer => 41e1ec67e0
Identity => 2c9e194020
Logging => b9e2a73c8937e5234899c0f8f1b1318f76952ab9

[auto-updated: submodules]
2018-10-19 19:04:31 +00:00
ASP.NET CI b8e33c2c60 Updating submodule(s)
Logging => 8270c545224e8734d7297e54edef5c584ee82f01

[auto-updated: submodules]
2018-10-19 11:36:06 -07:00
Javier Calvarro Nelson 2c9e194020 Merge branch 'dotnet-maestro-bot-merge/release/2.2-to-master' 2018-10-19 11:12:31 -07:00
Chris Ross (ASP.NET) 23a4e11261 Send RST for canceled HTTP/2 writes #3007 2018-10-19 11:03:44 -07:00
Nate McMaster 84ca21ed06
Merge branch 'release/2.2' 2018-10-19 10:26:30 -07:00
Nate McMaster 7f34909708
Include EFCore in real code signing 2018-10-19 10:22:37 -07:00
Justin Kotalik 8b05b859e8
Fix jenkins filename and add VSTS test runs (#1537) 2018-10-19 10:18:11 -07:00
Chris Ross (ASP.NET) 33386e424a Re-enable skipped auth test #474 2018-10-19 09:48:01 -07:00
Chris Ross (ASP.NET) 41e1ec67e0 Merge branch 'release/2.2' 2018-10-19 09:44:48 -07:00
BrennanConroy e68c8025d5
Don't set Redis timeout (#3154) 2018-10-19 09:14:33 -07:00
Pavel Krymets af01ed1715
Shorten log file names (#1536) 2018-10-19 08:51:30 -07:00