Pavel Krymets
a13aaffdfe
Merge branch 'release' into dev
2016-04-18 16:30:01 -07:00
Pavel Krymets
9337f3e48e
Migrate tests, tools and samples to portable
2016-04-18 16:28:14 -07:00
Mike Harder
0d9dc1a205
Merge branch 'release' into dev
2016-04-18 15:33:21 -07:00
Mike Harder
bbf2c83a7d
Add KestrelServerOptionsSetup to IServiceCollection in UseKestrel() ( #755 )
...
- Previously, KestrelServerOptionsSetup was only added to IServiceCollection in UseKestrel(options)
- Required to ensure that options.ApplicationServices is available after calling UseKestrel()
2016-04-18 15:32:09 -07:00
Pavel Krymets
c01981d6dc
Merge branch 'release' into dev
2016-04-18 08:38:10 -07:00
Pavel Krymets
6aca37fe5e
Migrate tests, tools and samples to portable
2016-04-18 08:37:56 -07:00
campersau
7ba590b6f1
Rename UseIIS() to UseIISIntegration() in comment
2016-04-17 02:49:58 +02:00
John Luo
31a00f19f8
Merge branch 'release' into dev
2016-04-15 17:48:47 -07:00
John Luo
6b1ffb55b3
Remove old IISPlatformHandler and dotnet-publish-iis packages #122
2016-04-15 17:48:16 -07:00
Chris R
20a1f4a548
Merge branch 'release' into dev
2016-04-15 16:06:15 -07:00
Chris R
c48353f4ef
Hosting#698 Remove IServerFactory
2016-04-15 16:05:01 -07:00
moozzyk
31473694f3
Merge branch 'release' into dev
2016-04-15 14:28:21 -07:00
moozzyk
1410a5a096
Enabling publishing portable apps
...
Addresses #109
2016-04-15 13:09:55 -07:00
Pavel Krymets
fffde66627
Merge branch 'release' into dev
2016-04-15 11:57:43 -07:00
Pavel Krymets
86befd91de
Migrate tests, tools and samples to portable
2016-04-15 11:57:34 -07:00
Pranav K
df742cbd07
Merge branch 'release' into dev
2016-04-15 07:39:49 -07:00
Pranav K
ab50213acd
Fix reference to Microsoft.NetCore.App
2016-04-14 19:12:28 -07:00
Pavel Krymets
cc1862288d
Merge branch 'release' into dev
2016-04-14 15:58:26 -07:00
Pavel Krymets
f61af9a746
Migrate tests, tools and samples to portable
2016-04-14 15:47:59 -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
Pranav K
c1239acce2
Merge branch 'release' into dev
2016-04-14 10:16:04 -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
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
Victor Hurdugaci
cf465b2001
Fix tests on unix and make tests more reliable on all platforms
2016-04-13 16:08:10 -07:00
Mike Harder
38c70a6fec
Merge branch 'release' into dev
2016-04-13 15:12:37 -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
Stephen Halter
c9a1d4000f
Merge branch 'release' into dev
2016-04-13 12:51:56 -07:00
moozzyk
adf98e0685
Merge branch 'release' into dev
2016-04-13 10:58:44 -07:00
moozzyk
e054eac3bd
Fixing tests to use the package that was just built
...
Disabling parallel run to prevent random issues
Adding additional details that should help diagnose failures
2016-04-13 10:57:53 -07:00
John Luo
55fe28286b
Merge branch 'release' into dev
2016-04-13 10:24:35 -07:00
John Luo
be4d6bc07c
Limit parallelism in ci-pull
2016-04-13 10:23:43 -07:00
Victor Hurdugaci
298bc2bcbf
Merge branch 'release' into dev
2016-04-13 09:57:41 -07:00
moozzyk
8f1f3c0772
Add a polling watcher
2016-04-13 09:52:55 -07:00
David Fowler
5354005a1a
Remove support for DNX on osx on mono
...
- Remove mono osx specific PInvokes
- Use PlatformAbstractions to detect darwin instead of direct pinvoke
#742
2016-04-12 23:47:36 -07:00
Eilon Lipton
78d3428eb7
Fix package metadata
2016-04-12 19:06:55 -07:00
Eilon Lipton
795fc36cde
Fix package metadata
2016-04-12 18:47:35 -07:00
Cesar Blum Silveira
b9c2b29152
Merge branch 'release' into dev
2016-04-12 15:06:42 -07:00
Cesar Blum Silveira
7b63846357
Prevent crash when aborting connection before Frame is created ( #738 ).
2016-04-12 14:18:41 -07:00
moozzyk
ed2fc54d2c
Merge branch 'release' into dev
2016-04-12 09:53:59 -07:00
moozzyk
46d4c6edcb
Updating dotnet-watch to netstandard
2016-04-12 09:46:12 -07:00
Cesar Blum Silveira
7dfa305032
Merge branch 'release' into dev
2016-04-11 16:38:39 -07:00
Cesar Blum Silveira
2235b79a8d
Only reset repos that were cloned.
2016-04-11 16:35:45 -07:00
Cesar Blum Silveira
295a5ee349
Properly set commits file location after caching Coherence.
2016-04-11 16:35:05 -07:00