You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a .net 6.0 Azure Function Project that always worked with RestClient HTTP files.
Herer are the two issues I noticed (this is less significant). If I start debugging in VSCODE and the .HTTP file is already open, then the "send request" above the GET or POST line no longer is clickable. SO I have to close and reopen.
More serious though is when I do click send requests the response window no longer shows up (and while under debug the breakpoints aren't hit) through however, here is what the screen shows
For detailed output, run func with --verbose flag.
[2023-10-24T10:12:48.406Z] Worker process started and initialized.
[2023-10-24T10:14:15.176Z] Executing 'Functions.GetRequests' (Reason='This function was programmatically called via the host APIs.', Id=9e538c73-cefd-4516-8c79-711df6305d89)
[2023-10-24T10:14:24.226Z] Executing 'Functions.GetRequests' (Reason='This function was programmatically called via the host APIs.', Id=15e4f847-6fc3-4b59-96bb-62ad7bc9af52)
[2023-10-24T10:19:56.269Z] Executing 'Functions.GetRequestDetails' (Reason='This function was programmatically called via the host APIs.', Id=11d92a2a-06ae-4685-a6d4-f3ef4410a2aa)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a .net 6.0 Azure Function Project that always worked with RestClient HTTP files.
Herer are the two issues I noticed (this is less significant). If I start debugging in VSCODE and the .HTTP file is already open, then the "send request" above the GET or POST line no longer is clickable. SO I have to close and reopen.
More serious though is when I do click send requests the response window no longer shows up (and while under debug the breakpoints aren't hit) through however, here is what the screen shows
For detailed output, run func with --verbose flag.
[2023-10-24T10:12:48.406Z] Worker process started and initialized.
[2023-10-24T10:14:15.176Z] Executing 'Functions.GetRequests' (Reason='This function was programmatically called via the host APIs.', Id=9e538c73-cefd-4516-8c79-711df6305d89)
[2023-10-24T10:14:24.226Z] Executing 'Functions.GetRequests' (Reason='This function was programmatically called via the host APIs.', Id=15e4f847-6fc3-4b59-96bb-62ad7bc9af52)
[2023-10-24T10:19:56.269Z] Executing 'Functions.GetRequestDetails' (Reason='This function was programmatically called via the host APIs.', Id=11d92a2a-06ae-4685-a6d4-f3ef4410a2aa)
Beta Was this translation helpful? Give feedback.
All reactions