Marcos Vinícius
Results
2
comments of
Marcos Vinícius
For .NET 8 isolated, starting with `func host start --dotnet-isolated-debug` does the execution awaits the debugger. So delete `processId` from launch debugger works for me: ``` { "name": "Attach to...
Same here. Instead I use `WriteAsync` and Stream. Works... ```csharp //await response.WriteAsJsonAsync(responseDTO);