-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Move IServerVariablesFeature to Http.Features #10374
Move IServerVariablesFeature to Http.Features #10374
Conversation
"You might need to regenerate the reference assemblies ... see docs/ReferenceAssemblies.md" |
Oh sorry about that, I thought I did for the projects which changed. I'll do it globally as I must have missed something. Thanks. |
1b8d904
to
31eeab5
Compare
Errors in the latest builds
I believe updating samples to use the new Edit: Ah! I guess it might be there's 2 Edit #2: Found out why the versions being mixed up; it's because of |
@jkotalik It's pretty strange that InProcessForwardsCompatWebSite mixes package versions like that. It should be all 2.2 or all 3.0. |
How dumb! They both live in the same namespace so my attempt to differentiate one from the other via namespaces obviously didn't work. |
@mderriey I'm going to take a stab at fixing the namespace resolution issue you are hitting. |
Closing in favor of my new PR (as I couldn't push to your fork without cloning). |
IServerVariablesFeature
toHttp.Features
and forward inServers.IIS
GetServerVariable
inHttp.Extensions
GetIISServerVariable
obsolete inServers.IIS
Addresses #10167