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

React to HttpAbstractions change: No features in .Internal namespace #749

Merged
merged 1 commit into from
Mar 21, 2016

Conversation

@dnfclas
Copy link

dnfclas commented Mar 18, 2016

Hi @dougbu, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@dougbu
Copy link
Member Author

dougbu commented Mar 18, 2016

/cc @lodejard @davidfowl @Tratcher

@@ -5,6 +5,7 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Http.Features.Internal;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this one for?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See line 30 in this file. The class references both IResponseCookiesFeature and the concrete ResponseCookiesFeature. (As I mentioned in aspnet/HttpAbstractions#549, many of our repos use supposedly-internal classes and interfaces from HttpAbstractions.)

@Tratcher
Copy link
Member

:shipit:

@dougbu dougbu force-pushed the dougbu/feature.interfaces.561 branch from 91c4d47 to 9361960 Compare March 19, 2016 05:36
@dougbu dougbu merged commit 9361960 into dev Mar 21, 2016
@dougbu
Copy link
Member Author

dougbu commented Mar 21, 2016

9361960

@dougbu dougbu deleted the dougbu/feature.interfaces.561 branch March 21, 2016 16:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants