David Fowler
e19289f7ac
Merge pull request #255 from Tragetaschen/hosting-keep-alive
...
Third way of making configurable how hosting is kept alive
2015-05-11 17:52:46 -07:00
Victor Hurdugaci
aa2d38d6c1
Better error handling
2015-05-11 16:31:44 -07:00
Kai Ruhnau
95b1997c14
Simplify Hosting's shutdown handling.
...
Don't require a TTY on Unix.
2015-05-12 00:10:24 +02:00
Hao Kung
1354d66fb6
Ensure ConfigureServices is only called once
2015-05-11 15:08:40 -07:00
Victor Hurdugaci
0593c0def7
Add the exit code to the remote result
2015-05-11 14:34:05 -07:00
David Fowler
12d3f48bfd
Merge pull request #261 from Tragetaschen/started-event
...
Add an ApplicationStarted event
2015-05-10 02:05:48 -07:00
Kai Ruhnau
4de328069a
Add an ApplicationStarted event
2015-05-09 08:52:53 +02:00
Victor Hurdugaci
7839b80f04
Scripts to run tests remotely
2015-05-08 14:08:13 -07:00
Chris R
c4df4a0a15
#303 Enable tests for CoreCLR.
2015-05-08 10:52:43 -07:00
Chris R
b7f4058c28
React to Http namespace changes.
2015-05-07 15:31:35 -07:00
Chris R
ff406ecdf1
React to Http namespace changes.
2015-05-07 14:16:46 -07:00
Chris R
bff13b2e9b
React to Http namespace changes.
2015-05-07 13:43:34 -07:00
Chris R
ad93dd74b6
React to Http namespace changes.
2015-05-07 13:26:53 -07:00
Chris R
eb0fe6a92a
#281 Reorganise files, namespaces for internal and features.
2015-05-07 13:15:14 -07:00
Chris R
550b2252ea
#265 Remove Use extensions that take services.
2015-05-07 13:15:11 -07:00
Suhas Joshi
afca1242bc
Fixing database changes from EF
2015-05-07 11:02:14 -07:00
Hisham Abdullah Bin Ateya
4852bf0c52
Using [NotNull]
2015-05-07 10:17:35 -07:00
Hisham Abdullah Bin Ateya
018b4c2426
Using 'nameof' operator instead of magic strings
2015-05-07 10:17:34 -07:00
Troy Dai
2f09b07adc
Package rename: Microsoft.AspNet.DataProtection.Shared -> Microsoft.AspNet.DataProtection.Sources
2015-05-07 10:16:20 -07:00
Victor Hurdugaci
63038b7278
Use the in memory store on the Nano server
2015-05-07 09:51:18 -07:00
Troy Dai
f7f4d490aa
React to common package name change
2015-05-07 09:37:58 -07:00
Troy Dai
ef9dde7d7c
React to common package name change
2015-05-07 09:37:39 -07:00
Troy Dai
fe80a65ffc
React to common package name change
2015-05-07 09:36:15 -07:00
Chris R
c9c09fb4e5
#269 Clean up QueryString APIs, add tests.
2015-05-06 10:55:20 -07:00
Pranav K
789544a1e8
Use aspnetvnext feed as the default feed in dev branch
2015-05-06 10:48:32 -07:00
Pranav K
3f62cc65a5
Updating dnvm to latest
2015-05-06 09:35:02 -07:00
Barry Dorrans
d870ae431e
Add link to documentation site
2015-05-05 13:16:29 -07:00
Youngjune Hong
8c9969ed3f
Updated OpenIdConnectTest for a build break
2015-05-05 03:07:19 -07:00
Youngjune Hong
3c1f3c94e9
Fixing a build break by adding ISystemClock services to the E2E startup
2015-05-04 16:03:31 -07:00
Chris R
568d0d9106
#275 Reduce UriHelper to static methods.
2015-05-04 10:30:14 -07:00
Youngjune Hong
797f802906
Adding the unit tests for ViewComponents in MusicStore
2015-05-04 10:18:35 -07:00
N. Taylor Mullen
552b336a78
Update LICENSE.txt and license header on files.
2015-05-01 14:07:00 -07:00
N. Taylor Mullen
b781df02af
Update LICENSE.txt and license header on files.
2015-05-01 14:05:34 -07:00
N. Taylor Mullen
ff3ffd9348
Update LICENSE.txt and license header on files.
2015-05-01 13:54:16 -07:00
N. Taylor Mullen
063fb64c8b
Update LICENSE.txt and license header on files.
2015-05-01 13:53:45 -07:00
N. Taylor Mullen
8703e2d7f2
Update LICENSE.txt and license header on files.
2015-05-01 13:52:04 -07:00
N. Taylor Mullen
65b21712ef
Update LICENSE.txt and license header on files.
2015-05-01 13:51:42 -07:00
N. Taylor Mullen
c6416f3520
Update LICENSE.txt and license header on files.
2015-05-01 13:45:56 -07:00
moozzyk
f3207ed440
Fixing a build break in Helios
...
Removing Common.Native.targets - to avoid increasing build complexity repo with native projects will have their own target that generates version.h file
2015-05-01 13:16:51 -07:00
Brennan
cb4361b253
React to DNX package renames
2015-05-01 11:07:18 -07:00
Brennan
c4d8b51f99
React to DNX package renames
2015-05-01 11:05:40 -07:00
Troy Dai
4a58540bdf
React to DNX packages name change
2015-05-01 11:05:09 -07:00
moozzyk
6558f1c281
Consistent versioning of native binaries
...
* Adding an MSBuild target file that generates a header containing file and product versions which will be used in .rc files in native projects across all repos.
Note that keeping header generation in MSBuild is cleaner than generating it in a .shade file since the entire project is being built within a single build subsystem and therefore you can build the project directly (i.e. just with MSBuild) without having to do it with Sake (if the file did not exist)
* Updating native-compile target in _k-standard-goals.shade to pass version numbers.
2015-05-01 10:23:27 -07:00
Kiran Challa
602f638a8c
Remove EncoderServices and add default services directly in the service collection extension
2015-04-30 13:21:14 -07:00
Pranav K
9ffb74a4c3
Build samples as part of build-samples
2015-04-30 11:57:45 -07:00
Pranav K
d457b54a36
Avoid running tests for different target frameworks in parallel.
...
This lets us run more things in parallel which involve shared resources.
2015-04-30 11:28:04 -07:00
Pranav K
e3373d54ab
Removing parallel copying of files
2015-04-30 10:33:39 -07:00
Brennan
89ccdf56bf
React to interface renames
2015-04-30 08:45:24 -07:00
Pranav K
4882269842
Adding support for running build in parallel.
2015-04-30 08:28:42 -07:00
Brennan
d578779fa6
Revert Runtime.Abstractions
2015-04-29 23:58:04 -07:00