Commit Graph

27748 Commits

Author SHA1 Message Date
Ryan Nowak 4cd24a2b08 Add experimental flag to un-special-case data-
This change allows blazor to opt into treating data- attributes the same
way as normal attributes in the parser.
2018-04-05 15:27:04 -07:00
Ryan Nowak d1c0ab587c Add support for type parameters to class nodes
This change will allow someone extending Razor to use generic type
parameters in generated classes.

There's no user-level extensibility provided here yet, as in there is no
language support for adding type parameters.
2018-04-05 15:26:42 -07:00
Chris Ross (ASP.NET) 5356456766 Simplify test TFMs #82 2018-04-05 14:51:35 -07:00
ASP.NET CI f4c541370c Updating submodule(s)
SignalR => 19b2fea0d8

[auto-updated: submodules]
2018-04-05 21:45:49 +00:00
Andrew Stanton-Nurse 19b2fea0d8
Preserialize for all formats when sending through Redis (#1843) 2018-04-05 13:48:14 -07:00
ASP.NET CI 4f4a9681a2 Updating submodule(s)
EntityFrameworkCore => d7241853e398b9500270a6c0ee95a50d8a3bf9e3
SignalR => 39f693b9ed

[auto-updated: submodules]
2018-04-05 20:34:52 +00:00
Nate McMaster 9f7e295af8
Add task to generate the repo to repo graph (#1036) 2018-04-05 13:24:49 -07:00
David Fowler 39f693b9ed
Found these while looking at a flaky test (#1871)
- Fix crashing test
- Dispose the ClientWebsocket in StopAsync
2018-04-05 12:47:39 -07:00
ASP.NET CI 07e1f194cf Updating submodule(s)
EntityFrameworkCore => 685204c430ec0abc929eb98a520b13883f846d06
IISIntegration => 47c7c1ad8f
SignalR => b9e88923e7

[auto-updated: submodules]
2018-04-05 18:51:27 +00:00
BrennanConroy b9e88923e7
Comment why we set X-Requested-With (#1870) 2018-04-05 11:38:15 -07:00
ASP.NET CI 9b86b02e23 Updating submodule(s)
EntityFrameworkCore => d38d4a0da82f7bcea1f6b068ce6e95f929d1e800

[auto-updated: submodules]
2018-04-05 11:36:17 -07:00
ASP.NET CI 8762f36c03 Updating submodule(s)
DependencyInjection => 4708d11dfe2a3df540578f026fc14d11a4f9ef48
SignalR => 11343ea15d
Templating => a56110bfab

[auto-updated: submodules]
2018-04-05 17:40:35 +00:00
Justin Kotalik 47c7c1ad8f
Disable global loading of RequestHandler for in-process (#732) 2018-04-05 10:36:15 -07:00
ASP.NET CI 7936adbbe9 Updating BuildTools from 2.1.0-preview2-15768 to 2.1.0-preview2-15769
[auto-updated: buildtools]
2018-04-05 10:22:15 -07:00
ASP.NET CI 22dbdd8f83 Updating submodule(s)
Templating => 4236f0e51c

[auto-updated: submodules]
2018-04-05 10:22:06 -07:00
Jass Bagga a56110bfab
Merge pull request #454 from aspnet/release/2.1
Fix AllowedHosts configuration (#452)
2018-04-05 10:09:00 -07:00
Jass Bagga 4236f0e51c
Fix AllowedHosts configuration (#452)
Addresses #451
2018-04-05 10:08:40 -07:00
David Fowler 11343ea15d
Add logging by default to HubConnectionBuilder (#1867)
- Use the AddLogging extension method by default in the HubConnection
- Removed WithConsoleLogger extension methods
- Removed WithLoggerFactory extension method (moved to test only)
- Added WithLogger that uses the new the new ILoggerBuilder
2018-04-05 10:05:07 -07:00
ASP.NET CI 84bac12600 Updating submodule(s)
SignalR => 35b6d81f77

[auto-updated: submodules]
2018-04-05 16:28:14 +00:00
David Fowler 35b6d81f77
Don't dispose on cancellation (#1859)
- We're already disposing now at the end of enumeration
2018-04-05 09:22:46 -07:00
ASP.NET CI 3dfded013b Updating submodule(s)
HttpSysServer => d9c823d3b0

[auto-updated: submodules]
2018-04-05 15:50:04 +00:00
ASP.NET CI 1096a9ae21 Updating submodule(s)
DotNetTools => 344643581a

[auto-updated: submodules]
2018-04-05 09:11:45 +00:00
David Fowler c78df3e261
Added Microsoft.AspNetCore.SignalR.Protocols.Json (#1035) 2018-04-05 01:43:21 -07:00
David Fowler 61c3d0c403
Added Microsoft.AspNetCore.SignalR.Protocols.Json (#1861)
- Fixed package descriptions
- Call AddJsonProtocol from both the SignalR.Core (client and server)
2018-04-05 01:32:10 -07:00
James Newton-King e9db9e64c7
Add streaming benchmarks (#1854) 2018-04-05 20:27:37 +12:00
ASP.NET CI c80b85b50a Updating submodule(s)
DotNetTools => 9b5015d6fe

[auto-updated: submodules]
2018-04-04 23:56:00 -07:00
Nate McMaster 344643581a
Merge branch 'release/2.1' into dev 2018-04-04 23:55:09 -07:00
ASP.NET CI fe111f6c4c Updating submodule(s)
SignalR => f7fc2647de

[auto-updated: submodules]
2018-04-05 06:47:17 +00:00
James Newton-King f7fc2647de
var all the things (#1855) 2018-04-05 18:41:13 +12:00
ASP.NET CI bab2a1063d Updating submodule(s)
Logging => 671af986ec3b46dc81e28e4a6c37a9d0ee283c65
SignalR => e51852d0fc

[auto-updated: submodules]
2018-04-04 22:44:35 -07:00
Nate McMaster 9b5015d6fe
Ensure restore settings and package versions flow into test projects during CI builds 2018-04-04 22:25:34 -07:00
Mikael Mengistu e51852d0fc
Use Anchor tag to normalize urls(#1828) 2018-04-04 21:43:25 -07:00
ASP.NET CI a62212e01d Updating submodule(s)
SignalR => fccc9d1b50

[auto-updated: submodules]
2018-04-05 04:21:55 +00:00
Andrew Stanton-Nurse fccc9d1b50
fix #1815 by disposing linked cts (#1849) 2018-04-04 21:12:21 -07:00
ASP.NET CI fac471a0dc Updating submodule(s)
SignalR => 6b76d1355e
Templating => 609687c460

[auto-updated: submodules]
2018-04-05 03:11:36 +00:00
James Newton-King 6b76d1355e
Add SendAsyncGroup to broadcast benchmarks (#1852) 2018-04-05 14:58:00 +12:00
ASP.NET CI b465d07d11 Updating submodule(s)
SignalR => 32b4d5cc6c

[auto-updated: submodules]
2018-04-04 18:18:32 -07:00
Artak 609687c460
Merge pull request #453 from aspnet/release/2.1
Add supportedAuthentication for NoAuth in templates which have NoAuth…
2018-04-04 18:16:59 -07:00
ASP.NET CI afbc13b314 Updating submodule(s)
Templating => 8a368b5610

[auto-updated: submodules]
2018-04-05 01:15:09 +00:00
Phil Henning 8a368b5610 Add supportedAuthentication for NoAuth in templates which have NoAuth (#443)
* Add supportedAuthentication for NoAuth in templates which have NoAuth

This is to work around an issue in Visual Studio

* Remove spurious ,

* Add supportedAuthentications to F# Web API vs-2017.3.host.json
2018-04-04 18:10:04 -07:00
Ajay Bhargav Baaskaran ae42d7599d Show error if page directive is not at the top of file 2018-04-04 17:27:10 -07:00
BrennanConroy 32b4d5cc6c
Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
ASP.NET CI 5c0586fedf Updating submodule(s)
Templating => 3732d8c718

[auto-updated: submodules]
2018-04-05 00:06:53 +00:00
Jass Bagga 3732d8c718
Revert "Revert "Update jquery-validation-unobtrusive (#421)"" (#447)
This reverts commit a76d51c46b.
2018-04-04 16:57:15 -07:00
ASP.NET CI a4e2aad8ce Updating submodule(s)
EntityFrameworkCore => 0071043d3b1f9e64573273fc6034f7481f05fb5d
KestrelHttpServer => 2ee0d6e337
SignalR => 80f87e7730

[auto-updated: submodules]
2018-04-04 16:04:11 -07:00
BrennanConroy 80f87e7730
Add Handshake timeout to C# Client (#1840) 2018-04-04 15:54:42 -07:00
Chris Ross (ASP.NET) d9c823d3b0 Renable auth tests with new HttpClient #439, ServerTests/#82 2018-04-04 15:36:44 -07:00
ASP.NET CI b9662b7212 Updating submodule(s)
SignalR => 1c7ca7fa3a

[auto-updated: submodules]
2018-04-04 15:14:44 -07:00
David Fowler 490fd088f9 Merge branch 'release/2.1' into dev 2018-04-04 15:02:47 -07:00
David Fowler 924272ad1a Revert "Merged release/2.1"
This reverts commit cf45fac634, reversing
changes made to 313772ef03.
2018-04-04 15:02:20 -07:00