Commit Graph

9182 Commits

Author SHA1 Message Date
John Luo 460b0c993a Adding back middleware initialization with options instance. 2015-12-23 15:43:05 -08:00
Pranav K b4239550f3 Move Microsoft.Extensions.WebEncoders to HtmlAbstractions 2015-12-23 09:29:32 -08:00
John Luo 6d202b0fdf Standardizing middleware to use configureOptions lambda 2015-12-22 20:42:09 -08:00
Victor Hurdugaci f1d9d74d07 Remove the --parallel flag in KoreBuild-dotnet 2015-12-22 19:04:25 -08:00
John Luo 26850f54c2 Fix build, relocating entrypoint to Program 2015-12-22 11:29:51 -08:00
Cesar Blum Silveira ada61f8181 Merge branch 'benaadams/readonly-static' into dev 2015-12-22 11:12:00 -08:00
John Luo fe41412eeb Stardardizing option initialization using lambdas 2015-12-21 16:44:01 -08:00
Hao Kung 6c7c373d82 OptionsModel => Options 2015-12-21 16:38:09 -08:00
Hao Kung f073d0556b React to OptionsModel => Options 2015-12-21 14:47:58 -08:00
Victor Hurdugaci c2b7e415a9 Reverse the xunit arguments. The assembly comes first 2015-12-21 11:05:41 -08:00
moozzyk aaf84afaff Don't try calling `uname` on Windows 2015-12-21 10:25:48 -08:00
Chris R f3f7027438 React to Hosting changes. 2015-12-21 10:20:59 -08:00
Ben Adams 02fa0c306d Jit readonly static optimization 2015-12-20 00:34:42 +00:00
John Luo 55d9e6ee4a Reacting to new Hosting API 2015-12-18 16:35:11 -08:00
Victor Hurdugaci 50999bb876 typo 2015-12-18 16:16:22 -08:00
John Luo cb4c05084b Reacting to new Hosting API 2015-12-18 16:04:27 -08:00
Victor Hurdugaci 952fdd5a38 no parallel on Linux 2015-12-18 15:55:14 -08:00
Victor Hurdugaci c626a599a7 Run tests on CoreCLR using DNX 2015-12-18 14:52:42 -08:00
John Luo 9edd6f60b9 Missed update after rebasing 2015-12-18 14:48:13 -08:00
Victor Hurdugaci 76c0f12c06 Full path -because paths are hard 2015-12-18 10:08:25 -08:00
Victor Hurdugaci 0ce70ddb1c Use full path for test runner 2015-12-18 09:54:00 -08:00
Victor Hurdugaci ae85d226be Remove dnx and make CLR tests use the xunit runner 2015-12-18 09:18:44 -08:00
John Luo efcc7ae956 Reacting to new Hosting API 2015-12-17 19:14:35 -08:00
Andrew Stanton-Nurse 63c47a9c6d Revert "fix travis RID detection in KoreBuild"
This reverts commit c72ba87878.
2015-12-17 16:30:17 -08:00
Andrew Stanton-Nurse c72ba87878 fix travis RID detection in KoreBuild 2015-12-17 16:29:03 -08:00
Chris R 3809613618 Add missing System.ComponentModel dependency. 2015-12-17 15:37:20 -08:00
John Luo bd10d507f8 Reacting to new Hosting API 2015-12-17 15:08:17 -08:00
Cesar Blum Silveira 717b355bfd Merge branch 'benaadams/horizontal-initalize' into dev 2015-12-17 14:37:48 -08:00
Andrew Stanton-Nurse e27ce7b512 update to fixed install.ps1 2015-12-17 12:00:58 -08:00
Ben Adams 7625f65e6c Faster MemoryPoolIterator2.CopyFrom 2015-12-17 11:32:01 +00:00
Ben Adams 186f6d0a05 Horizontal initialize repeat vectors once 2015-12-17 10:18:20 +00:00
Andrew Stanton-Nurse 29b1c2282e actually tested DorkBuild this time :) 2015-12-16 17:46:36 -08:00
Stephen Halter 5d6fdc5eb5 Merge branch 'benaadams/vector.dot' into dev 2015-12-16 17:39:40 -08:00
Andrew Stanton-Nurse 92121e62d9 fix DorkBuild 2015-12-16 17:28:34 -08:00
Andrew Stanton-Nurse 3ae5110441 probe for Mono reference assemblies in DorkBuild 2015-12-16 17:02:41 -08:00
Stephen Halter 67a0165aec Merge branch 'benaadams/headers.clearfast' into dev 2015-12-16 15:48:01 -08:00
Victor Hurdugaci dfb033e51c Use nuget add instead of dnu packages add 2015-12-16 15:15:43 -08:00
Andrew Stanton-Nurse e5f42498ac add .build dir to gitignore 2015-12-16 14:42:11 -08:00
Ben Adams 559cd51255 Faster Headers.ClearFast 2015-12-16 22:23:33 +00:00
Ben Adams 9fa9c45eda ReuseStreams config and tests 2015-12-16 21:27:07 +00:00
Ben Adams 841ec73497 Prevent OnComplete modifying Streams 2015-12-16 20:51:45 +00:00
Ben Adams f5e45accac Amortize Stream Costs 2015-12-16 20:51:44 +00:00
Cesar Blum Silveira 349af50977 Pre-allocate standard method and version strings. 2015-12-16 10:47:59 -08:00
Ben Adams 4460cd3470 Don't use Vector<byte>.Dot 2015-12-16 16:24:45 +00:00
Victor Hurdugaci 1b05921b70 Update the git template 2015-12-15 16:19:59 -08:00
Ryan Nowak 9b9fd5ff00 React to breaking changes in antiforgery 2015-12-15 15:55:09 -08:00
Doug Bunting 234073cf6e Make `HtmlEncodedString` a suitable base for MVC's `HtmlString`
- #5
- provide `ToString()` implementation
- add missing `null` checks in `WriteTo()`; remove extraneous one in the constructor
- special-case `HtmlEncodedString` in `IHtmlContentBuilder.AppendFormat()` extension method

nits:
- ignore more files
- add missing `null` checks in `HtmlContentBuilderExtensions` too
2015-12-15 15:27:40 -08:00
Victor Hurdugaci 77bcf111fb All line endings 2015-12-15 14:44:00 -08:00
Victor Hurdugaci 28474fdc75 Fix line endings 2015-12-15 14:34:41 -08:00
Victor Hurdugaci 3e6551f80d Move KoreBuild-dotnet from release 2015-12-15 11:53:41 -08:00