-
Notifications
You must be signed in to change notification settings - Fork 25.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
Document request variables in .http files #34617
Conversation
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.
Comments suppressed due to low confidence (3)
aspnetcore/test/http-files.md:226
- The JSONPath expression should use '$.token' instead of 'token'.
{{login.response.body.$.token}}
aspnetcore/test/http-files.md:230
- The XPath expression should use '/token' instead of './token'.
{{login.response.body./token}}
aspnetcore/test/http-files.md:243
#@name login
Content-Type: application/json | ||
|
||
{ | ||
"username": "{{myusername}}", |
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.
There is a missing comma after '"username": "{{myusername}}"'.
"username": "{{myusername}}", | |
"username": "{{myusername}}" |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Sorry for the delay, I reviewed the changes and they look good. Thanks a lot for putting this together. I'm working on a post for the VS blog as well. I'll link to the doc. |
Fixes #34607
Fixes #33729
Fixes #32668
Internal previews