This repository was archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 191
Move ISession
and perhaps WebSocketAcceptContext
up into the root namespace
#590
Comments
dougbu
added a commit
to aspnet/Session
that referenced
this issue
Mar 19, 2016
dougbu
added a commit
to aspnet/MusicStore
that referenced
this issue
Mar 19, 2016
This was referenced Mar 19, 2016
dougbu
added a commit
to aspnet/Session
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/Session
that referenced
this issue
Mar 21, 2016
dougbu
added a commit
to aspnet/WebSockets
that referenced
this issue
Mar 21, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This
interface
andclass
are currently in theMicrosoft.AspNetCore.Http.Features
but are exposed much more broadly e.g.HttpContext
contains a property of typeISession
. They should be in theMicrosoft.AspNetCore.Http
namespace.The text was updated successfully, but these errors were encountered: