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

Move ISession and perhaps WebSocketAcceptContext up into the root namespace #590

Closed
dougbu opened this issue Mar 18, 2016 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@dougbu
Copy link
Contributor

dougbu commented Mar 18, 2016

This interface and class are currently in the Microsoft.AspNetCore.Http.Features but are exposed much more broadly e.g. HttpContext contains a property of type ISession. They should be in the Microsoft.AspNetCore.Http namespace.

dougbu added a commit that referenced this issue Mar 19, 2016
dougbu added a commit to aspnet/MusicStore that referenced this issue Mar 19, 2016
dougbu added a commit that referenced this issue Mar 21, 2016
…tures` package and namespace

- #590, also related to #561
- move feature interfaces from `Microsoft.AspNetCore.Http` package
- move required classes from `Microsoft.AspNetCore.Http.Abstractions` package
- move `ISession` and `WebSocketAcceptContext` to `Microsoft.AspNetCore.Http` namespace (#590)

nit: remove transient dependencies listed in `Microsoft.AspNetCore.Http.Abstractions`'s `project.json`
dougbu added a commit to aspnet/WebSockets that referenced this issue Mar 21, 2016
@dougbu
Copy link
Contributor Author

dougbu commented Mar 21, 2016

@dougbu dougbu closed this as completed Mar 21, 2016
@dougbu dougbu added this to the 1.0.0-rc2 milestone Mar 21, 2016
@dougbu dougbu self-assigned this Mar 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant