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
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
Eilon Lipton
8888cfb059
Merge pull request #634 from logankd/patch-2
...
Asp.Net Core update to readme
2016-03-12 17:56:25 -08: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
Aligned
aec47fe957
Asp.Net Core update to readme
2016-03-10 11:52:36 -06:00
Nate McMaster
87a6eb1d6b
Fix backslashes in yml config.
...
[ci skip]
2016-03-09 17:44:48 -08:00
Nate McMaster
ac37cb6751
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:15 -08:00
Victor Hurdugaci
4d76a29d4a
Update the build scripts to the latest version
2016-03-07 20:54:59 -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
Victor Hurdugaci
6defb6e85b
Return the error code from build.cmd
2016-02-28 10:12:14 -08:00
Victor Hurdugaci
4a8e089f79
Update the build scripts
2016-02-27 12:51:11 -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
Doug Bunting
3776e38d7c
Update `build.cmd` to match latest template
...
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:43:00 -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
John Luo
f5480d5c2b
Updating test TFMs for custom test discovery
2016-02-18 15:03:18 -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