Doug Bunting
141b637d20
Bump `MemoryPoolHttpResponseStreamWriter` buffer size up to 16K `char`s
...
- #3516
- fix tests that relied on otherwise-unused `HttpResponseStreamWriter.DefaultBufferSize`
2017-04-23 16:15:58 -07:00
Kiran Challa
68866f8716
Added functional tests for JsonPatch
2017-04-23 09:09:08 -07:00
Kiran Challa
7d0770b0e4
Revert "Temporarily remove `dotnet run` argument separator"
...
This reverts commit 5f9fa5c009 .
2017-04-23 08:32:58 -07:00
David Fowler
7a9de7cf6e
React to Hosting changes
2017-04-22 11:06:40 -07:00
David Fowler
58cc0bc3f9
Fix the configuration key name for PreferHostingUrls ( #1034 )
2017-04-22 10:12:16 -07:00
David Fowler
5472763fc2
Added feature to control http body behavior ( #821 )
...
* Added feature to control http body behavior
- Added a flag to allow synchronous IO
2017-04-22 02:52:40 -07:00
David Fowler
650a3ccc26
Pass exception to Complete ( #1739 )
2017-04-21 23:31:59 -07:00
Ryan Nowak
da5c304f5d
Temporarily deativate API Check
2017-04-21 19:42:04 -07:00
Chris R
b7ed993d9d
Remove obsolete Azure ForwardedHeaders workaround. ( #359 )
2017-04-21 19:02:11 -07:00
Chris R
1ade06fd34
#190 Change RequireHeaderSymmetry default to false, improve consistency. ( #226 )
2017-04-21 19:01:37 -07:00
Pranav K
ca017eced2
Add page to AnchorTagHelper and FormTagHelper
...
Fixes #6088
2017-04-21 18:12:54 -07:00
Pranav K
f568d3c2bc
Support finding "sibling" pages when using RedirecToPage
...
Fixes #6083
2017-04-21 18:12:52 -07:00
Pranav K
fb12815786
Remove System.Reflection.Metadata
2017-04-21 18:10:45 -07:00
Ryan Nowak
297196baa0
Design updates to handler methods and binding
...
Implements #6091 , #6072 , #6090 , #5927
2017-04-21 17:29:25 -07:00
Ryan Brandenburg
908b4c8d62
FormAction from QueryString
2017-04-21 15:04:37 -07:00
John Luo
d9661ed70d
Un-revert changes for static WebHost API
...
Keeping the same netstandard1.3 TFM so as to not break apps targeting net46.
2017-04-21 14:06:20 -07:00
Ajay Bhargav Baaskaran
52c4abee9b
Fix build break
2017-04-21 13:38:39 -07:00
David Fowler
a749939be4
Clean up libuv connection ( #1726 )
...
* Clean up libuv connection
- Cancel all pending flushes on the input writer before
disposing the stream handle.
- Complete the pipe before disposing the socket
- Added logging for connection pause/resume.
- Added test
2017-04-21 13:13:05 -07:00
David Fowler
feb9d1281e
Tweak libuv shutdown sequence ( #1735 )
...
* Tweak libuv shutdown sequence
- Increase timeouts for thread and listener shutdowns
- Remove post.Unreference call from AllowStopRude
2017-04-21 13:12:37 -07:00
Ajay Bhargav Baaskaran
8eac7c2d6c
[ Fixes #6117 ] Added RedirectToPage overloads to Controller
2017-04-21 12:19:35 -07:00
Kiran Challa
7dff704c34
Unskipped Nano server's standalone tests
2017-04-21 12:15:19 -07:00
Ajay Bhargav Baaskaran
4e2cd0c2d6
Finish writer implementation of the remaining IR nodes and added tests
...
- SetTagHelperPropertyIRNode
- ChecksumIRNode
- UsingStatementIRNode
- Preallocated attributes target extension
- HtmlAttributeIRNode and friends
- Design time directive helper target extension
- Removed renderers and rendering conventions
- Regenerated IR baselines
Issue - #846 and #1051
2017-04-21 11:46:34 -07:00
N. Taylor Mullen
83faaebdb6
Upgrade Roslyn dependency to 2.0.0.
...
- Added C# 7 unit and functional test to validate features work end-to-end.
#6149
2017-04-21 11:41:31 -07:00
N. Taylor Mullen
1696e2aebf
Upgrade Razor's Roslyn dependency to 2.0.0.
...
- Added C# 7 test to validate questionable features work end-to-end.
- Had to add several explicit package references to let our VS specific packages work as expected.
#1046
2017-04-21 11:40:21 -07:00
David Fowler
383a13f1f9
Remove unused dependency ( #1032 )
2017-04-21 10:37:35 -07:00
Pranav K
6b96a38dc8
Revert "Set MvcRazorExcludeRefAssembliesFromPublish to false to fix build break temporarily"
...
This reverts commit 69e2fa82eb .
2017-04-21 09:37:20 -07:00
Ryan Brandenburg
9daa61084e
Make DataStoreErrorLogger._log static
2017-04-21 09:26:04 -07:00
Nate McMaster
31635abf6b
Resolve warnings about duplicate imports of Microsoft.Common.targets
2017-04-21 08:54:29 -07:00
Christopher Dresel
025870e8b9
Fix #6159 - Fix deep copy for ControllerModel and ActionModel
2017-04-21 07:41:14 -07:00
David Fowler
dcea15dba7
Skipped newly failing AddressRegistration tests failing tests on OSX and Linux ( #1732 )
...
* Unblock CI
2017-04-21 01:54:44 -07:00
Kiran Challa
e606844509
Unskipped standalone functional tests
2017-04-21 01:43:48 -07:00
Kiran Challa
51f77ea7f3
Workaround: On xplat machines, provided executable permission to published standalone application executable
2017-04-20 23:56:29 -07:00
Mike Harder
10775adf5b
Revert "Adds new WebHost API for creating IWebHost & IWebHostBuilder with defaults:"
...
This reverts commit 55d50b2d41 .
2017-04-20 18:47:00 -07:00
Mike Harder
992407fb35
Revert "Update build targets and clean up"
...
This reverts commit 587985b497 .
2017-04-20 18:46:34 -07:00
Ryan Brandenburg
5a184df808
Remove Binder from Page and PageModel
2017-04-20 17:54:50 -07:00
John Luo
587985b497
Update build targets and clean up
2017-04-20 17:17:57 -07:00
Kiran Challa
f4d84f50cd
Upgrading Moq to 4.7.1
2017-04-20 17:07:50 -07:00
damianedwards
55d50b2d41
Adds new WebHost API for creating IWebHost & IWebHostBuilder with defaults:
...
- #24
2017-04-20 16:55:56 -07:00
Hao Kung
7f421a0403
Update tests
2017-04-20 16:50:15 -07:00
Kiran Challa
95aadb3f4f
removed dead code
2017-04-20 16:47:26 -07:00
Kiran Challa
2388cca5ac
Workaround for issue https://github.com/aspnet/Routing/issues/390
2017-04-20 16:47:26 -07:00
Stephen Halter
a14eabce9a
RequestTests and ResponseTests cleanup ( #1723 )
2017-04-20 16:33:05 -07:00
Andrew Stanton-Nurse
fc54ffc96e
fix build
2017-04-20 16:06:15 -07:00
Hao Kung
bc757faeba
Add GetExternalAuthenticationSchemes back
2017-04-20 15:46:20 -07:00
Hao Kung
4f20655850
Set DisplayName for auth
2017-04-20 14:19:32 -07:00
Andrew Stanton-Nurse
64e9cba14d
fix build broken by PlatformAbstractions ( #409 )
2017-04-20 14:17:45 -07:00
N. Taylor Mullen
c25aadf599
Enable page directive to handle malformed text.
...
- Made a targeted fix to PageDirective that stops it from crashing Visual Studio when its malformed.
- Added unit test to validate PageDirective didn't throw when attempting to determine if something was a page.
- Added an integration test to validate malformed page tags can make their way through the entire Razor pipeline and don't destroy the rest of the content.
#1247
2017-04-20 14:05:54 -07:00
Hao Kung
ea3becb3ca
Reenable APICheck
2017-04-20 13:48:26 -07:00
N. Taylor Mullen
715aa9bcae
Fix cross plat tests for TagHelperBinderSyntaxTreePassTest.
2017-04-20 13:33:00 -07:00
Pranav K
9fe480f735
Add LazyReferenceMetadataFeature
2017-04-20 13:05:50 -07:00