Commit Graph

27748 Commits

Author SHA1 Message Date
Andrew Stanton-Nurse b4046b5ed8
Fix #1989 by adding a 'binding failure' pseudo-message (#2064) 2018-04-17 20:08:07 -07:00
ASP.NET CI 6f2df6c78b Updating BuildTools from 2.1.0-rc1-15770 to 2.1.0-rc1-15771
[auto-updated: buildtools]
2018-04-17 19:47:17 -07:00
ASP.NET CI 2d316fcd86 Updating submodule(s)
SignalR => 391c281194

[auto-updated: submodules]
2018-04-17 19:47:04 -07:00
James Newton-King 391c281194
Capture server logs in tests (#2029) 2018-04-18 14:39:08 +12:00
Ryan Nowak 2c6ae20e11 Update Roslyn version numbers
Updates the version numbers of Roslyn to match what will be available on
nuget.org for our RC.
2018-04-17 21:15:13 -04:00
Nate McMaster 5858c4cbc4
Merge branch release/2.0 2018-04-17 16:45:35 -07:00
Nate McMaster 95cd76abdd
Fix package category for shipoob packages 2018-04-17 16:44:40 -07:00
Nate McMaster 2f91599af9
Upgrade to System.Security.Cryptography.Xml 4.4.2 2018-04-17 15:54:56 -07:00
Nate McMaster 7089f16859
Update to include Kestrel patch changes 2018-04-17 15:47:38 -07:00
Nate McMaster c376dab2b6
Fixup submodule branches 2018-04-17 15:38:50 -07:00
James Newton-King 61cce236fc
Derp 2018-04-18 10:37:23 +12:00
Nate McMaster cba1e5b166
Add Microsoft.AspNetCore.AzureKeyVault.HostingStartup as a shipping package 2018-04-17 15:37:06 -07:00
Nate McMaster 5d96a48638
Prepare 2.0.8 patch 2018-04-17 15:37:06 -07:00
James Newton-King 0f0b9a73c1
Logger thread safety? 2018-04-18 10:13:12 +12:00
James Newton-King 1fc4a4916f
Merge branch 'release/2.1' into jamesnk/test-server-logging 2018-04-18 09:46:46 +12:00
James Newton-King 6842ae307f
Undo dev changes 2018-04-18 09:46:21 +12:00
ASP.NET CI 3a95662f52 Updating submodule(s)
AADIntegration => be1337c73e
Antiforgery => 2843f8cfc5
AuthSamples => 41ad654a26
AzureIntegration => 0cb45afdaa
BasicMiddleware => f9619367fc
BrowserLink => ee68c6ae8cd2fbd0c189bcb2099d9a10257c75ac
Caching => 08266190ce3a1c6821bcd08c433959ddd3c18300
Common => 3bd7db49aecd435bf958d2952f4cd3f91ed13115
Configuration => 645b8237533e5152f19798a55d1ebf7f927b32ee
CORS => 8ee8c84288
DataProtection => ba3cf559bd
DependencyInjection => aaab2f53c44a066611ec90a7514f6dcb26fbbbf1
Diagnostics => 89b25723db
DotNetTools => 3385cfea1b
EntityFrameworkCore => 818a210c444ef5d886460cbd9c4117620939f1f2
EventNotification => 46ff2a47a41fd265669f3cfcca2d4742266eca69
FileSystem => 2ce0323e3df2f94352c6f28c895a6a617827b49e
Hosting => 7644204569
HtmlAbstractions => 6c2432e544
HttpAbstractions => e7055a11ae
HttpClientFactory => 3fc98d44ca3e35508903bcf6729c047b5418b556
HttpSysServer => 6ce8b74ea4
Identity => 9b2a7d35f4
IISIntegration => 03c5357ee2
JavaScriptServices => 8ddacb8b73
JsonPatch => 40d5c7f839
KestrelHttpServer => 9662e2bd01
Localization => 979c8f01e0
Logging => b2c4d45da6603279aad4064d32d1c1daef1749e7
MetaPackages => 750fd873d1
Microsoft.Data.Sqlite => 466a4802116ae581a9a6947c03889e4d59836a6f
MusicStore => 23d7955517
Mvc => e781cd38cf
MvcPrecompilation => f08b4a7b0b
Options => 22d2d52a3047706537064124283fd4159c92033a
Proxy => 10420007ce449eb33d76cd8452cd681018c502df
Razor => dc997821cc
ResponseCaching => 532af71577
Routing => f4e57be575
Scaffolding => b0eec6c5a823e7f2d9a8c9f91105b315e832b1d8
Security => 30493e2fd6
ServerTests => da33bd257a
Session => a9f6f3bb3d
SignalR => 31debcbf9f
StaticFiles => bf0e4f8fb5
Templating => 718989b820
Testing => 807e41b008c9797c737649964f63c08d40063ce4
WebHooks => eecaac30c56c49db22124667fa28170d34df577e
WebSockets => 07dddce092

[auto-updated: submodules]
2018-04-17 14:06:54 -07:00
Ryan Brandenburg 03c5357ee2 Branching for 2.1.0-rc1 2018-04-17 14:01:40 -07:00
Javier Calvarro Nelson e781cd38cf [Fixes #7635] Provide a way to configure HTTP Client instances 2018-04-17 12:52:56 -07:00
Javier Calvarro Nelson e0b4c13895 [Fixes #7587] Default to Development environment in tests 2018-04-17 12:52:51 -07:00
Ryan Brandenburg a2b2c1810e
Merge pull request #1075 from aspnet/rybrande/MergeDevIntoRelease21
Merge dev into release21
2018-04-17 12:42:48 -07:00
Doug Bunting e0e96ce53b
Include parameter type's attributes in ModelMetadata
- #7595
- #7595 relates to #7350 but does not have the same root cause
  - did _not_ revert the src changes in #7350 fix (d995b0418a)
- make non-`[Obsolete]` `ModelAttributes` constructor overload `internal`
  - should generally use `static` methods and not any constructor
  - change some unit tests to use `[Obsolete]` constructor overloads (with suppressions)
- fix test `ParameterBinderExtensions` to use current `ParameterBinder.BindModelAsync(...)` overload
  - found some tests updated `IModelMetadataProvider`, `MvcOptions`, etc. instances but didn't register them in DI
- extend `ModelBindingTestHelper` and `ModelBindingTestContext`
  - reorder some tests to use correct `MvcOptions` and `IModelMetadataProvider` everywhere
  - fixes above issues

nits:
- take a few VS suggestions
- remove an old comment indended only for PR "Reviewers:"
2018-04-17 12:40:38 -07:00
Javier Calvarro Nelson e06b1fd690 [Fixes #1242] Moves IStartupConfigureServicesFilter and IStartupConfigureContainerFilter interfaces to the internal namespace 2018-04-17 12:31:09 -07:00
Ryan Brandenburg 9f6531b547 Fix script target 2018-04-17 12:26:08 -07:00
Ryan Brandenburg a32e7dc18b Adapt dev to release/2.1 2018-04-17 12:24:03 -07:00
Ryan Brandenburg b4946fc638 Bring modules back to release/2.1 versions 2018-04-17 12:16:10 -07:00
Ajay Bhargav Baaskaran dc997821cc Added nuspec and symbols.nuspec files to Razor.Design 2018-04-17 11:07:34 -07:00
Andrew Stanton-Nurse 31debcbf9f
Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
Ryan Brandenburg 14fa14b5d3 2.2.0 2018-04-17 09:48:24 -07:00
Nate McMaster d44982b166
Update GenerateTags.ps1 script 2018-04-17 09:08:47 -07:00
James Newton-King 707d79d3a1
Comment 2018-04-17 21:28:06 +12:00
James Newton-King 9f526b74af
This time? 2018-04-17 21:09:16 +12:00
James Newton-King 259dd04c99
Fix weird NRE 2018-04-17 20:58:18 +12:00
James Newton-King 8985fee4b5
Merge 2018-04-17 20:39:19 +12:00
David Fowler 9d8b83e6b3 Updated version to 1.1.0 preview1 2018-04-17 01:12:51 -07:00
David Fowler 8d8a546a3f Merge branch 'release/2.1' into dev 2018-04-17 00:50:10 -07:00
David Fowler 05d6bbb782
Flush first long poll immediately (#2032)
There was a race condition between the first poll and any other http request that was sent. 
In particular, if you called StartAsync then StopAsync it was possible for the delete to happen before the poll started leading to 400 errors. This change fixes that by making the very first poll
return immediately so that the client can use that to determine if there was an error connecting.
2018-04-17 00:49:26 -07:00
James Newton-King 8241acf3a1
Boop 2018-04-17 18:00:04 +12:00
James Newton-King 818497de64
Improvements 2018-04-17 16:57:55 +12:00
Pavel Krymets 7a3c260394 Merge branch 'pakrym/correct-merge' into dev 2018-04-16 21:22:20 -07:00
Pavel Krymets a83869dbb3 Merge remote-tracking branch 'origin/release/2.1' into HEAD 2018-04-16 21:20:13 -07:00
James Newton-King 177f5d91ef
Merge pull request #2052 from aspnet/release/2.1
Move HubException and add serialization ctor (#2049)
2018-04-17 14:12:02 +12:00
James Newton-King d35bcea0a5
Move HubException and add serialization ctor (#2049) 2018-04-17 14:10:42 +12:00
Ryan Brandenburg 07dddce092 Branching for 2.1.0-rc1 2018-04-16 17:04:05 -07:00
Ryan Brandenburg 718989b820 Branching for 2.1.0-rc1 2018-04-16 17:03:27 -07:00
Ryan Brandenburg bf0e4f8fb5 Branching for 2.1.0-rc1 2018-04-16 17:03:13 -07:00
Ryan Brandenburg e15d1ec255 Update version number to 2.2.0 2018-04-16 17:03:02 -07:00
Ryan Brandenburg b2a6bb0806 Merge branch 'release/2.1' into dev 2018-04-16 17:03:01 -07:00
Ryan Brandenburg 25635923c8 Branching for 2.1.0-rc1 2018-04-16 17:02:57 -07:00
Ryan Brandenburg a9f6f3bb3d Branching for 2.1.0-rc1 2018-04-16 17:02:38 -07:00