Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

UseBuilder should take optional Action<IServiceCollection> #398

Closed
davidfowl opened this issue Sep 14, 2015 · 3 comments
Closed

UseBuilder should take optional Action<IServiceCollection> #398

davidfowl opened this issue Sep 14, 2015 · 3 comments
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

To make it easier to configure services in the ASP.NET 5 pipeline when exposed via Owin

@muratg
Copy link

muratg commented Sep 14, 2015

Won't the overload with Action<IApplicationBuilder> be enough for that? It has a ServiceProvider property.

@Tratcher
Copy link
Member

Except ServiceProvider is null:

var builder = new ApplicationBuilder(serviceProvider: null);

@muratg muratg added this to the 1.0.0-beta8 milestone Sep 14, 2015
@Eilon Eilon modified the milestones: 1.0.0-rc1, 1.0.0-beta8 Sep 17, 2015
@Tratcher Tratcher modified the milestones: 1.0.0-rc2, 1.0.0-rc1 Oct 22, 2015
@Tratcher Tratcher assigned JunTaoLuo and unassigned Tratcher Nov 3, 2015
@JunTaoLuo
Copy link
Contributor

merged to dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants