Commit Graph

45021 Commits

Author SHA1 Message Date
Doug Bunting 2b4f2cbcc3 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:55:44 -08:00
Doug Bunting 001a7a6d5a Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:54:20 -08:00
Doug Bunting df024976f3 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:53:39 -08:00
Doug Bunting cbbddda8de Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:51:01 -08:00
Doug Bunting 42d6166b61 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:49:09 -08:00
Doug Bunting 6ebc978f29 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:34:35 -08:00
Doug Bunting 10012f4ee2 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:33:21 -08:00
N. Taylor Mullen 73f557002f Add `AddDataAnnotationsLocalization` parameterless overload.
- The `IMvcBuilder` extension methods already had this overload, just adding it to `IMvcCoreBuilder`.

#3517
2015-11-17 10:05:18 -08:00
Doug Bunting 94a4c8e3f4 Execute `dnu restore` with .NET Core and use Mono 4.0.5
- upgrade Linux to Trusty (Ubuntu 14.04) distribution, where .NET Core is supported
  - also start testing with .NET Core xplat
- Mono beta is now 4.2.1 which doesn't work with `nuget.exe`
  - see also aspnet/External#48
2015-11-17 09:43:43 -08:00
Pavel Krymets 5be19a02fc Add script to add AutoGenKeys section and UCL for it 2015-11-17 09:34:18 -08:00
ASP.NET Push Bot df249fbf41 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@c080c3035b
2015-11-17 09:31:29 -08:00
Doug Bunting e4084f4ff4 Execute `dnu restore` with .NET Core and use Mono 4.0.5
- upgrade Linux to Trusty (Ubuntu 14.04) distribution, where .NET Core is supported
- Mono beta is now 4.2.1 which doesn't work with `nuget.exe`
  - see also aspnet/External#48

Note: cannot use `KOREBUILD_TEST_DNXCORE=true` due to #577
2015-11-17 09:19:47 -08:00
David Fowler b8f01cf674 Merge pull request #378 from benaadams/thread-count
Network thread count defaults
2015-11-17 07:34:29 -08:00
SteveSandersonMS efe51c0c95 Update README.md 2015-11-17 13:56:34 +00:00
SteveSandersonMS 72f7bdba61 Update README.md 2015-11-17 13:37:20 +00:00
SteveSandersonMS 3c97a50a79 Update README.md 2015-11-17 13:32:13 +00:00
SteveSandersonMS b1a7ac1f50 Update README.md 2015-11-17 13:08:56 +00:00
SteveSandersonMS 1d817e072c Add global.json so packages can be consumed as source 2015-11-17 11:29:59 +00:00
SteveSandersonMS bf910eb76e Bump all versions to -alpha7 2015-11-17 11:16:52 +00:00
SteveSandersonMS 1a746fec5e Merge branch 'rjperes-master' 2015-11-17 11:11:32 +00:00
SteveSandersonMS 740b1a305b Taking some changes from pull/1 2015-11-17 11:11:16 +00:00
Stephen Halter 5d59a20178 Merge branch 'benaadams/no-delay' into dev 2015-11-16 20:56:26 -08:00
David Fowler b1a772f19c Merge pull request #393 from benaadams/patch-1
Disconnect is Debug not Error
2015-11-16 20:29:50 -08:00
David Fowler 9c47796ec0 Merge pull request #312 from benaadams/MemoryPoolIterator2-GetString
Reduce GetString allocs and conversions
2015-11-16 20:13:38 -08:00
Ben Adams 4dc4346fca Reduce GetString allocs and conversions 2015-11-17 03:46:09 +00:00
Stephen Halter f7a5c38f65 Follow common pattern for implementing IHttpRequestLifetimeFeature 2015-11-16 16:03:55 -08:00
Stephen Halter b73e42b617 Abort request on any write failure 2015-11-16 16:03:53 -08:00
Stephen Halter 874bd29ce1 Throw IOExceptions instead of ODEs after a request is aborted 2015-11-16 16:03:51 -08:00
Stephen Halter 062caf16be Support for IHttpRequestLifetimeFeature 2015-11-16 16:03:50 -08:00
Ben Adams 1cbb273b0d Corrected Exception messages 2015-11-16 16:03:48 -08:00
Ben Adams 5e883827e0 Explain why dispose can't be used 2015-11-16 16:03:46 -08:00
Ben Adams f60f6c92ca Stop streams on finish
Can't use dispose (or close) as can be disposed too early by user code

Resolves #263
2015-11-16 16:03:44 -08:00
Doug Bunting 8c0a1701cd Nit: Set `KoreBuild_*` environment variables consistently 2015-11-16 15:59:16 -08:00
Doug Bunting aa2b65efcc Execute `dnu restore` in Travis builds with .NET Core 2015-11-16 15:59:14 -08:00
Pavel Krymets 690e5a66e5 Set default path=/ when removing cookie 2015-11-16 15:58:18 -08:00
David Fowler 5774cf9f1e Merge pull request #390 from benaadams/stack2queue
ConcurrentStack -> ConcurrentQueue
2015-11-16 15:36:29 -08:00
Hao Kung 4e842c33d0 Merge remote-tracking branch 'ka/patch-1' into dev 2015-11-16 13:35:44 -08:00
David Fowler 7ba0f7da19 Merge pull request #377 from benaadams/legacy
Result -> GetAwaiter().GetResult() for legacy
2015-11-16 12:13:45 -08:00
David Fowler e3a62ff09f Merge pull request #335 from benaadams/used-pool-array
Consume body without allocating or reading
2015-11-16 11:47:18 -08:00
Chris R e63d418b5c Merge branch 'release' into dev 2015-11-16 11:39:45 -08:00
Chris R 3a1d645308 Update IdentityModel dependencies. 2015-11-16 11:38:47 -08:00
Ryan Nowak cb3e9b1218 Change List<T> to IList<T> 2015-11-16 10:51:30 -08:00
Ryan Nowak e75eebbed0 Pool JsonSerializer for Output formatting 2015-11-16 10:43:02 -08:00
John Luo d4d04d2c96 Adding exception message for paths not starting with / #251 2015-11-16 10:21:02 -08:00
Ryan Nowak ccfd235f50 React to change in HtmlAbstractions 2015-11-16 09:49:20 -08:00
Ben Adams 8941d4b620 Disconnect is Debug not Error
Resolves #392
2015-11-16 17:44:24 +00:00
Ryan Nowak f6c7295f41 React to removal of BufferedHtmlContent 2015-11-16 09:36:35 -08:00
Ryan Nowak d25c25c4b2 Remove old package from nuget verifier 2015-11-16 08:55:10 -08:00
Ryan Nowak 88c356f645 Add HtmlContentBuilder and HtmlTextWriter
Remove BufferedHtmlContent
2015-11-16 08:41:03 -08:00
Ben Adams 7691a7cc23 Improved Send100 Check 2015-11-16 06:43:49 +00:00