Pranav K
d2f109ef6c
Add environment variables to dotnet publish
2016-08-18 10:34:13 -07:00
David Fowler
0a7cf6b5a0
Added support for Startup.ConfigureContainer
...
- Startup.ConfigureContainer allows users to configure a 3rd party DI
container in a first class way in the Startup class. 3rd party containers
plug in via IServiceProviderFactory<TContainerBuilder> configured in
IWebHostBuilder.ConfigureServices.
- Added tests
2016-08-17 10:44:27 -07:00
Pranav K
e3b5686d96
Updating NuGetPackageVerifier.json to account for project rename
2016-08-15 16:35:48 -07:00
Pranav K
f8189a2296
Rename to Microsoft.AspNetCore.Server.IntegrationTesting
...
Fixes #824
2016-08-12 12:03:01 -07:00
Kiran Challa
c6de61b520
Addressed feedback
2016-08-10 11:50:04 -07:00
Kiran Challa
cc65ddfa28
Updated ApplicationDeployer to conditionally delete published application folder
2016-08-10 10:04:17 -07:00
Pranav K
5968a964c4
Switching to dotnet.myget.org feed
2016-08-09 15:02:46 -07:00
Kiran Challa
1aa5ebc585
ApplicationDeployer: Supply the build configuration to dotnet publish
2016-08-08 13:27:23 -07:00
Kiran Challa
e96f2cb738
Set deployed application root folder as working directory
2016-08-04 14:07:36 -07:00
BrennanConroy
3a3405cf43
Update .travis.yml
2016-08-02 13:08:50 -07:00
Ajay Bhargav Baaskaran
184a25792a
[ Fixes #819 ] Display LoaderExceptions in ReflectionTypeLoadException
2016-07-25 12:19:32 -07:00
John Luo
b955ec7743
Update shutdown logic for hosted applications
...
- Guarantee the ordering of ApplicationLifetime events
- Guarantee that the callbacks of each event is completed before the next event is triggered
2016-07-21 11:14:51 -07:00
David Fowler
93130dd4a1
Merge pull request #821 from ardalis/patch-1
...
Fixed typo
2016-07-20 23:41:28 -07:00
Steve Smith
44fc5a7bf9
Fixed typo
...
speficied => specified
2016-07-20 17:18:07 -04:00
Doug Bunting
9a03b504ef
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 11:59:39 -07:00
Pranav K
dc35157f7a
Use MethodDisplayInfo to display stack trace
2016-07-05 11:47:09 -07:00
Pranav K
9a1b3c7296
Updating to RTM builds of xunit
2016-06-30 14:32:36 -07:00
Mohammad Rahhal
7b513de5c3
Output "Application is shutting down" message
2016-06-17 10:53:30 -07:00
Pranav K
ef0de2b6e7
Updating to dev versions
2016-06-16 10:17:56 -07:00
BrennanConroy
7d2ec5b37b
Fix tests hanging
2016-06-14 16:43:56 -07:00
Pranav K
33ae9d069e
Merge branch 'release' into dev
2016-06-14 16:29:06 -07:00
Pranav K
02c7ef021f
Updating to release.
2016-06-14 16:22:37 -07:00
N. Taylor Mullen
c96b57963e
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:29:00 -07:00
Kiran Challa
c72f8ac8bb
Updated the dotnet CLI workaround for enabling standalone or portable apps to run in Nano
2016-06-13 12:39:19 -07:00
Cesar Blum Silveira
0f79bff98b
Prevent NullReferenceException when disposing Context.Scope ( #782 ).
2016-06-09 15:58:31 -07:00
jacalvar
525b9251df
Remove unnecesary imports
2016-06-08 14:58:21 -07:00
John Luo
db4b0af98b
Read environment variables by default #784
2016-06-08 10:42:00 -07:00
BrennanConroy
e41b455141
Update
2016-06-07 11:35:40 -07:00
BrennanConroy
7808a47ccc
Use Sources RuntimeEnvironment
2016-06-07 10:01:27 -07:00
Kiran Challa
808ee7e965
Fixed SelfHostDeployer and IISExpressDeployer to use the correct application path
2016-06-06 16:32:51 -07:00
Kiran Challa
772bd562c9
Fixed RemoteWindowsDeployer to support IIS scenarios
2016-06-06 16:32:51 -07:00
Pranav K
cb27e74fc9
Target netstandard1.3
2016-06-06 12:57:14 -07:00
Pranav K
d02f67785f
Use Microsoft.Extensions.StackTrace.Sources
2016-06-03 16:44:57 -07:00
Pranav K
a3b2a7b62b
Fix package verifier warnings
2016-06-02 10:55:03 -07:00
Cesar Blum Silveira
a2ee01272a
React to HttpAbstractions@8212694.
2016-05-31 17:05:39 -07:00
Kiran Challa
1433822ec8
Fix OS platform check in SelfHostDeployer
2016-05-31 15:54:17 -07:00
Kiran Challa
bb3555c3dc
Fixed RemoteWindowsDeployer to copy dontet runtime to target server for enabling portable apps scenario
2016-05-31 11:50:28 -07:00
BrennanConroy
f60aa7aa70
Replace some of PlatformAbstractions with RuntimeInformation
2016-05-31 10:38:03 -07:00
David Fowler
92553ae77c
Removed dead code
2016-05-28 16:34:38 -07:00
John Luo
4fccbeebdc
Update metadata
2016-05-27 15:26:29 -07:00
Cesar Blum Silveira
eec279be17
Fix OSX build on Travis.
2016-05-27 11:29:48 -07:00
John Luo
8a9963ece2
React to updated CoreCLR packages
...
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:33:37 -07:00
Kiran Challa
be7069b198
Fixed RemoteWindowsDeployer for testing portable apps and temporary workaround for a dotnet cli issue
2016-05-26 12:37:21 -07:00
John Luo
7f4e3645f2
Update ConfigureServicesBuilder exception message #502
2016-05-23 16:11:18 -07:00
David Fowler
e7b8c3f90a
Support ASPNETCORE_URLS to set server urls
...
- Read both urls and server.urls in WebHost
- UseUrls now sets urls instead of server.urls
2016-05-22 01:37:28 -07:00
David Fowler
14557f0131
Removed UseServer
2016-05-20 22:07:43 -07:00
David Fowler
057bcb43ac
Move extension methods to Hosting.Abstractions
...
- - Moved everything that could be moved to Hosting.Abstractions
2016-05-20 22:07:43 -07:00
David Fowler
41b4e6017e
Removed irrelevant tests
2016-05-20 22:03:14 -07:00
David Fowler
c5e8120e39
Remove UseServer(string) overload
...
- Removed the overload that takes a string because it's broken
#731
2016-05-20 21:55:26 -07:00
Pavel Krymets
bdc3959938
Downgrade Server.Testing version to 0.1
2016-05-20 14:35:06 -07:00