VineethReyya
VineethReyya
> Thanks for working on this! Could you also check if this approach works when the core tools are started by the Static Web Apps CLI? I'm afraid the terminal...
this PR is refreshed with [new PR](https://github.com/Azure/azure-functions-core-tools/pull/4142)
Hi @kshyju, looking at the Logs of the chocolatey, shim for generating twice (we have 2 executables: one in root folder and other in inproc8) and --iconpath(target path) is getting...
thanks for reporting, closing this issue as it moved to: https://github.com/Azure/azure-functions-dotnet-worker/issues/1865
@blobmold The most reliable and scalable solution is to offload any post-response logic to a queue, which can trigger another function to handle that background task asynchronously. This decouples the...
@empowerNate Thanks for reporting. Is this still existing?
Hi @liliankasem @jviau I’ve started investigating the issue and added a simple line in the Main() method of Program.cs: `Console.OutputEncoding = Encoding.UTF8;` This change works as expected in all worker...
@liliankasem could you review the changes when have a moment. Thanks
@liliankasem If we set "AzureFunctionsJobHost__Logging__LogLevel__Function" to 'debug' in local.settings.json or also use as an environment variable: Its showing debug logs for dotnet worker (if we set minimum level in program.cs),...
@liliankasem added new changes and tests. could you provide review. Thanks