I am working on migrate from .net6 to .net8. the Previously project is using ‘Microsoft.AspNetCore.Http’; I had read the documentation and seems any http related should now needs to use Microsoft.Azure.Functions.Worker.Http.I am replace all the ‘httprequest’ to ‘httprequestdata’, but for ‘request.Headers.TryGetValue’ I didn’t find the replacement method for the ‘httprequestdata’, could anyone help?
Additionally, I am also using openapi, but for all the decoration like ‘[OpenApiOperation]’ it still need to use ‘Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Attributes’. But Microsoft document says do not use anymore package references related to ‘Microsoft.Azure.WebJobs.*’ How am I supports to do for this? if Remove it will break the code
Learning azure is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.