-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: move az func http trigger to system.text.json #485
chore: move az func http trigger to system.text.json #485
Conversation
✔️ Deploy Preview for arcus-templates canceled. 🔨 Explore the source changes: 8d51a5f 🔍 Inspect the deploy log: https://app.netlify.com/sites/arcus-templates/deploys/61af16da20859e0008c13c46 |
using Microsoft.Extensions.Logging; | ||
using Microsoft.Extensions.Logging.Abstractions; | ||
using Microsoft.Net.Http.Headers; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it just me, or is this diff ui not working as expected ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, something about new line chars that are probably not right. I fixed it locally, so it won't happen again.
Use
System.Text.Json
in Azure Functions HTTP trigger project templateRelates to #484