Commit Graph

7429 Commits

Author SHA1 Message Date
Nate McMaster 346dfe8fe0 Remove dependency on Microsoft.DotNet.Cli.Utils from test project 2016-12-12 16:40:01 -08:00
Nate McMaster 67c540051b Update README.md 2016-12-12 16:24:15 -08:00
Nate McMaster d4313dae3b Use props from Korebuild 2016-12-12 16:21:18 -08:00
Nate McMaster 902ff8dce3 Build with MSBuild 2016-12-12 15:55:00 -08:00
Nate McMaster 075886884a Merge branch 'rel/1.0.0-msbuild2-update1' into feature/msbuild 2016-12-12 11:37:06 -08:00
Nate McMaster d1f94460e2 Back-port fix for implicit imports for dotnet-user-secrets (#243) 2016-12-12 10:37:00 -08:00
Nate McMaster d6079d6595 update dotnet-user-secrets version to 1.0.0-msbuild2-update1 2016-12-12 09:48:02 -08:00
Ajay Bhargav Baaskaran 981dc794b3 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:49:46 -08:00
Ajay Bhargav Baaskaran 3a9dff9c1c Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:29 -08:00
Ajay Bhargav Baaskaran 9bf8486fe5 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:23 -08:00
Ajay Bhargav Baaskaran f467c42f54 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:17 -08:00
Ajay Bhargav Baaskaran de1bc46ff7 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:40:48 -08:00
Ajay Bhargav Baaskaran 12ab74493d Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:40:42 -08:00
Cesar Blum Silveira defcbdb907 Revert "Add MaxRequestBodySize limit (#478)."
This reverts commit e53a87be9c.
2016-12-09 16:30:12 -08:00
John Luo 859816bb53 Update ParseContentLength to remove unnecessary casting and unsafe 2016-12-09 11:39:25 -08:00
John Luo 4da06e8acd Move Int64 parsing logic to HttpAbstractions 2016-12-08 17:22:21 -08:00
N. Taylor Mullen f66374d274 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:24 -08:00
N. Taylor Mullen ad2a00dbbd Update .travis.yml osx image to xcode7.3. 2016-12-08 10:03:35 -08:00
N. Taylor Mullen 09b1f9e511 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:02:34 -08:00
N. Taylor Mullen 9c90925f81 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:02:30 -08:00
N. Taylor Mullen 00fc430658 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:02:26 -08:00
N. Taylor Mullen 5d8be62037 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:01:52 -08:00
Nate McMaster d48f2abc7c Use MSBuild project extensions instead of importing the users project
Implicit imports prevents using <Import> on a project file that has the Sdk attribute. This change instead generates a file in the MSBuildProjectExtensionsPath to inject targets require to find the UserSecretsId property in a project.

Resolves #242
2016-12-08 09:55:22 -08:00
Nate McMaster f277816556
Update packaging for tools
Move targets files in to 'toolassets'. The 'tools' folder has conventions in NuGet that we don't want applied to these packages.

Downgrade to Microsoft.NETCore.App 1.0.0

Add 'prefercliruntime' package.
2016-12-07 09:37:34 -08:00
Nate McMaster 80e6430332 Re-add dotnet-cli feeds in order to use preview4 packages 2016-12-07 09:28:55 -08:00
Nate McMaster fad1d2b645 Merge branch 'rel/1.0.0-msbuild2' into feature/msbuild 2016-12-06 09:35:00 -08:00
Prafull Bhosale 6decb66d8c Upgrade Cli.Utils to preview4-004215 2016-12-05 18:26:48 -08:00
Cesar Blum Silveira e53a87be9c Add MaxRequestBodySize limit (#478). 2016-12-05 17:06:57 -08:00
Nate McMaster 17da5242e0
Create console reporter API
The reporter API breaks down complex formatter in to composable compontents. Adds 'ReporterBuilder' and 'FormatterBuilder' as syntax sugar for creating reporters with complex formatting rules

Changes in dotnet-watch
 - Remove dependency on Microsoft.Extensions.Logging and instead use IReporter for console output
 - Only use color output when stdout and stderr are not being redirected
 - Make the default output less noisy

Changes in dotnet-user-secrets
 - Remove dependency on Microsoft.Extensions.Logging to use IReporter

Changes in dotnet-sql-cache
 - Remove dependency on Microsoft.Extensions.Logging to use IReporter
 - Add --verbose option
2016-11-30 14:51:08 -08:00
Yves57 dbaa01830b Replace 'foreach' by 'for' in StringValues (faster) 2016-11-29 22:33:18 +01:00
Cesar Blum Silveira f918279873 Merge branch 'khellang/proxy-authenticate-typo' into dev 2016-11-29 10:32:16 -08:00
Nate McMaster f63006dc1a Pack with NuGet 3.5.0 RTM 2016-11-28 16:39:14 -08:00
Chris R 53e5c3d56c #1001 don't log stack traces for localhost bind failures. 2016-11-28 16:35:14 -08:00
Stephen Halter 02b84d7ae1 Make ListenerPrimaryTests more reliable
- The Task from ListenerSecondary.StartAsync() may complete before the
  PrimaryListener adds the pipe connection to its dispatch pipe list.
2016-11-28 14:37:25 -08:00
N. Taylor Mullen 5da505dfb0 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 16:00:34 -08:00
N. Taylor Mullen 587ed4cd61 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:59:27 -08:00
N. Taylor Mullen fd7232616a Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:59:21 -08:00
N. Taylor Mullen 8fd272e7ac Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:58:01 -08:00
N. Taylor Mullen fe4527d543 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:57:55 -08:00
N. Taylor Mullen e5c4e96705 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:57:49 -08:00
N. Taylor Mullen 4dea3e7512 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:57:04 -08:00
Chris R 9ccc896b1d #297 Standardize the test site layout, use the publish tool 2016-11-23 14:24:06 -08:00
Chris Ross (WEB TOOLS) a68018842a Add Win7 runtimes to the functional test project 2016-11-23 11:09:34 -08:00
Kristian Hellang e316898c9f Added missing copyright header 2016-11-23 09:17:03 +01:00
Nate McMaster e0f85971a3
Add --version options to dotnet-watch and dotnet-sql-cache 2016-11-22 17:15:21 -08:00
Pavel Krymets e55c62444b Refactor FrameTests and rename SocketInput SocketOutput properties (#1229) 2016-11-22 16:36:36 -08:00
Chris R 4a5d8f2960 #126 Test the bin deployed aspnetcore.dll 2016-11-22 16:05:42 -08:00
Chris R c91c2a9030 #292 Test with the bin deployed aspnetcore.dll 2016-11-22 15:43:41 -08:00
Ben Adams 2bf5a966cd Fast path and inline HttpVersion.set 2016-11-22 15:26:38 -08:00
Kristian Hellang a0f5585d3f Fixed typo; Proxy-Authenticate #1223 2016-11-22 13:08:17 +01:00