Commit Graph

40898 Commits

Author SHA1 Message Date
Pavel Krymets d26e7781c6 Migrate tests, tools and samples to portable 2016-04-14 16:03:47 -07:00
Pavel Krymets cc1862288d Merge branch 'release' into dev 2016-04-14 15:58:26 -07:00
BrennanConroy 588abbc588 Merge branch 'release' into dev 2016-04-14 15:55:14 -07:00
BrennanConroy 010e8a4e37 Move dependency to netstandard only 2016-04-14 15:54:59 -07:00
Pavel Krymets f61af9a746 Migrate tests, tools and samples to portable 2016-04-14 15:47:59 -07:00
BrennanConroy 580cf760a4 Merge branch 'release' into dev 2016-04-14 15:41:55 -07:00
BrennanConroy 3db1f1e9fd Move dependency to netstandard only 2016-04-14 15:41:40 -07:00
Andrew Peters 6aea6541d0 Re-enable tracking queries by default. 2016-04-14 15:39:58 -07:00
Pavel Krymets 622aa8c9c6 Merge branch 'release' into dev 2016-04-14 15:30:27 -07:00
Pavel Krymets 75144a4350 Migrate tests, tools and samples to portable 2016-04-14 15:24:10 -07:00
Pavel Krymets d3bc744b3a Merge branch 'release' into dev 2016-04-14 15:21:57 -07:00
Pavel Krymets 622d6b006f Migrate tests, tools and samples to portable 2016-04-14 15:18:02 -07:00
Pavel Krymets 5b1ea19e1d Merge branch 'release' into dev 2016-04-14 15:14:21 -07:00
Pavel Krymets dfe83b6bac Migrate tests, tools and samples to portable 2016-04-14 15:07:34 -07:00
Pavel Krymets ed391a961a Merge branch 'release' into dev 2016-04-14 14:44:03 -07:00
Pavel Krymets 440b8bc0ba Migrate tests, tools and samples to portable 2016-04-14 14:34:51 -07:00
Pavel Krymets 5983909c0c Merge branch 'release' into dev 2016-04-14 14:02:02 -07:00
Pavel Krymets 98b73cbec5 Migrate tests, tools and samples to portable 2016-04-14 14:01:34 -07:00
BrennanConroy 4f8c1d49d0 Merge branch 'release' into dev 2016-04-14 13:53:24 -07:00
BrennanConroy b35814f035 Add serialization.primitives for Newtonsoft.Json 2016-04-14 13:53:10 -07:00
BrennanConroy 5bca59a8bd Merge branch 'release' into dev 2016-04-14 13:52:53 -07:00
BrennanConroy 8023d1eb02 Add serialization.primitives for Newtonsoft.Json 2016-04-14 13:52:39 -07:00
John Luo 5ca5d07404 Merge branch 'release' into dev 2016-04-14 13:23:15 -07:00
John Luo 42b5762365 Merge branch 'release' into dev 2016-04-14 13:22:42 -07:00
John Luo 6dc0005a43 Use UseServer() instead of UseKestrel() to allow override in tests 2016-04-14 11:43:40 -07:00
John Luo 9b9bf73ece Use UseServer() instead of UseKestrel() to allow override in tests 2016-04-14 11:43:31 -07:00
Pranav K c1239acce2 Merge branch 'release' into dev 2016-04-14 10:16:04 -07:00
Ryan Nowak a73db1a9bd Fixes #4471 - Don't call Enum.ToString() 2016-04-14 10:15:55 -07:00
Pranav K 49fd345192 Remove Microsoft.DotNet.Cli.Utils 2016-04-14 10:15:19 -07:00
ryanbrandenburg b63b8d0672 Merge remote-tracking branch 'origin/release' into rybrande/dev 2016-04-14 09:47:04 -07:00
moozzyk 4f5bd3e700 Merge branch 'release' into dev 2016-04-14 09:44:28 -07:00
moozzyk 7f7742577d Removing .log extension from the log file name
AspNetCoreModule appends a timestamp followed by ".log" to log file name. Removing extension prevents from creating log files with names like stdout.log.{timestamp}.log
2016-04-14 09:23:19 -07:00
moozzyk 362c093174 The web.config file needs to have Windows slashes even if published on *nix
Addresses #104
2016-04-14 09:21:54 -07:00
Victor Hurdugaci 3b92c65302 Merge branch 'release' into dev 2016-04-14 09:15:50 -07:00
SteveSandersonMS 6a325f8cc4 Clean up versions of referenced packages 2016-04-14 15:14:26 +01:00
SteveSandersonMS 51650f4623 Clean up RC1 bug workaround 2016-04-14 14:59:41 +01:00
Jimmy Hannon b0ebcc3aeb Update RunExtensions.cs
small typo
2016-04-14 14:49:09 +02:00
Mike Harder 1ba599aab8 Merge branch 'release' into dev 2016-04-13 18:08:47 -07:00
Mike Harder 669c06098b React to Kestrel config changes
- aspnet/KestrelHttpServer#720
2016-04-13 17:57:25 -07:00
moozzyk c78f001703 Merge branch 'release' into dev 2016-04-13 17:12:37 -07:00
moozzyk 559b314348 Fixing build 2016-04-13 17:11:55 -07:00
John Luo 67e18c70cc Merge branch 'release' into dev 2016-04-13 16:45:52 -07:00
John Luo 059179b7b8 Add web.config to test sites 2016-04-13 16:12:56 -07:00
Victor Hurdugaci cf465b2001 Fix tests on unix and make tests more reliable on all platforms 2016-04-13 16:08:10 -07:00
Doug Bunting ee2cfa1963 Merge remote-tracking branch 'origin/release' into dev 2016-04-13 16:04:14 -07:00
Doug Bunting eda647e270 Complete the doc comments for filters
- #3851
- add lots of words
- correct that vs. which confusion
2016-04-13 16:01:30 -07:00
Mike Harder 38c70a6fec Merge branch 'release' into dev 2016-04-13 15:12:37 -07:00
Andrew Peters 4cf6e463bb Minor improvements to EF usage.
1) Queries are untracked by default.
2) Use projection query in CartSummaryComponent.
3) Removed redundant async methods.
2016-04-13 15:04:30 -07:00
Mike Harder 6047a62c07 Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720)
- Replace KestrelServerInformation with KestrelServerOptions.
- Move properties from KestrelServerPoolingParameters to KestrelServerOptions.
- Stop reading default options from "kestrel.*" config settings.
- Move extension method IApplicatonBuilder.UseKestrelConnectionLogging() to KestrelServerOptions.UseConnectionLogging()
2016-04-13 14:57:54 -07:00
Ryan Nowak cffc381a69 Update xproj output path 2016-04-13 14:03:44 -07:00