Pranav K
ec575595ad
Make dotnet publish use LogInformation instead of LogTrace
...
This would make it have the same LogLevel as dotnet run so we'd have better diagnostics without having to change tests.
2016-08-22 15:04:17 -07:00
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
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
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
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
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
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
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
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
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
Pranav K
2bd97b6071
Fix build warnings
2016-05-19 14:20:17 -07:00
Pranav K
d42df96a47
Revert "aspnet/Coherence#97 - React to updated CoreCLR packages"
...
This reverts commit 5326405fd7 .
2016-05-18 10:24:02 -07:00
Pranav K
ad7de3619a
Revert "React to updated CoreCLR packages"
...
This reverts commit 657d35819d .
2016-05-18 09:43:34 -07:00
John Luo
657d35819d
React to updated CoreCLR packages
...
https://github.com/aspnet/Coherence/issues/97
2016-05-17 15:13:47 -07:00
Ajay Bhargav Baaskaran
5326405fd7
aspnet/Coherence#97 - React to updated CoreCLR packages
2016-05-17 12:53:24 -07:00
Kiran Challa
954e864f96
Fixed RemoteWindowsDeployer to differentiate running between portable/standalone apps.
2016-05-13 10:17:55 -07:00
John Luo
06e23558d2
Merge branch 'release' into dev
2016-05-06 17:25:13 -07:00
John Luo
3337c288c7
Update self host deployer to target specific framework when lauching without publish
2016-05-05 18:58:37 -07:00
Chris R
4cad0a2f01
Merge branch 'release' into dev
2016-05-03 09:05:55 -07:00