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 old dependencies by adding net6 target framework #862

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

Havunen
Copy link

@Havunen Havunen commented Aug 21, 2023

Remove old dependencies by adding net6 target framework and ignore WebApiCompatShim code in net6


namespace Microsoft.Azure.WebJobs.Extensions.Http.Shim
{
public class HttpRequestMessageFeature : IHttpRequestMessageFeature
Copy link
Author

Choose a reason for hiding this comment

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

this code is copied here from the Microsoft.AspNetCore.Mvc.WebApiCompatShim package:
ref: https://github.com/aspnet/Mvc/blob/b18526cdc8d8c868e8d7f9c6c8484064215e1002/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageFeature.cs

in case somebody somehow manages to call this code path

@Havunen
Copy link
Author

Havunen commented Aug 21, 2023

It seems the tests are not passing in dev branch either...

@Havunen Havunen changed the title Remove old dependencies by adding net6 target framework and ignore We… Remove old dependencies by adding net6 and net8 target frameworks Nov 14, 2023
@Havunen Havunen changed the title Remove old dependencies by adding net6 and net8 target frameworks Remove old dependencies by adding net6 target frameworks Nov 14, 2023
@Havunen Havunen changed the title Remove old dependencies by adding net6 target frameworks Remove old dependencies by adding net6 target framework Nov 14, 2023
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

Successfully merging this pull request may close these issues.

1 participant