Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.AspNet.Http.Core renamed to Abstractions, Interfaces renamed to Features #11

Open
Tratcher opened this issue Apr 29, 2015 · 5 comments

Comments

@Tratcher
Copy link
Member

RE:
aspnet/HttpAbstractions#295
#8

Http.Abstractions – HttpContext (abstract), referenced by middleware, Http, and applications
Http – DefaultHttpContext (implementation), referenced by Hosting (no change)
Http.Features – Feature interfaces & POCOs, referenced by Http and Servers

Note that all of these items are use the Http namespace, there are no Abstractions or Features namespaces.

@ghost
Copy link

ghost commented Apr 30, 2015

👍

@horsdal
Copy link

horsdal commented Apr 30, 2015

👍

@bojanrajkovic
Copy link

Is there a good way to know when everything's been rebuilt with changes like this? Ran into an issue this morning where unlocked deps caused a few broken builds and some cursing while I figured out that something was pulling in the old Http.Core package.

I ended up grabbing known good project.json files from our build server and locking them in place to prevent further breakage, but checking periodically for unbroken builds by unlocking the packages and letting updates happen isn't my idea of a good time.

@Tratcher
Copy link
Member Author

Everything has changed and pushed to myget except for packages in the dnx repo. Those should get finished today or tomorrow.

@bojanrajkovic
Copy link

Thanks!

On Thu, Apr 30, 2015 at 2:53 PM -0700, "Chris R" <notifications@github.commailto:notifications@github.com> wrote:

Everything has changed and pushed to myget except for packages in the dnx repo. Those should get finished today or tomorrow.

Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-97982105.

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

No branches or pull requests

3 participants