moozzyk
186c26f6a1
Adding ASPNET_APPLICATIONBASE environment variable to fix MVC views in IIS
2016-02-03 13:05:12 -08:00
Cesar Blum Silveira
9c734ddbab
Reference Microsoft.NETCore.Platforms where necessary.
2016-02-03 12:47:47 -08:00
Cesar Blum Silveira
d264a86c5d
Reference Microsoft.NETCore.Platforms where necessary.
2016-02-03 11:31:19 -08:00
Victor Hurdugaci
f452597452
Add Microsoft.NETCore.Platforms to the projects that have to be built with dnu
2016-02-02 12:44:07 -08:00
John Luo
0d4fe3ba72
Updating to new CLI
2016-02-01 18:52:41 -08:00
John Luo
2fd1490c4a
Relocating dependencies
2016-02-01 18:33:21 -08:00
John Luo
82e17ce2b6
Removing redundant dependencies
2016-02-01 17:58:41 -08:00
John Luo
33629c5fc0
Updating to new CLI
2016-02-01 17:04:37 -08:00
John Luo
20ed43fd68
Updating to new CLI
2016-02-01 15:02:26 -08:00
Cesar Blum Silveira
6757a31fd2
Build with dotnet ( #571 ).
2016-02-01 14:37:47 -08:00
Cesar Blum Silveira
0556a2c291
Use dotnet 1.0.0.001244 on *nix.
2016-01-29 05:06:23 -08:00
Cesar Blum Silveira
fdcbc0f2eb
Handle --version in dotnet-install.sh.
2016-01-29 04:00:48 -08:00
Doug Bunting
cb4d93ce74
Fix typo that broke `--no-restore`
...
- `NoRestore` was checked when registering `repo-initialize` target instead of when executing it
2016-02-10 10:54:39 -08:00
Doug Bunting
5444297795
Add `--no-restore` and apply `--quiet` to `dotnet restore`
...
- new `--no-restore` pseudo-target controls whether `dotnet restore` runs at all
- `--quiet` adds `--verbosity minimal` to `dotnet restore` command
nit: clean out dangling `KOREBUILD_TEST_DNXCORE` environment variable
- `--test-dnxcore` now logs a warning
2016-02-09 15:05:32 -08:00
Pranav K
ba7f46d3bc
* Add a switch to specify a version to KoreBuild
...
* Use a fixed version of the CLI until build issues are resolved.
2016-02-09 11:44:11 -08:00
Kiran Challa
de449ee249
Fix dotnet publish to only delete the specific framework bin folder
2016-02-08 10:36:09 -08:00
Brennan
3adcbd10f7
Move temp delete elsewhere
2016-02-05 10:40:28 -08:00
Ajay Bhargav Baaskaran
a089369216
Updated Json.Net version
2016-02-04 16:43:55 -08:00
Brennan
564dae0a6a
Fix cross gen issue
2016-02-04 16:29:50 -08:00
Andrew Stanton-Nurse
95be6b9a51
update dotnet-install script and use beta channel
2016-02-04 10:32:08 -08:00
Kiran Challa
c0ed67e96f
Enable running tests using dotnet xunit test runner
2016-02-04 10:10:49 -08:00
Cesar Blum Silveira
1209eca3fa
Normalize request path to NFC and resolve dot segments ( #273 ).
2016-01-28 15:29:29 -08:00
Pranav K
690c42c199
Add dependency on System.Runtime.Serialization.Primitives to make up for JSON.NET not including it
...
Fixes https://github.com/aspnet/Mvc/issues/3946
2016-01-28 11:13:17 -08:00
Pranav K
8d19947ada
Updating to dotnet-cli build
...
Fixes #9
2016-01-28 11:05:28 -08:00
Brennan
1fd703e56f
React to Logging API changes
2016-01-27 14:39:00 -08:00
Stephen Halter
d616f0ccb0
Fix FindFirstEqualByte tests
...
- On some platforms, the bytes array was not large enough to fill a vector.
Ex: https://travis-ci.org/aspnet/KestrelHttpServer/builds/105277870#L2633
- Additionally test FindFirstEqualByte with only one bit set in the array
2016-01-27 14:32:34 -08:00
Brennan
15ed03eb26
React to Logging API changes
2016-01-27 14:25:52 -08:00
Stephen Halter
a2fe59fb2c
Speed up unit tests
...
- Remove unnecessary uses of Task.Delay
- Change all usages to CancellationToken.None to default(CancellationToken)
for consistency
2016-01-27 13:01:44 -08:00
Ben Adams
00b8a13b55
Merge+rename+rename resolve
2016-01-26 11:33:14 +00:00
Ben Adams
9f2d685cbf
Merge remote-tracking branch 'refs/remotes/aspnet/shalter/always-immediate' into combined-fixes
2016-01-26 02:15:56 +00:00
Pranav K
68b5c950c9
Temporarily revert "Adding messages showing that the tool is running" until we can sort out fetching packages
...
This reverts commit 824acd1ace .
2016-01-25 11:15:43 -08:00
Stephen Halter
a4b8b01c99
Remove immediate parameter from Frame.ProduceStart
...
- Simply call SocketOutput.WriteAsync(_emptyData) to force headers to be flushed
2016-01-25 11:09:15 -08:00
Stephen Halter
7570da9daa
Flush chunked writes before the entire response completes
...
Ensure chunked writes force an "immediate" write by removing the now
unused immediate parameter from ISocketOutput.Write
2016-01-25 10:34:15 -08:00
moozzyk
824acd1ace
Adding messages showing that the tool is running
2016-01-25 10:23:58 -08:00
moozzyk
bed9432275
Adding creating Azure specific configuration
2016-01-25 10:17:11 -08:00
moozzyk
674efca4de
Adding HttpPlatformHandler logging defaults to web.config
...
- writing a default path to log file if one does not exist
- setting stdoutLogEnabled to false if the attribute does not exist
2016-01-25 10:17:10 -08:00
Chris R
31f4b41a2e
Remove unused broken WebListener dependency.
2016-01-25 10:11:04 -08:00
Brennan
3fce15bc6a
React to Logging API changes
2016-01-25 09:35:11 -08:00
Brennan
2d2e71e2c8
React to Logging API changes
2016-01-25 09:29:39 -08:00
Ben Adams
3f414782b9
Remove spinning for blocked socket ops
...
As per https://github.com/dotnet/corefx/pull/5655
2016-01-24 14:49:25 +00:00
Stephen Halter
63e0ed8773
Use the new NuGet package location in LibuvCopier
2016-01-23 19:30:22 -08:00
Ben Adams
de34d14abb
WriteChunked immediate for large responses
2016-01-23 10:48:24 +00:00
Ben Adams
0ca8ca0328
Update FrameResponseStream Cancellation
2016-01-23 10:17:09 +00:00
Stephen Halter
735c0fbbef
Added new test to verify failed writes complete all pending write tasks
...
- Changed MockLibuv to never fall back to real libuv methods.
- Fixed EngineTests.ConnectionCanReadAndWrite
2016-01-23 10:17:07 +00:00
Ben Adams
e5238ff383
Only log connection error once
2016-01-23 10:17:06 +00:00
Ben Adams
cd621509d0
Complete all writes after error
2016-01-23 10:17:05 +00:00
Ben Adams
a97cb81f92
MockConnection Abort
2016-01-23 10:17:03 +00:00
Ben Adams
73bb0ab5b8
SocketOutput Cancellation handling
2016-01-23 10:17:02 +00:00
Cesar Blum Silveira
33ddbf8f4c
Set DOTNET_HOME correctly.
2016-01-22 19:30:04 -08:00
Nate McMaster
0348dffe26
Fix odd bug in globbing
2016-02-02 15:58:14 -08:00