Commit Graph

40898 Commits

Author SHA1 Message Date
Pranav K 035fff8120 Merge branch 'release' into dev 2016-04-06 09:47:09 -07:00
Pranav K 40f45c2b04 Updating to release. 2016-04-06 09:47:07 -07:00
Pranav K 85fc4f59ef Merge branch 'release' into dev 2016-04-06 09:47:04 -07:00
Pranav K 151f87e927 Updating to release. 2016-04-06 09:47:00 -07:00
Pranav K c6398a90f0 Merge branch 'release' into dev 2016-04-06 09:46:58 -07:00
Pranav K cd5173c574 Updating to release. 2016-04-06 09:46:56 -07:00
Pranav K 6ed1162333 Merge branch 'release' into dev 2016-04-06 09:46:49 -07:00
Pranav K 121a2b5cd0 Updating to release. 2016-04-06 09:46:47 -07:00
Pranav K 206e5c5ecc Merge branch 'release' into dev 2016-04-06 09:46:40 -07:00
Pranav K ce1984364b Updating to release. 2016-04-06 09:46:38 -07:00
Pranav K 1cfbe29f02 Merge branch 'release' into dev 2016-04-06 09:46:22 -07:00
Pranav K 1f36d50a4e Updating to release. 2016-04-06 09:46:20 -07:00
Pranav K c3fca6cb2b Merge branch 'release' into dev 2016-04-06 09:46:17 -07:00
Pranav K 8a592d1bee Updating to release. 2016-04-06 09:46:14 -07:00
Pranav K 64e6d3b236 Merge branch 'release' into dev 2016-04-06 09:46:08 -07:00
Pranav K ffaf2c8b23 Updating to release. 2016-04-06 09:46:06 -07:00
Pranav K 81aaddaafd Merge branch 'release' into dev 2016-04-06 09:46:01 -07:00
Pranav K 62d452abeb Updating to release. 2016-04-06 09:45:59 -07:00
Pranav K e134c72966 Merge branch 'release' into dev 2016-04-06 09:45:29 -07:00
Pranav K 1de783c26b Updating to release. 2016-04-06 09:45:27 -07:00
Pranav K 66d3719f24 Merge branch 'release' into dev 2016-04-06 09:45:16 -07:00
Pranav K 616745a4b4 Updating to release. 2016-04-06 09:45:14 -07:00
Sébastien Ros efb8ef33e6 Fixing race in distributed cache tag helper
Fixes #4407
2016-04-06 09:42:24 -07:00
Pranav K c66c408c15 DefaultAssemblyPartDiscoveryProvider.IsCandidateLibrary should not look at types in Mvc assemblies
Fixes #4363
2016-04-06 08:41:12 -07:00
David Fowler 4b348699c8 Fixed dependencies
Fix dependency on System.Runtime.Serialization.Xml
2016-04-05 23:28:53 -07:00
N. Taylor Mullen c400289de5 Change `DefaultTagHelperContent` to be smart about single content entries.
- Today `TagHelperContent`s always allocate their underlying buffer even though they typically only ever have a single entry. Added a field to enable us to only allocate the backing buffer when we absolutely need to.
- Removed `IsEmpty` from `TagHelperContent` since it was not used in any of our `TagHelper`s for simplification. Changed `IsWhiteSpace` naming to be `IsEmptyOrWhiteSpace` since it can be used to indicate either state.
- Updated tests.

#621
2016-04-05 16:09:06 -07:00
N. Taylor Mullen ee80f5f84c React to aspnet/Razor#621. 2016-04-05 16:08:01 -07:00
SteveSandersonMS c8a7ac95a9 Make async data fetching work on the server with Angular 2 2016-04-05 20:31:21 +01:00
Stephen Halter 50f187aa3e Ensure entire request body is consumed before handling fin
This completes the fix for #704
2016-04-05 11:16:09 -07:00
John Luo a3b959a028 Skip test failures caused by CoreFX bug 2016-04-05 10:41:37 -07:00
Pranav K 7cb1dca467 JsonInputFormatter fails to use custom SerializerSettings
Fixes #4270
2016-04-05 10:19:49 -07:00
David Fowler 29646153ea Explicitly add tracesource dependency 2016-04-05 00:02:49 -07:00
David Fowler 21de2aee13 Remove unused dependency on TraceSource
- TraceSource is RID specific (see https://github.com/dotnet/corefx/issues/7480) and it
causes 2 dlls to end up in the output of every ASP.NET application. We don't even
use it anymore.
2016-04-04 20:04:17 -07:00
Sebastien Ros 304135f4a6 Removing and ignoring .orig files 2016-04-04 17:36:25 -07:00
N. Taylor Mullen 698980943a Ignore doc comments for VSRC1 projects. 2016-04-04 17:23:02 -07:00
N. Taylor Mullen 62fe5d6c4e Ignore doc comments for VSRC1 projects 2016-04-04 16:57:19 -07:00
N. Taylor Mullen a140440196 Add `AssemblyCompany`, `AssemblyCopyright` and `AssemblyProduct` attributes to the assembly. 2016-04-04 16:25:47 -07:00
N. Taylor Mullen 2c0fb950bc Add `AssemblyCompany`, `AssemblyCopyright` and `AssemblyProduct` attributes to the assembly. 2016-04-04 16:18:59 -07:00
N. Taylor Mullen 687fd72efd Add Visual Studio specific RC1 binaries.
- This is needed for Visual Studio RC1 backwards compatibility.
2016-04-04 15:21:19 -07:00
N. Taylor Mullen 197d6a579f Add Visual Studio specific RC1 binaries.
- This is needed for Visual Studio RC1 backwards compatibility.
2016-04-04 15:20:38 -07:00
John Luo cc69cacaea Reacting to Configuration API update 2016-04-04 12:18:35 -07:00
Chris R f734ff3c81 Prevent fuctional tests from executing concurrently. 2016-04-04 09:46:44 -07:00
Pranav K ea1802c9fd Remove gruntfile usage 2016-04-03 15:50:49 -07:00
Pranav K 701869fd53 Remove DefaultAssemblyPartDiscoveryProvider.GetAssemblyName
Fixes #4366
2016-04-03 10:37:10 -07:00
Pranav K 63c61ac5ac Fixing tests and removing NuGet warnings 2016-04-03 09:57:15 -07:00
Pranav K 6339d9ed96 Removing bower_components from lib 2016-04-03 09:43:31 -07:00
Pranav K 330e98d1fc Revert "Revert "Updating to the newest Roslyn packages""
This reverts commit 87e89befc8.
2016-04-03 09:07:31 -07:00
Pranav K b4310ac8a8 Modify RoslynCompilationService to generate portable pdbs
Fixes #4330
2016-04-03 08:55:11 -07:00
Kiran Challa cda1307848 Updated test to fix build break 2016-04-03 08:01:15 -07:00
Kiran Challa ed7d5eb5e7 Remove the temporary fix where HttpClient was not sending cookies more than a certain length 2016-04-03 07:27:08 -07:00