Commit Graph

37701 Commits

Author SHA1 Message Date
Stephen Halter d879518a18 Always complete RequestBodyPipe.Reader (#1893)
* Disable test that leaks blocks in debug builds
* Move some test helpers
2017-06-12 11:11:40 -07:00
Kiran Challa 6304699bf4 Removed Roslyn feed as we are now mirroring these packages 2017-06-12 08:16:11 -07:00
Pranav K c27b07ef3f Use C# 7 features 2017-06-11 22:11:51 -07:00
Steve Sanderson 67ba6271a0 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-11 20:33:23 +01:00
Steve Sanderson a3bcc0d863 Update debugger detection to support Node v8.1+, and stop aborting if debugger messages are unrecognised. 2017-06-11 20:28:14 +01:00
Steve Sanderson 5e7bb0f5c5 Don't log OperationCanceledException every time an HMR client disconnects 2017-06-11 19:57:26 +01:00
Steve Sanderson 8396be24c8 Fix VS2017.3 warning about not specifying TypeScriptToolsVersion 2017-06-11 19:39:46 +01:00
Steve Sanderson 728b18431d In dotnet new templates, only show "npm install" instruction when executing in CLI 2017-06-11 19:28:51 +01:00
Steve Sanderson 32d9bdee6c Merge branch 'rel/2.0.0-preview2' into dev 2017-06-10 14:36:36 +01:00
Steve Sanderson 9a59bccad9 If Node isn't installed, give clear instructions rather than random build errors 2017-06-10 14:11:20 +01:00
Pranav K 1c4b0fcdf3 Code clean up 2017-06-09 22:38:46 -07:00
Pranav K 6961cf9211 Cleanup unused precompilation code 2017-06-09 16:45:43 -07:00
Pranav K a224b1a833 Re-enable desktop tests
* Remove FrameworkSkipCondition to enable desktop tests.
* Remove ConditionalTheory \ ConditionalFact since it's no longer required.
* Replace InlineData with meaningful test names
* Cleanup commented out lines of code
2017-06-09 16:44:48 -07:00
Chris R bc3c4e9f12 #1200 Doc comments for OnRedirectToIdentityProvider 2017-06-09 16:23:47 -07:00
John Luo 8baaf1f0c1 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-09 16:02:54 -07:00
John Luo f6bb49d1ea Merge branch 'rel/2.0.0-preview2' into dev 2017-06-09 15:52:10 -07:00
John Luo d6f2767d1a Update Microsoft.IdentityModel.Clients.ActiveDirectory version to 3.13.9 2017-06-09 15:45:35 -07:00
John Luo 2354d87497 Update Microsoft.IdentityModel.Clients.ActiveDirectory version to 3.13.9 2017-06-09 15:41:06 -07:00
Pranav K b1b7252ddc Merge pull request #6383 from aspnet/rel/2.0.0-preview2
Modify ControllerBase.RedirectToPageResult to call the correct overload
2017-06-09 15:11:23 -07:00
Kiran Challa df967a9b0b Merge branch 'rel/2.0.0-preview2' into dev 2017-06-09 14:40:56 -07:00
Pranav K d92d8cddeb Modify ControllerBase.RedirectToPageResult to call the correct overload 2017-06-09 14:40:29 -07:00
Kiran Challa c7fb5763af Temporarily removed TreatWarningsAsErrors 2017-06-09 14:15:21 -07:00
Mike Harder 42a28308cc Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-09 12:38:05 -07:00
Mike Harder ca24342c09 Remove TreatWarningsAsErrors from common.props (#413)
- Property is automatically set by Internal.AspNetCore.Sdk
2017-06-09 12:37:45 -07:00
Ajay Bhargav Baaskaran f099232ca4 Moved scope writer logic to BasicWriter 2017-06-09 12:10:00 -07:00
Ajay Bhargav Baaskaran 27b73d737b Set correct value style for literal tag helper bound attributes 2017-06-09 12:05:27 -07:00
David Fowler 12917ef0e9 Re-layer the .NET Client into Http and non-Http (#544)
* Re-layer the .NET Client into Http and non-Http
- Moved IConnection to Sockets.Abstractions and removed
HttpConnection and TransportType dependency.
- Renamed Sockets.Client to Sockets.Client.Http
- Renamed Sockets.Common to Sockets.Common.Http
- Renamed Connection to HttpConnection
- Removed HTTP dependency from HubConnection
- Removed tests that were testing connection logic in HubConnection

#518
2017-06-09 08:58:54 -10:00
John Luo 41f211f3a7 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-09 11:51:09 -07:00
Andrew Stanton-Nurse f34e87042c extend timeout and more logging (#183) 2017-06-09 11:26:06 -07:00
Pranav K 9121754d5b Remove use of CompiledViewManfiest 2017-06-09 10:41:55 -07:00
Pranav K e714153782 Update to PackagePublisher 1.0.2-* 2017-06-09 10:29:14 -07:00
Ryan Nowak 503ba669d0 Get rid of Parent from IR node 2017-06-08 19:22:14 -07:00
Mikael Mengistu b171431f5d Fix Downgrade to NETStandard.Library 1.6.1 Warnings 2017-06-08 18:04:40 -07:00
Ryan Nowak 14944a2791 Add collection types for IR children 2017-06-08 17:18:15 -07:00
Ryan Nowak 118fefb7e2 Rename incorrect casing 2017-06-08 17:18:15 -07:00
Ryan Nowak 17800b6055 Fix #1355 Make extension nodes check for their extensions 2017-06-08 17:08:04 -07:00
Mikael Mengistu bdea0f07ef Fix SocketSample group send (#539) 2017-06-08 17:07:30 -07:00
Mikael Mengistu 27979d835f Clean up GroupManager (#542) 2017-06-08 17:06:41 -07:00
Ryan Nowak e05c697c58 Fix #1356 verify diagnostics in integration tests 2017-06-08 17:03:43 -07:00
David Fowler 00343d2b47 Support IOptions<RewriteOptions> (#243)
- Added a test
- Updated the sample to use services
2017-06-08 14:01:04 -10:00
Nate McMaster e7fa69d63c Minor cleanup: remove unnecessary conditional compilation line 2017-06-08 16:40:09 -07:00
Nate McMaster 4d18334573 Target .NET Standard 2.0 2017-06-08 16:37:27 -07:00
Nate McMaster c821301b39 React to Razor changing target frameworks 2017-06-08 16:14:17 -07:00
Pranav K 60d47561b9 Remove manifest generation 2017-06-08 16:13:22 -07:00
Stephen Halter 31e5dfdcf0 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-08 15:09:55 -07:00
Stephen Halter f67a105ff4 Update defaults in KestrelServerLimits doc comments (#1891) 2017-06-08 15:08:49 -07:00
Cesar Blum Silveira 48638cb1cd Merge branch 'rel/2.0.0-preview2' into dev 2017-06-08 15:01:34 -07:00
Cesar Blum Silveira fcc04f8c3d Add request body minimum data rate feature (#1874). 2017-06-08 14:36:03 -07:00
Mikael Mengistu 1d95b577c6 travis + appveyor 2017-06-08 14:23:20 -07:00
Kiran Challa 820ce07906 Revert "Temporarily skip NanoServer's IIS tests"
This reverts commit 249c39e803.
2017-06-08 13:58:49 -07:00