-
Notifications
You must be signed in to change notification settings - Fork 207
Microsoft.Azure.WebJobs.Extensions.Http depends on deprecated "Microsoft.AspNetCore.*" packages #855
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
Comments
This is annoying issue because the main function app SDK depends on Microsoft.Azure.WebJobs.Extensions.Http |
Any updates on this? |
Still no progress. This issue is flagged in our SCA tooling. Technically you're requiring us to run vulnerable software, which, as The Mandalorian would say it, isn't the way... |
Hi @jviau please comment.Thanks |
AspNetCore no longer ships these packages out of band. We would need to add an AspNetCore Framework reference to address this. However, it is fully in the end users' power to uplift this package to by adding Given the workaround and that these packages are only compile-time dependencies (with later versions used at runtime), we do not intend to address this. |
Microsoft.Azure.WebJobs.Extensions.Http (3.2.0, the current version) is a direct dependency of
Microsoft.NET.Sdk.Functions
ie. the main Functions SDK, which means it is included in all in-proc Functions.And it depends on several deprecated packages:
There were announced deprecated by the .Net team at dotnet/announcements#217 (discussion: dotnet/core#7420) in May 2022.
This dependency has caused at least one issue: https://github.com/MicrosoftDocs/azure-docs/issues/54934.
It would be great if it could be removed.
The text was updated successfully, but these errors were encountered: