Andrew Stanton-Nurse
b3f755dff3
add test timeout to autobahn conformance tests ( #129 )
2016-11-02 14:02:48 -07:00
Nate McMaster
3b0947b4af
Add workaround for bug in Configuration 1.0.1
2016-11-02 13:46:23 -07:00
Nate McMaster
54031fb399
Downgrade to 1.0.1
2016-11-02 13:41:59 -07:00
Cesar Blum Silveira
7bf6f0d2ab
Updating to version 1.0.2.
2016-11-02 12:27:25 -07:00
Nate McMaster
b4027529a7
Bundle deps.json files in tools packages
2016-11-02 10:38:39 -07:00
Nate McMaster
975e22ad06
Drop tools back to Microsoft.NETCore.App 1.0.1
2016-11-02 09:42:17 -07:00
Nate McMaster
d5c0c29a0c
Remove custom nuget feeds from main project feed config
2016-11-01 18:41:58 -07:00
Nate McMaster
6fd5e2ab52
Install cli preview3 side-by-side for msbuild testing
2016-11-01 18:41:58 -07:00
Nate McMaster
7afad9102f
Update dotnet-watch README.md
2016-11-01 18:41:58 -07:00
Nate McMaster
4698985846
Port dotnet-watch to support MSBuild
2016-11-01 18:39:51 -07:00
Nate McMaster
8fd91043d3
Switch korebuild version to feature/msbuild
2016-11-01 18:39:51 -07:00
Nate McMaster
29df59b89c
Create initial prototype of dotnet-user-secrets with MSBuild support
2016-11-01 18:39:51 -07:00
Scott Hanselman
9744f94b39
Update README for dotnet-watch to specify which version to install ( #210 )
2016-11-01 18:39:14 -07:00
Ben Adams
2adb6ff955
Interlocked.Read -> Volatile.Read
2016-11-01 18:06:00 -04:00
Pranav K
f7fc72dcf2
Looking for Coherence packages under artifacts\build in addition to packages-expanded directory
2016-11-01 10:04:54 -07:00
Nate McMaster
a0e164f379
dotnet-user-secrets: add support for json output and piping json input
2016-10-31 14:15:52 -07:00
Andrew Stanton-Nurse
68839d76e3
allow 4.2.4 to have non-strict behavior ( #128 )
2016-10-31 14:04:20 -07:00
Cesar Blum Silveira
29408956f9
Handle tokens in Transfer-Encoding header ( #1181 ).
2016-10-31 13:57:34 -07:00
pan-wang
4569d6d6d5
fix issue #26 AspNetCoreModule needs to abort failed responses ( #34 )
2016-10-31 13:03:13 -07:00
Cesar Blum Silveira
cc05e36dc6
Fix test failures caused by connection resets ( #1167 ).
2016-10-31 10:21:28 -07:00
Andrew Stanton-Nurse
303f9ea2de
update version to prepare for 1.1 release ( #125 )
...
* update version to prepare for 1.1 release
* update projects that reference WebSockets
2016-10-29 12:45:38 -07:00
Stephen Halter
5e97c63467
Throw PlatformNotSupportedException on big-endian platforms
2016-10-28 14:51:55 -07:00
Stephen Halter
d475d41f71
Fix boundary cases in MemoryPoolIterator.(Try)PeekLong()
...
- Fix edge case where the iterator is at the very end of a block.
- Fix edge case where one bits where improperly filled in on a right shift.
- Don't use -1 to represent failure. Use bool and an out parameter instead.
2016-10-28 14:51:47 -07:00
Andrew Stanton-Nurse
18de340981
fix disposal of Deployers during autobahn suites
2016-10-27 15:49:58 -07:00
Cesar Blum Silveira
1ffad5ca38
Handle multiple tokens in Connection header ( #1170 ).
2016-10-27 12:19:43 -07:00
Sourabh Shirhatti
ae727d64a9
Add download link
2016-10-26 16:40:19 -07:00
Sourabh Shirhatti
93ace1b84b
Add Contributing information
2016-10-26 14:29:08 -07:00
Sourabh Shirhatti
df997dcb3e
Update LICENSE information
2016-10-26 14:08:58 -07:00
pan-wang
ef19455912
sync up the code with IIS OOB branch ( #21 )
2016-10-26 13:44:02 -07:00
Daniel Roth
46f67be862
Update for ASP.NET Core 1.1 Preview 1
2016-10-24 16:42:53 -07:00
Cesar Blum Silveira
d64b4c7acb
Control-flow simplification in Frame.CreateResponseHeader() ( #1168 ).
2016-10-24 11:07:06 -07:00
Nate McMaster
01d35b0624
Update .sln to remove project files that don't exist anymore
...
[ci skip]
2016-10-21 12:09:49 -07:00
Nathan Anderson
610601cc6e
test fixes and whitespace changes to generated code
2016-10-20 15:23:03 -07:00
Nathan Anderson
11ed34f229
add header ordering and short circuits to known headers
...
refactor known header changes
- create template string from Append switch
- add a check to ClearFast to bail out if too many headers are set
2016-10-19 15:49:01 -07:00
Nate McMaster
38e22cd648
Merge branch 'rel/1.1.0-preview1' into dev
...
Merges branches without bringing back in the change to add dotnet-publish-iis to the 1.1.0-preview1 release.
2016-10-18 17:01:40 -07:00
Nate McMaster
ca1341144a
Upgrade dotnet-publish-iis to Microsoft.NETCore.App 1.1 and add dotnet-cli package type
2016-10-18 16:04:32 -07:00
Cesar Blum Silveira
fff0adeaaf
Faster response Content-Length parsing.
2016-10-18 15:57:40 -07:00
Nate McMaster
062a44e032
Revert 359faf7e51
2016-10-18 15:07:02 -07:00
Nate McMaster
c7ff19c285
Remove Microsoft.Extensions.ProjectModel
...
Resolves #182
2016-10-18 09:45:09 -07:00
Cesar Blum Silveira
78584799a4
Separate request rejection from bad request state setting.
2016-10-17 15:16:50 -07:00
Mike Harder
f1071dea50
Set StatusCode before disposing HttpContext ( #876 )
2016-10-17 15:16:43 -07:00
Nate McMaster
70bafa9753
Upgrade to MSBuild 15.1.319-preview5 and fix broken tests. ( #201 )
2016-10-17 15:09:24 -07:00
Nate McMaster
68533f32f7
Upgrade test project to netcoreapp1.1
2016-10-17 13:38:40 -07:00
Nate McMaster
640ee4e883
React to upgrade to preview2.1 CLI
2016-10-17 12:25:11 -07:00
Nate McMaster
721cbe3435
Refactor dotnet-watch to isolate project.json dependency
2016-10-17 12:06:19 -07:00
Doug Bunting
0781b5a87c
Add `HtmlContentBuilder.Count`
...
- precursor to PR aspnet/Mvc#5378 for issue aspnet/Mvc#3918
2016-10-17 11:26:16 -07:00
Pranav K
4a40733fc0
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
2016-10-17 10:20:08 -07:00
Pranav K
55b2b09416
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
2016-10-17 09:56:53 -07:00
Pranav K
0376382e4e
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
2016-10-17 09:56:14 -07:00
Pranav K
04c0056c6a
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
2016-10-17 09:56:12 -07:00