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
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
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
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
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
David Fowler
0852883133
Merge pull request #664 from cwe1ss/cweiss/InconsistentFilenames
...
File names not matching class names
2016-03-20 12:25:26 -07:00
David Fowler
7a50deb9af
Merge pull request #662 from cwe1ss/cweiss/EnvironmentDocs
...
Replaces Hosting:Environment with new values in docs
2016-03-20 12:24:54 -07:00
David Fowler
2836c20093
Merge pull request #663 from cwe1ss/cweiss/AbstractionsDocs
...
Consistency fixes for XML docs
2016-03-20 12:24:15 -07:00
Christian Weiss
cc0fc6ac06
File names not matching class names
2016-03-20 12:06:46 +01:00
Christian Weiss
312db4b424
Consistency fixes for XML docs
2016-03-20 11:38:46 +01:00
Christian Weiss
2e07ddee45
Replaces Hosting:Environment with new values in docs
2016-03-20 11:15:26 +01:00
John Luo
862f16efa9
Update package name
2016-03-17 16:35:20 -07:00
John Luo
9ae3327af3
Use KillTree from Common
2016-03-17 16:07:38 -07:00
John Luo
ac7741fe81
Configure IStartupFilters in FIFO order #653
2016-03-17 15:51:32 -07:00
John Luo
32740d67a7
Use NullFileProvider from FileSystem
2016-03-16 14:27:45 -07:00
John Luo
24279aa946
Handle directories with spaces during deployment publish #630
2016-03-15 17:49:16 -07:00
Pranav K
f76fb06c8f
Fixing CI build break
2016-03-15 12:43:43 -07:00
John Luo
5ac589317f
Additional fiels in HostingEnvironment and Renames
...
- Added ApplicationName, ContentRootPath and ContentRootFileProvider
- Removed Configuration
- Removed MapPath
2016-03-14 16:21:56 -07:00
John Luo
9ade9da2f7
Revert ApplicationBasePath default resolution #641
2016-03-14 10:31:08 -07:00
Pranav K
7b1931c2c8
Fixing CI build failure
2016-03-12 17:38:44 -08:00
Chris R
a31f840675
Rename environment variables to ASPNETCORE_. Remove the legacy ENV abbreviation.
2016-03-11 10:42:47 -08:00
Chris R
a77e7cf6da
Allow ConfigureServices to be called multiple times.
2016-03-10 16:15:22 -08:00
John Luo
b48b5f1553
Set default ApplicationName and ApplicationBase in ApplicationEnvironment #613
2016-03-10 15:45:05 -08:00
John Luo
c6f6066b03
Elevate application starup errors to be logged as critical #612
2016-03-04 14:55:58 -08:00
John Luo
a04dae1b14
Merge branch 'johluo/fix-deployers' into dev
2016-03-04 12:11:20 -08:00
John Luo
18828d7c2e
Add a parameter for tests to specify TFM for publish before deployment. #626
2016-03-04 10:40:55 -08:00
Ajay Bhargav Baaskaran
6b933b5e8a
Removed duplicate attribute
2016-03-03 18:10:20 -08:00
Ajay Bhargav Baaskaran
fc51cb1f30
Added Company, Copyright and Product attributes to AssemblyInfo
2016-03-03 17:32:36 -08:00
Doug Bunting
5e11093127
Remove project name from output path
...
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:49:26 -08:00
=
947adbc8a8
Fix deployers for non-windows platforms and coreclr
...
- Execute published clr applications on linux and mac with mono
- Update TFM for coreclr project to netstandardapp1.5
2016-03-01 02:29:31 -08:00
N. Taylor Mullen
57371e5c9c
Transition to netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:32:58 -08:00
John Luo
8cdc6da20b
Fix how processes are killed on Linux
2016-02-26 16:46:09 -08:00
John Luo
06cfdcaf23
Removing duplicated extension for creating enumerable configuration
2016-02-25 17:38:11 -08:00
John Luo
0d737d5eb8
Append .exe to executable when deploying published CLR applications
2016-02-25 16:12:25 -08:00
John Luo
9b214971f6
Update the self host deployer message so published application command is accurate
2016-02-25 15:54:11 -08:00
Kiran Challa
5106376cbb
Remove the 'exe' extension to enable tests to run on non-Windows platforms
2016-02-25 12:59:30 -08:00
BrennanConroy
09ad082913
No dnu
2016-02-25 10:13:21 -08:00
moozzyk
899fe193e7
Replacing KillProcess with taskkill /t which kills entire process tree
2016-02-19 14:56:43 -08:00
Ajay Bhargav Baaskaran
19501c03aa
Few minor doc comment changes
2016-02-18 16:47:33 -08:00
Ajay Bhargav Baaskaran
4fe825793b
Enabled xml doc generation
2016-02-18 12:29:56 -08:00
John Luo
6aa848dd93
Convert TFM to net451 to allow custom test discovery
2016-02-16 17:59:17 -08:00
David Fowler
0633690715
Simplify resolve path check
2016-02-13 22:47:07 -08:00
Victor Hurdugaci
e7eb076a39
Change the deployers to use dotnet
2016-02-09 10:23:43 -08:00
Pranav K
41baf6feed
Reacting to CoreCLR package version changes
2016-02-08 09:33:45 -08:00
David Fowler
fb0807cd7d
Reduce dependencies in server abstractions
2016-02-06 02:25:34 -08:00
moozzyk
79df7c9ca7
Resolving relative application base paths
2016-02-04 12:48:48 -08:00
Kiran Challa
906ed5f0fb
Fixes #597 : Hosting logging needs to use structured logging instead of format strings
2016-02-03 10:10:25 -08:00
John Luo
8e94d40688
Updating to new CLI
2016-02-01 19:11:00 -08:00
David Fowler
94593de0c1
Print the application base path out
...
- This helps to show how the host is configured
2016-01-29 16:04:57 -08:00
John Luo
ae47bb21a6
Ordering sensitive configuration #582
2016-01-28 13:55:17 -08:00
Brennan
3ea44c6f75
React to Logging API changes
2016-01-27 14:01:49 -08:00
N. Taylor Mullen
e62ceb8528
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:21:40 -08:00
N. Taylor Mullen
c24e0297b2
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:21:33 -08:00
Brennan
70c69178f6
React to Fileprovider namespace changes
2016-01-21 16:56:27 -08:00
Pranav K
802dbea6db
Reacting to CoreCLR package version change
2016-01-20 20:50:18 -08:00
David Fowler
cb029209a3
Remove top level environment variables from default config
2016-01-20 22:41:47 +00:00
John Luo
cad9ea1df7
Rename WebApplication to WebHost
2016-01-17 15:31:29 -08:00
David Fowler
0673acedc4
Added overload of Run that triggers shutdown on a cancellation token
...
- Added test
- Changed NotifyStopped() after all work has been done
2016-01-16 11:24:43 +00:00
Troy Dai
80bc8bbbe1
Fix test break caused by null ApplicationBaseUrlHint
...
In addtion to the fix here are the changes to improve the helper:
1. Rename the helper to better represent its function;
2. Add overload to generate free port without hint;
3. Add overload to generate local test url;
2016-01-14 14:50:59 -08:00
Pavel Krymets
3c79b425f1
Use dynamic ports for all deployers
2016-01-13 14:31:24 -08:00
John Luo
c747ce630d
TestServer should not capture startup errors by default
2016-01-13 14:23:16 -08:00
John Luo
f7be1fb80e
Fixing logger nullref when context created with no feature #532
2016-01-13 11:47:10 -08:00
Ben Adams
fa72fdeaed
Higher accuracy in timings
2016-01-13 11:36:39 -08:00
John Luo
d422201e01
Elaborating error message when no startup is specified
2016-01-12 22:14:09 -08:00
Chris R
317c9d0e80
Remove HttpPlatformHandler port detection.
2016-01-12 11:43:01 -08:00
Troy Dai
eb617eb9a9
Publish to inetpub
2016-01-12 11:37:40 -08:00
John Luo
1b05fb442e
Add extension to configure capture startup errors setting which defaults to true #552
2016-01-12 10:59:09 -08:00
Troy Dai
ccde330978
Update IISDeployer and its base class
2016-01-11 23:19:08 -08:00
John Luo
48451bdabc
Making application available from TestServer #519
2016-01-11 16:39:48 -08:00
John Luo
2c7f0ff35d
Remove IncludedConfigurationProvider since it's been added to Configuration repo
2016-01-07 15:19:41 -08:00
David Fowler
294e16732f
Move default config to Hosting.Abstractions
2016-01-07 07:49:29 -08:00
David Fowler
e72924796e
More hosting API changes
...
- Added IWebApplicationBuilder and moved it to Hosting.Abstractions as a
target for others to extend the web application builder.
- Made methods extension methods where possible
- Added UseUrls
2016-01-06 21:09:33 -08:00
David Fowler
46e3e25ec7
Add the ability to set the IApplicationEnvironment.ApplicationBasePath
...
- Added UseApplicationBasePath which sets the base path (used for views
and static files)
2016-01-04 17:43:23 -08:00
David Fowler
d8a20521f1
Add Options to the default set of services
...
#547
2016-01-04 16:38:23 -08:00
John Luo
d07a072287
Adding AssemblyInfo for WindowsServices
2015-12-22 19:58:51 -08:00
John Luo
4ec36de602
Minor cleanup of WindowsServices
2015-12-22 17:00:26 -08:00
Erez Testiler
83c8816eb7
Add support for hosting within a Windows service.
2015-12-22 17:00:26 -08:00
John Luo
f5a866ff3c
Using new PlatformServices API
2015-12-22 15:12:28 -08:00
Ben Adams
216fe7843c
Remove unnecessary state machine
2015-12-22 13:44:57 +00:00
Henk Mollema
45a1981e3b
Remove dnx451 and dnxcore50 TFM's
2015-12-22 08:50:31 +01:00
John Luo
7b43502817
Update selfhost to specify server via command line
2015-12-21 14:37:04 -08:00
Chris R
94bf7bf2d5
Dont select an architecture specific version of IIS Express.
2015-12-21 10:17:50 -08:00
David Fowler
1c70ff4d13
API changes to Hosting and TestServer #525
2015-12-17 14:52:42 -08:00
Pranav K
35f9de5ae1
Reacting to DI and PlatformAbstraction changes
2015-12-17 11:45:48 -08:00
Martin Johns
5e837b4eef
Reduce overuse of null-conditional operator
2015-12-14 10:47:15 -08:00
John Luo
455d865948
Fixing deadlock hang in test when running in single threaded environment
2015-12-14 10:14:32 -08:00
Kiran Challa
3325bfc653
Fix how we chose target runtime in deployers
2015-12-12 22:12:01 -08:00
Pranav K
8aa3fd6e9c
Use TypeNameHelper for pretty printing names
2015-12-09 16:59:12 -08:00
Pranav K
a83c556bb7
Remove compilation error support from Startup error page
...
Fixes #510
2015-12-09 16:58:36 -08:00
Pranav K
b966ed0ba3
Fixing CoreCLR package versions
2015-12-08 17:15:40 -08:00
David Fowler
29a4f302d8
Remove non-essential platform services
...
- Remove services that can be registered by the application itself.
- These services use to come from the DNX but now they are stand alone
implementations that can be registered by applications if they choose.
#501
2015-12-07 21:58:12 -08:00
Doug Bunting
3f9c23a6ee
Remove `[SuppressMessage]`s
...
- build break
2015-12-07 20:15:37 -08:00