Pranav K
98109e362d
Revert "Fix compile failure"
...
This reverts commit bde6cc40bc .
2016-12-22 13:08:58 -08:00
Pranav K
275364463f
Revert "Update to CoreFx 4.4.0-*"
...
This reverts commit 45dcbac069 .
2016-12-22 13:08:04 -08:00
Pranav K
45dcbac069
Update to CoreFx 4.4.0-*
2016-12-22 12:48:17 -08:00
Pranav K
bde6cc40bc
Fix compile failure
2016-12-22 10:20:40 -08:00
Ben Adams
4c0413c804
Implement Stream Flush+FlushAsync fully
...
Streams should pass through the flush and not assume the underlying
Stream's Flush behaviour
2016-12-22 13:40:40 +00:00
Pranav K
1492b41af0
Updating to 4.4 CoreFx packages
2016-12-21 22:57:01 -08:00
Pranav K
ce525150ab
Updating to 4.4 CoreFx packages
2016-12-21 22:55:19 -08:00
Pranav K
7657ea41a3
Updating to 4.4 CoreFx packages
2016-12-21 22:43:57 -08:00
Pranav K
5b8f7c2b2b
Updating to 4.4 CoreFx packages
2016-12-21 22:22:13 -08:00
Pranav K
a42006d295
Workarond type collision
...
Fixes compilation error "The type 'XmlNode' exists in both 'System.Xml.ReaderWriter, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Xml.XmlDocument, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'"
2016-12-21 16:47:14 -08:00
Pranav K
2b50ec99df
Updating to 4.4 CoreFx packages
2016-12-21 16:47:14 -08:00
Pranav K
af82488d60
Updating to 4.4 CoreFx packages
2016-12-21 16:47:09 -08:00
Pranav K
e5ab6bfeb2
Updating to 4.4 CoreFx packages
2016-12-21 16:46:58 -08:00
Pranav K
20a55b8d1f
Updating to 4.4 CoreFx packages
2016-12-21 16:46:46 -08:00
Eilon Lipton
86cc122a44
Merge pull request #5629 from ErikSchierboom/patch-1
...
Add dot to last item to make it more consistent
2016-12-21 16:25:20 -08:00
Pranav K
bdf9d2a2e2
Updating to 4.4 CoreFx packages
2016-12-21 16:16:12 -08:00
Pranav K
5c61ae5f02
Updating to 4.4 CoreFx packages
2016-12-21 16:15:59 -08:00
Michiel Post
2dbfb8839b
Include VaryByOrigin when there are multiple Origins configured ( #84 )
...
Fixes #97
* Added negative test and updated origin to valid origin url
* Fixed tabs and spaces
2016-12-21 15:49:50 -08:00
Kiran Challa
398d4856e3
Reacting to Routing middleware extensions api changes
2016-12-21 14:56:43 -08:00
Cesar Blum Silveira
461caa85f4
Test RequestHeadersTimeout in KestrelServerLimitsTests.RequestHeadersTimeoutValid ( #1268 ).
2016-12-21 13:22:20 -08:00
Ajay Bhargav Baaskaran
c5b7a3f710
Fixed a policheck violation
2016-12-21 11:05:09 -08:00
Kiran Challa
20967cfa76
[ Fixes #367 ] Add extensions on WebHostBuilder for super simple HTTP service application building
2016-12-21 10:04:02 -08:00
Erik Schierboom
448b7eb50a
Add dot to last item to make it more consistent
...
The last item in the related community projects list (MvcDeviceDetector) did not have an ending period character. The other options did, so I have added it.
2016-12-21 13:38:42 +01:00
Kiran Challa
ecdc864e4f
Updated content root of musicstore.standalone to enable debugging in VS
2016-12-20 16:12:49 -08:00
Chris R
f813ee4d97
Adding support for trackAllCaptures ( #178 )
2016-12-20 18:36:10 -05:00
Cesar Blum Silveira
b41c4078bd
Abort connections not closed during shutdown ( #1112 ).
2016-12-20 14:44:34 -08:00
Ryan Nowak
c088a8871d
Getting rid of Advance (part 1)
2016-12-20 12:11:23 -08:00
Ryan Nowak
0d569da92c
Remove unused field
2016-12-20 11:12:18 -08:00
Eilon Lipton
94aaaaf0f9
Update README.md
2016-12-20 10:33:37 -08:00
Eilon Lipton
e268630f1a
Merge pull request #5621 from laskoviymishka/patch-1
...
doc: Add link to comunity device detector package
2016-12-20 10:33:05 -08:00
Ryan Nowak
b8e1fb8011
Add line-mapping support to RazorSourceDocument
2016-12-20 09:06:12 -08:00
Ryan Nowak
b473101927
Fix line endings
2016-12-20 08:56:18 -08:00
N. Taylor Mullen
88d99b06b3
Skip Razor.Evolution tests on Linux and Mac.
...
- Source ranges currently aren't normalized when they're input into the system. Due to how we serialize pieces of the code this breaks cross plat because of newline differences.
- This is a temporary work around to get the build passing cross plat.
2016-12-19 15:03:32 -08:00
Mikael Mengistu
23c0522db9
Added missing copyright and license headers
2016-12-19 14:30:43 -05:00
BrennanConroy
0f1f6273e7
Add AppVeyor and Travis tags
2016-12-19 10:57:42 -08:00
Andrei Tserakhau
348fa77a93
doc: Add link to comunity device detector package
...
see #4877 to more details.
2016-12-19 11:33:39 +03:00
Nate McMaster
06b3ed4413
React to aspnet/DotNetTools#211
2016-12-16 17:13:10 -08:00
Nate McMaster
b9d2ecb4e0
Cleanup console output, removing unuseful logging
2016-12-16 16:16:13 -08:00
Nate McMaster
6ca8127bd6
Add foundation for the testing from packages, not project references
2016-12-16 16:06:30 -08:00
Nate McMaster
705a490acb
Upgrade to VS 2017
2016-12-16 16:04:22 -08:00
Stephen Halter
1b394a1830
Barf even less (and move spec tests in sln)
2016-12-16 15:22:31 -08:00
Pavel Krymets
8b44e8e382
Prevent closure allocations in OnHeartbeat ( #1261 )
2016-12-16 14:42:30 -08:00
Nate McMaster
6f1057a760
Merge branch 'rel/1.0.0-msbuild3' into feature/msbuild
2016-12-16 14:26:23 -08:00
Nate McMaster
15c1bfa717
Branch for RC.3
2016-12-16 14:25:15 -08:00
Nate McMaster
e588c9ea86
⬆️ PrefixSuffix to msbuild4
2016-12-16 14:13:35 -08:00
Hao Kung
ff5a8f33d5
Barf on this policheck.
2016-12-16 12:39:16 -08:00
Nate McMaster
45247e4d9c
Update Microsoft.AspNetCore.Routing.DecisionTree.Sources to use contentFiles
2016-12-15 17:54:10 -08:00
Mike Harder
7bdd98ea69
Enable Server GC for Samples
2016-12-15 16:33:22 -08:00
Mikael Mengistu
c665eef66b
Update SocketsSample to use correct method names
2016-12-15 19:26:40 -05:00
SteveSandersonMS
dcb819f644
Fix port testing logic in tests by being explicit about which interface we're checking
2016-12-15 22:53:12 +00:00