Kai Ruhnau
6cd5744383
Catch exceptions while disposing
2014-12-28 00:05:33 +01:00
David Fowler
217f9ca3d3
Merge pull request #125 from aidancasey/dev
...
NDC London bug fix! , changing environment variable name
2014-12-22 18:08:07 -08:00
Chris Ross
4333003df0
Generalize BasePath logic.
2014-12-18 15:30:43 -08:00
Brennan
4ad0f41eea
Update tests to use official xunit
2014-12-15 15:17:07 -08:00
Suhas Joshi
f958bbf774
Updating to dev NuGet.config
2014-12-08 15:24:40 -08:00
Suhas Joshi
9c28fc93c3
Updating to release NuGet.config
2014-12-08 15:14:17 -08:00
David Fowler
a5ab614937
Removed the null check for IApplicationBuilder
2014-12-06 10:41:11 -08:00
David Fowler
559f5491d4
Make services registered in ConfigureServices work in Configure
...
- Added a test
#114
2014-12-06 10:41:10 -08:00
Chris Ross
2155c08e76
Make WebRootFileSystem settable.
2014-12-05 09:24:06 -08:00
Chris Ross
03e4739a3f
Re-merge IWebRoot & IHostingEnv.
2014-12-04 17:23:21 -08:00
Chris Ross
b883968eef
#86 - Implement IWebRootFileSystemProvider
2014-12-04 14:44:16 -08:00
aidan casey
99c566cac1
NDC London bug fix! , changing environment variable name
2014-12-05 04:54:58 +11:00
Victor Hurdugaci
d85580649f
Update the expected exception from DI
2014-12-03 13:52:46 -08:00
Victor Hurdugaci
bf0c8c95b0
Add schema version to kproj files
2014-11-25 10:47:58 -08:00
Hao Kung
a9827a4310
GetDefaultServices -> AddHosting
...
Also stop adding options
2014-11-24 17:33:11 -08:00
Pranav K
aebfecdf87
Reacting to DI changes
2014-11-24 10:10:51 -08:00
David Fowler
075edc516c
Handle null configuration in HostingServices.Create
2014-11-23 22:48:28 -08:00
Glenn Condron
bd5c07d66a
Move default hosting environment code
2014-11-21 17:04:04 -08:00
Hao Kung
2f02fc6091
Fix SelfHost to default to config environment
...
Fixes MusicStore
2014-11-21 15:01:52 -08:00
Hao Kung
63c8e1889b
Add IServiceManifest
2014-11-20 17:37:35 -08:00
Hao Kung
ac6f1223df
Hosting changes reacting to fallback being removed
...
- HostingServices.Create() is the supported way to create a service
collection with kre services imported
- IHostingEnvironment is now a normal service
- IConfigureHostingEnvironment is how you configure it
2014-11-20 17:23:31 -08:00
Chris Ross
b44ffdb745
#111 - Remove DataProtectionOptions from the service collection.
2014-11-18 13:02:58 -08:00
Chris Ross
b7bb7f8fcf
Fix issue with empty path.
2014-11-14 09:43:33 -08:00
Chris Ross
bf5d14f477
#78 - Enable TestServer to populate the PathBase.
2014-11-13 16:23:03 -08:00
Victor Hurdugaci
d25ffec655
Update KProj to latest version
2014-11-12 15:06:43 -08:00
Pranav K
8f16060f94
Fixing dev NuGet.config
2014-11-06 22:17:09 -08:00
Pranav K
6f543a7302
Merge branch 'release' into dev
2014-11-06 12:48:00 -08:00
Pranav K
cd184e3e33
Updating to release NuGet.config
2014-11-06 12:46:58 -08:00
Chris Ross
65f595ca02
Add new HeadersSent API.
2014-11-06 12:01:14 -08:00
Pranav K
2762ac732f
Merge branch 'release' into dev
2014-11-06 10:48:11 -08:00
Pranav K
5a55767162
Updating to release NuGet.config
2014-11-06 10:48:08 -08:00
Hao Kung
7f1024aac0
Unify ConfigureServices to take IServiceCollection with Options
2014-11-04 12:32:24 -08:00
David Fowler
7277dc910a
Merge branch 'release' into dev
2014-10-31 01:07:04 -07:00
David Fowler
c9e0f9beb1
Added package descriptions
2014-10-31 01:06:50 -07:00
David Fowler
29731533af
Merge branch 'release' into dev
2014-10-29 10:22:40 -07:00
David Fowler
5b515fd132
Updated JSON.NET to 6.0.6
2014-10-29 10:22:19 -07:00
Pranav K
9309765ffa
Fixing System.Diagnostics.Contracts reference
2014-10-24 08:01:10 -07:00
Pranav K
c9fbaccde1
Cleaning up project.json
...
Updating Newtonsoft.Json version to 6.0.6
2014-10-24 00:45:27 -07:00
Pranav K
941344bdc3
Updating build.sh to work on Mono
2014-10-21 12:43:13 -07:00
Chris Ross
d4778e1ad1
Add missing Contracts dependency.
2014-10-17 10:01:13 -07:00
Stephen Halter
cd90a337ee
Change GetService calls to GetRequiredService
...
GetRequiredService throws for missing services like GetService used to.
2014-10-16 16:20:52 -07:00
Hao Kung
4efa6a428b
Support IServiceProvider ConfigureServices()
2014-10-16 11:44:52 -07:00
Chris Ross
33dd087e0f
Move UseMiddleware from RequestContainer to Http.Extensions.
2014-10-15 15:35:29 -07:00
Hao Kung
16fee38c95
Handle null httpContext.ApplicationServices
2014-10-14 21:02:33 -07:00
Hao Kung
6466d1061e
Use/EnsureRequestServices changes
...
- Split UseServices overloads into UseRequestServices and UseServices
- Add RequestServicesContainer class which contains the old
ContainerMiddleware logic and exposes a new
EnsureRequestServices(HttpContext) method which can be called to
populate RequestServices
- ConfigureServices now scans for Configure{Env}Services instead of
ConfigureServices{Env}
- Add OptionsServices as part of default HostingServices
2014-10-14 19:01:01 -07:00
Levi B
ebe4948a3e
Add a discriminator so that DataProtection doesn't use the same subkey across apps by default.
2014-10-10 15:06:31 -07:00
Levi B
c859c3dad5
Skip failing test due to DataProtection changes.
2014-10-10 12:27:14 -07:00
Levi B
821e13a1a7
Update Hosting to account for DataProtection API changes.
2014-10-10 12:13:58 -07:00
Pranav K
fafc191d05
Removing version from framework assemblies node
2014-10-10 10:57:58 -07:00
Pranav K
e094c1a71d
Reacting to CLR package versioning changes
2014-10-10 10:32:44 -07:00