Mikael Mengistu
2bdbcee7ba
Fixed naming abiguity
2016-09-27 10:24:04 -07:00
Kiran Challa
b6da89f54c
[ Fixes #852 ] TestHost: OnStarting and OnCompleted callbacks of response are not being awaited
2016-09-15 16:35:27 -07:00
BrennanConroy
98e35cc6da
Add retry to ApplicationDeployer delete
2016-09-08 11:04:24 -07:00
Doug Bunting
2fe8c27f30
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-04 19:48:49 -07:00
Kiran Challa
9c44d493ca
Revert "Revert "Remove existing implementation of StartupExceptionPage and use the one in Common""
...
This reverts commit 3f6b558cf3 .
2016-08-29 12:40:13 -07:00
Kiran Challa
3f6b558cf3
Revert "Remove existing implementation of StartupExceptionPage and use the one in Common"
...
This reverts commit 83e0d4798e .
2016-08-25 17:21:29 -07:00
Kiran Challa
83e0d4798e
Remove existing implementation of StartupExceptionPage and use the one in Common
...
[Fixes #831 ] Fix startup exception page to handle flattened exceptions
2016-08-25 16:27:30 -07:00
BrennanConroy
e927dd6924
More old code
2016-08-25 11:45:19 -07:00
BrennanConroy
0bd8a841bb
Remove old code
2016-08-24 16:21:59 -07:00
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
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