-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Produce a System.Web.HttpContext adapter based on ASP.NET Core HTTP types #40001
Comments
FYI @twsouthwick |
Something similar to dotnet/corefxlab#2940 ? |
@nil4 not particularly. That one is a ref-only assembly to make it possible to compile code that uses System.Web types. This would let you run the same code by shimming the implmentaiton. |
Thanks for contacting us. We're moving this issue to the |
Moving this to Preview 3 tentatively since this is actively being worked on. |
@twsouthwick I'm closing this since further work will be tracked in the systemweb-adapters repo. |
This is part of our effort to allow migrating apps targeting .NET Fx / System.Web to .NET Core. We'd like to enable users targeting .NET Framework, and possibly .NET Standard class libraries, to target a library that shims System.Web.HttpContext and related types that are implemented using Microsoft.AspNetCore.Http types. Users could then cross-compile their libraries, referencing these types
and run their apps on .NET Core with minimal changes to existing code.
This issue tracks
The text was updated successfully, but these errors were encountered: