Commit Graph

27752 Commits

Author SHA1 Message Date
Pranav K 07230d1682 Updating to release NuGet.config. 2015-10-28 12:43:09 -07:00
Pranav K 29f576f6ee Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
Pranav K e49daaa980 Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
Pranav K 941f308f37 Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
Pranav K 9bce0dae07 Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
Pranav K 53a6771fa4 Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
Pranav K bffcc3dbce Updating to release NuGet.config. 2015-10-28 12:43:07 -07:00
Pranav K 0e3e42826c Updating to release NuGet.config. 2015-10-28 12:43:07 -07:00
Pranav K 9df12d07ff Updating to release NuGet.config. 2015-10-28 12:43:07 -07:00
Pranav K f80042e902 Updating to release NuGet.config. 2015-10-28 12:43:07 -07:00
Pranav K 4fdd98489f Updating to release NuGet.config. 2015-10-28 12:43:06 -07:00
Pranav K de35fba9c9 Updating to release NuGet.config. 2015-10-28 12:43:06 -07:00
Pranav K e79f52cf5c Updating to release NuGet.config. 2015-10-28 12:43:05 -07:00
Pranav K 7ad859b5c0 Updating to release NuGet.config. 2015-10-28 12:43:05 -07:00
Pranav K 76346e48a6 Updating to release NuGet.config. 2015-10-28 12:43:05 -07:00
Pranav K 1c570ba02b Updating to release NuGet.config. 2015-10-28 12:43:04 -07:00
Pranav K 94be30ca0e Merge remote-tracking branch 'origin/release' into dev 2015-10-28 12:32:03 -07:00
Chris R 4381e5e7c9 Add missing wwwroot dir in the test app. 2015-10-28 09:51:23 -07:00
Ben Adams 4bba074d77 Read to null buffer
Read to null buffer rather than Stream.Null as the CopyToAsync will
create a `new byte[]` on each call
bc14660885/src/mscorlib/src/System/IO/Stream.cs (L218)
of size 81920 bytes!
bc14660885/src/mscorlib/src/System/IO/Stream.cs (L48)
2015-10-28 08:53:11 +00:00
Pranav K 2c240192cf Updating to release dnvm and NuGet.config 2015-10-27 23:02:33 -07:00
Chris R 5c33037337 Lower integration test timeouts. 2015-10-27 10:55:37 -07:00
Victor Hurdugaci 8bcbddc09b Make tests more robust by only checking the messages coming from session. Otherwise, anyone logging more below could break them 2015-10-27 10:18:47 -07:00
Pavel Krymets e7dc875d75 Add emitEntryPoint to dnx-watch 2015-10-27 09:20:40 -07:00
moozzyk c1b21b89d5 Removing dependency on Microsoft.Extensions.PlatformAbstractions 2015-10-27 01:40:28 -07:00
moozzyk d4853f9b7c Switching to using the built-in loading of native libs 2015-10-27 01:13:21 -07:00
Pavel Krymets f1412c21ac Fix the build 2015-10-26 16:47:11 -07:00
BrennanConroy 0541ba6d12 Update dnvm.cmd 2015-10-26 14:52:41 -07:00
Victor Hurdugaci 9be0758c4d Event ids and more logging 2015-10-26 14:42:37 -07:00
Brennan b1c2447073 Update dnvm 2015-10-26 14:12:16 -07:00
Chris R 2f4c34476b #411 Use "webroot" instead of "hosting:webroot" 2015-10-26 13:43:00 -07:00
Pavel Krymets 54af2c339f Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-26 13:22:55 -07:00
Kirthi Krishnamraju 14881cbae8 Remove CultureInfoGenerator from NugetPackageVerifier 2015-10-26 11:59:23 -07:00
Stephen Halter fb01ea3918 Consume the full request body when the app does not 2015-10-26 11:13:07 -07:00
Scott Addie 92afcaa9f7 Fix small issues in Mvc.js 2015-10-26 10:52:43 -07:00
Hisham Bin Ateya bb83bd27cb Fix docs 2015-10-26 10:24:25 -07:00
Rowan Miller c35afcc1a8 💚 Prepare for IAccessor API change in EF
IAccessor is being renamed to IInfrastructure. The places we use it in
this repo can actually use an extension method instead and avoid the
cast, so updating to that.
2015-10-26 10:10:30 -07:00
Chris R 52796a09a2 #434 Make sure IApplicationLifetime gets added even if startup throws. 2015-10-26 08:59:47 -07:00
Chris R 0107ba005b One more line. 2015-10-25 09:12:55 -07:00
Chris R 8e1a0768db Remove IHttpContextFactory, it was moved to HttpAbstractions. 2015-10-25 09:12:33 -07:00
Stephen Halter 094b8efbf8 Properly handle headers with empty values 2015-10-25 01:40:22 -07:00
あまみや ゆうこ b5bfdde194 remove Microsoft.AspNet.Server.IIS from sample 2015-10-25 01:17:57 +08:00
Pranav K 0fedda5855 Allow enums to be serialized by SessionStateTempDataProvider
Fixes #3141
2015-10-24 08:16:19 -07:00
あまみや ゆうこ 38818a1033 Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
David Fowler 327589d41e Fixed ifdefs 2015-10-24 01:07:01 -07:00
David Fowler 0c064dfb6c Generations and vanilla .NET Framework support 2015-10-23 23:21:08 -07:00
John Luo 018f3d1815 Renaming HttpContextFactory Create method 2015-10-23 21:58:22 -07:00
John Luo f931cb7c6d Moving httpcontextfactory to AspNet.Http.Abstractions 2015-10-23 21:49:52 -07:00
Hisham Bin Ateya c79e8e8886 Remove CultureInfoGenerator 2015-10-24 04:36:46 +03:00
Ryan Nowak 1b232a27cb React to breaking changes in StringValues 2015-10-23 17:00:28 -07:00
Ryan Nowak 68f1a45ea7 Fix breaking change from stringvalues 2015-10-23 15:43:50 -07:00