James Newton-King
25aea395da
ah-ha!
2018-04-15 19:10:37 +12:00
James Newton-King
725bb33949
Lazy initialize HttpConnectionContext.Items ( #2027 )
2018-04-15 19:06:13 +12:00
James Newton-King
585bcc3ee0
How about this?
2018-04-15 19:02:56 +12:00
James Newton-King
05739820d2
Test
2018-04-15 18:40:53 +12:00
James Newton-King
9d033aa9f9
Blah
2018-04-15 18:16:23 +12:00
James Newton-King
c835288e84
Suppress web socket closing without handshake
2018-04-15 17:51:31 +12:00
James Newton-King
a13f3f4765
Clean up
2018-04-15 17:11:09 +12:00
James Newton-King
89922a399f
Capture server logs in tests
2018-04-15 14:43:56 +12:00
ASP.NET CI
be48dbe30c
Updating submodule(s)
...
SignalR => ddc905c219
[auto-updated: submodules]
2018-04-14 23:17:24 +00:00
James Newton-King
ddc905c219
Add VerifyNoErrorsScope ( #1972 )
2018-04-15 11:12:21 +12:00
ASP.NET CI
0c79739f60
Updating submodule(s)
...
SignalR => b9e7113c01
[auto-updated: submodules]
2018-04-14 15:03:27 -07:00
James Newton-King
b9e7113c01
Move types out of .Core namespace and make method virtual ( #2024 )
2018-04-15 09:58:33 +12:00
James Newton-King
377ed1b834
JsonHubProtocol and MessagePackHubProtocol version fields now private ( #2023 )
2018-04-15 09:58:05 +12:00
Doug Bunting
cc5ae02b7d
Fix binding & validating dictionaries of non-simple types in jQuery requests
...
- #7423
- retry failed inner bindings with alternate syntax in `ModelStateDictionary`
- use property syntax if first attempt tried index syntax and visa versa
- instantiate `ShortFormDictionaryValidationStrategy` with full `ModelState` keys
- can now provide exact `ModelState` keys that `ModelStateDictionary` used in inner bindings
- normalize model names without a leading period in `JQueryKeyValuePairNormalizer`
nits:
- take a few VS suggestions
2018-04-14 10:41:00 -07:00
ASP.NET CI
d399c2daaf
Updating submodule(s)
...
Mvc => e52933e4e3
[auto-updated: submodules]
2018-04-14 15:15:36 +00:00
Kiran Challa
e52933e4e3
Removed UrlTestEncoder references in tests
...
This is because with the following commit, Routing no longer depends on DI to get a UrlEncoder and always uses UrlEncoder.Default.
4184b2406d
2018-04-14 06:08:20 -07:00
ASP.NET CI
b1b50db8cc
Updating submodule(s)
...
SignalR => 5a77c8be25
[auto-updated: submodules]
2018-04-14 12:29:38 +00:00
James Newton-King
5a77c8be25
API review Microsoft.AspNetCore.SignalR.Internal ( #2022 )
2018-04-15 00:23:26 +12:00
David Fowler
4fe41dc6d0
Increase timeout of test ( #2021 )
...
- Seems like it was possible for the server timeout to happen *before* the invocation happened.
- Added logging to the test
2018-04-14 05:05:49 -07:00
ASP.NET CI
6921f7a8c1
Updating submodule(s)
...
SignalR => d6395a52bc
[auto-updated: submodules]
2018-04-14 11:54:09 +00:00
David Fowler
d6395a52bc
Send delete request after poll ends ( #2020 )
...
* Added test and fixed other test
2018-04-14 04:45:16 -07:00
ASP.NET CI
6594adb2b3
Updating submodule(s)
...
SignalR => 0f8485cafc
[auto-updated: submodules]
2018-04-14 04:14:43 -07:00
David Fowler
0f8485cafc
Renamed class to match the file ( #2019 )
2018-04-14 04:08:26 -07:00
ASP.NET CI
413fec6015
Updating submodule(s)
...
SignalR => e4d0f2980e
[auto-updated: submodules]
2018-04-14 02:14:51 -07:00
James Newton-King
e4d0f2980e
Microsoft.AspNetCore.SignalR.Client refactor ( #2000 )
2018-04-14 21:09:41 +12:00
ASP.NET CI
cf8cfefa4c
Updating submodule(s)
...
AADIntegration => 898b8cec84
EntityFrameworkCore => cddbcfa2564d2ae46ab9338ce6d0ea6d008dc548
HttpClientFactory => 64e9d90776049edf219150f596f59cbdff535967
Identity => ae9aa9ebec
KestrelHttpServer => e30a02cee5
Mvc => 4984dd2cdd
Razor => 95835d6c37
ServerTests => f4493b99bd
SignalR => 3f0a6ebc0d
WebHooks => 13da6ec8ac8bab0b4fc7389dcc9352a4855cf8aa
[auto-updated: submodules]
2018-04-13 21:52:05 -07:00
Ben Adams
e30a02cee5
Less StringValue struct copies for header checks ( #2488 )
2018-04-13 18:21:50 -07:00
Ryan Nowak
d0c949f2d1
Update artifacts.props
2018-04-13 17:58:19 -07:00
BrennanConroy
3f0a6ebc0d
API Review Dependency Injection ( #2015 )
2018-04-13 17:21:48 -07:00
Andrew Stanton-Nurse
1fbb940b82
Remove MSG from SignalR ( #2006 )
2018-04-13 17:08:02 -07:00
Justin Kotalik
f4493b99bd
React to ANCM current addition and organize tests ( #109 )
2018-04-13 17:04:56 -07:00
Javier Calvarro Nelson
4984dd2cdd
Revert "[ Fixes #7587 ] No easy way to change ASPNETCORE_ENVIRONMENT"
...
This reverts commit 22510e1377 .
2018-04-13 16:51:25 -07:00
Javier Calvarro Nelson
86a036cf76
Revert "[ Fixes #7635 ] Provide a way to configure clients in WebApplicationFactory"
...
This reverts commit 1e26571ba6 .
2018-04-13 16:50:38 -07:00
Jass Bagga
ae9aa9ebec
Add AllowAnonymous for resetting password navigation flow ( #1744 )
...
Addresses #1736 and aspnet/templating#448
2018-04-13 16:46:00 -07:00
Andrew Stanton-Nurse
c7f7f36210
API Review for Http.Connections ( #2010 )
2018-04-13 16:35:07 -07:00
Pranav K
95835d6c37
Continue generating RelatedAssemblyPart on assembly if GenerateAssemblyInfo=false
...
Fixes #2257
2018-04-13 16:14:37 -07:00
Pranav K
898b8cec84
Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename
2018-04-13 16:13:44 -07:00
ASP.NET CI
174d0185b2
Updating submodule(s)
...
AzureIntegration => c7486c5f3c
DataProtection => faf2f3f065
EntityFrameworkCore => 5bfb9a099804515d422f1593272de11d25f440fc
HttpClientFactory => f0e32f2b8caa3667aba3938a5a21a039295edb71
Identity => f51af820a5
KestrelHttpServer => 2d51d23697
Logging => 069892b6940050101ad569ba5806138b6d325d21
Mvc => d5e044f693
Razor => 60b6ec047d
Routing => 39f7420c4d
SignalR => d0137a996c
Templating => a9c7c322cb
WebHooks => 24da13d037d2927a2465fc7421fa31852066ef8f
[auto-updated: submodules]
2018-04-13 16:13:05 -07:00
Pranav K
e5d9efbd48
Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename
2018-04-13 16:12:19 -07:00
Javier Calvarro Nelson
1e26571ba6
[ Fixes #7635 ] Provide a way to configure clients in WebApplicationFactory
2018-04-13 16:02:56 -07:00
Javier Calvarro Nelson
22510e1377
[ Fixes #7587 ] No easy way to change ASPNETCORE_ENVIRONMENT
2018-04-13 16:02:56 -07:00
Ajay Bhargav Baaskaran
60b6ec047d
Don't fail the build when ExtensionDependencyChecker fails
2018-04-13 15:55:39 -07:00
Javier Calvarro Nelson
f51af820a5
[ Fixes #1742 , #1722 , #1706 , #1725 , #1688 ] Fixes multiple issues
...
* Update test infrastructure to use the latest bits.
* Add tests for different types of users.
* Logout must redirect instead of just rendering
the page so that the identity in the request gets
properly updated
* Remove IUserFactory and IdentityUserFactory.
* Added tests to verify that the default UI endpoints are not accessible
when the default UI is not enabled.
* Update the user name at the same time when the email is updated.
2018-04-13 15:47:23 -07:00
Kiran Challa
d5e044f693
[ Fixes #7373 ] Assigning to the context's Result property, when implementing IPageFilter, causes an exception
2018-04-13 15:11:44 -07:00
Nate McMaster
faf2f3f065
Attempt to workaround issues with File.Move on NFS file shares ( aspnet/Home#2941 )
2018-04-13 15:08:28 -07:00
BrennanConroy
d0137a996c
Internalize Microsoft.AspNetCore.Http.Connections.Client.Internal ( #2014 )
2018-04-13 15:04:58 -07:00
BrennanConroy
021356bf27
Internalize classes in Http.Connections ( #2013 )
2018-04-13 14:57:37 -07:00
Ajay Bhargav Baaskaran
bfbd286ab6
Remove usages of obsolete APIs
2018-04-13 14:54:35 -07:00
John Luo
2d51d23697
Add file logging to functional tests
2018-04-13 14:53:57 -07:00
Pranav K
8d1de6ec80
Make sure RazorSdk works when BuildingInVisualStudio \ BuildProjectReferences is disabled
...
Fixes #2247
2018-04-13 14:35:04 -07:00