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

Move StatusCodes to a more visible namespace #182

Closed
rynowak opened this issue Jan 30, 2015 · 4 comments
Closed

Move StatusCodes to a more visible namespace #182

rynowak opened this issue Jan 30, 2015 · 4 comments

Comments

@rynowak
Copy link
Member

rynowak commented Jan 30, 2015

Right now it's in Microsoft.AspNet.WebUtilities namespace. Suggest moving it to Microsoft.AspNet.Http so that it's more easily discoverable.

Example: https://github.com/aspnet/Mvc/pull/1924/files

We're using this in plenty of places in MVC but it's pretty much the only from that namespace we're interested in.

@Tratcher
Copy link
Member

I wouldn't want to change the namespace without also changing the package. Maybe we could put it in the Microsoft.AspNet.Http.Abstractions package and the Http namespace?

I noticed that very few of the linked samples referenced the Microsoft.AspNet.Http namespace either, so moving there doesn't really save you anything.

I'd like to put it into Microsoft.Net.Http, but I don't think they'd go for that.

@Tratcher
Copy link
Member

Or should we rename this package to Http.Utilities?

@Tratcher
Copy link
Member

Put it in Http.Abstractions package and Http namespace.

@Tratcher
Copy link
Member

Tratcher commented Jul 8, 2015

@rynowak Can you handle your own cleanup for this?

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

2 participants