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

Remove system.web reference from Storage #435

Closed
tusmester opened this issue Jul 31, 2018 · 0 comments
Closed

Remove system.web reference from Storage #435

tusmester opened this issue Jul 31, 2018 · 0 comments
Assignees
Milestone

Comments

@tusmester
Copy link
Member

tusmester commented Jul 31, 2018

We rely on HttpContext, HttpRequest and HttpResponse in the Storage and ContentRepository projects. First we have to remove unnecessary references from the Storage project.

There is a new API in netstandard containing these classes that may be suitable (and acceptable for .Net Core and .Net Framework environments as well), we have to measure the impact of changing to the new api.

https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions/

@tusmester tusmester changed the title HttpRequest/Response in .Net Standard libraries Remove system.web reference from Storage Jan 10, 2019
@tusmester tusmester self-assigned this Jan 10, 2019
@tusmester tusmester added this to the Sprint 175 milestone Jan 10, 2019
@kultsar kultsar modified the milestones: Sprint 175, Sprint 176 Jan 18, 2019
@kultsar kultsar closed this as completed Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants