Pranav K
abe6dd5692
Merge branch 'release' into dev
2016-04-26 10:18:15 -07:00
Pranav K
3853d988c2
Remove references to IRuntimeEnvironment \ IApplicationEnvironment
2016-04-25 14:25:19 -07:00
Kiran Challa
80714a3d70
Added RemoteWindowsDeployer to deploy published applications on remote windows machines
2016-04-21 15:30:29 -07:00
John Luo
744e736c70
Merge branch 'release' into dev
2016-04-21 10:38:19 -07:00
John Luo
e874f99791
Updating deployers for apps using shared runtime
2016-04-21 10:27:03 -07:00
Pranav K
bf5ee72106
Merge branch 'release' into dev
2016-04-19 14:54:02 -07:00
Pranav K
0a8f1327b5
Use latest build of dotnet-test-xunit
2016-04-19 14:54:01 -07:00
David Fowler
9830dffabd
Merge from release
2016-04-19 10:31:13 -07:00
David Fowler
68092dbb97
Porting #712 to release
2016-04-19 10:29:25 -07:00
David Fowler
7e7d101dcf
Merge pull request #716 from nil4/dev
...
Fixes #712
2016-04-19 10:05:31 -07:00
Dorin Andreica
d2780734b2
Rebased #713 on latest aspnet/Hosting
2016-04-19 11:38:32 +02:00
David Fowler
933a2f5a1d
Don't dispose the server anymore, the container does it
2016-04-18 22:47:28 -07:00
David Fowler
8f5f8d28d0
This change introduces a new service `IStartup` that can be registered in the hosting container to override any startup logic. `UseStartup` overloads have been changed to detect `IStartup` and directly put it in the container, or to wrapping it with a `ConventionBasedStartup` implementation to preserve the existing behavior.
...
- Remove IStartupLoader and add `IStartup` instead that matches the signature hosting cares about
- Moved `UseStartup` to extension methods
- Move existing logic into `ConventionBasedStartup` class
2016-04-18 21:33:03 -07:00
Pavel Krymets
dd6bf6a205
Merge branch 'release' into dev
2016-04-18 16:58:32 -07:00
Pavel Krymets
e3f4f23b5a
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 16:58:28 -07:00
Ryan Brandenburg
4e5fd908fd
Merge remote-tracking branch 'origin/release' into dev
2016-04-18 09:49:59 -07:00
Ryan Brandenburg
6fd469e748
Make contentRootPath error give failed path
2016-04-18 09:48:48 -07:00
Chris R
5e425b24ec
Merge branch 'release' into dev
2016-04-15 16:02:49 -07:00
Chris R
26e6036187
#698 Remove IServerFactory
2016-04-15 16:01:17 -07:00
Ryan Brandenburg
6a57ec1fa9
Make contentRootPath error give failed path
2016-04-15 14:47:22 -07:00
Dorin Andreica
eb8c0a2634
Do not suppress original exceptions in ConfigureBuilder, Fix #695
2016-04-15 11:06:20 -07:00
BrennanConroy
90510f5138
Allow nginx to run with published apps
2016-04-15 10:05:13 -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
John Luo
12fff1833f
Merge branch 'release' into dev
2016-04-11 09:47:28 -07:00
John Luo
816b5df9cd
React to moving web.config
2016-04-08 16:35:14 -07:00
Pranav K
ed3b3044d1
Merge branch 'release' into dev
2016-04-08 06:48:53 -07:00
Pranav K
a1267311fe
Removing imports from src projects
2016-04-08 06:48:53 -07:00
Pranav K
6ed1162333
Merge branch 'release' into dev
2016-04-06 09:46:49 -07:00
Pranav K
121a2b5cd0
Updating to release.
2016-04-06 09:46:47 -07:00
jacalvar
4cbda0358b
Eagerly initialize hosting environment
2016-04-02 00:53:11 -07:00
David Fowler
b6a3fee088
Allocate the IServiceScopeFactory once and reuse it across requests
...
- Since we resolve the IServiceProvider from the application container, it's should be safe to reuse it across requests without the extra lookup everytime.
2016-04-01 20:32:59 -07:00
BrennanConroy
8c69989a5f
React to logging changes
2016-04-01 12:02:09 -07:00
BrennanConroy
b5816f22cf
Replace DNX451 with NET451
2016-03-31 10:58:45 -07:00
Doug Bunting
6e87b51638
React to HttpAbstractions namespace changes
...
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:02:42 -07:00
Victor Hurdugaci
9ee7b408e6
Webhooks notification
2016-03-30 15:38:43 -07:00
David Fowler
1182a5a9ca
Remove IServerLoader and add the IServerFactory to the DI container
...
- This change removes the indirection and between the IServerLoader and
the IServerFactory. We now add the IServerFactory directly to the DI
container and resolve it from there.
- Moved logic that resolves IServerFactory from an assembly to a static
helper
2016-03-30 13:39:27 -07:00
BrennanConroy
8451d1afcb
Fix rare deadlock in TestHost
2016-03-30 10:24:50 -07:00
David Fowler
a0de7564e2
Small tweaks to hosting
...
- Added some framework assemblies to stop VS from complaining
- Call AddSingleton instead of TryAddSigleton since we're always first.
- Remove the null check since these abstractions are never null now.
- Moved comments
2016-03-29 03:03:40 -07:00
John Luo
fb036a4e3a
Update samples TFM
2016-03-25 17:30:52 -07:00
John Luo
a406bfd86f
Add addtional test and some comments
2016-03-25 17:11:21 -07:00
Christian Weiss
4b16e83a1f
Pass existing LoggerFactory into WebHostBuilder
2016-03-25 15:34:30 -07:00
BrennanConroy
22eab75005
Add Nginx Deployer
2016-03-25 14:52:10 -07:00
Doug Bunting
b06a84457d
Ensure an `ObjectPoolProvider` is registered
...
- e.g. take advantage of aspnet/HttpAbstractions#561 fix wherever cookies are used
2016-03-25 09:58:05 -07:00
David Fowler
6c1247b30c
Fix build
...
- Hoist packages using netstandard.library
- Upgrade process since it's not in the standard library
2016-03-25 00:46:39 -07:00
Christian Weiss
bfcaa00e1b
removes the ConfigureDelegate delegate
2016-03-24 18:03:53 -07:00
John Luo
312192b447
WebHostBuilder extensions rename and documentation. #636 #648
2016-03-22 16:27:28 -07:00
=
b7bdc9c404
Fix relative content root path test for non-windows systems
2016-03-21 11:27:53 -07:00
Doug Bunting
bb3809d3dc
React to HttpAbstractions change: No features in `.Internal` namespace
...
- see issue aspnet/HttpAbstractions#561 and pull aspnet/HttpAbstractions#589
2016-03-21 09:06:37 -07:00
Pranav K
3af7a96c78
Reacting to CoreCLR package changes
2016-03-20 20:17:52 -07:00