vscode-azurefunctions
vscode-azurefunctions copied to clipboard
An error "Failed to attach to process: Unknown Error: 0x80131c3c" occurs when debugging a .NET 6.0 LTS project
OS: M1(Pro) Build Version: 20220715.7
Repro Steps:
- Create a C# project with the .NET 6.0 LTS runtime.
- Open the C# project in VS Code -> Debug it.
- Check whether no error occurs.
Expect: No error occurs.
Actual:
An error occurs.
More Info: This issue doesn't reproduce for C# projects created with other runtimes.
Could you try this again? Maybe the staging templates were messing something up. It seems to be working okay on my machine.
@nturinski This issue still reproduces on Mac(Pro). This issue doesn't reproduce on Windows.
I set the "Azure Functions: Template Source" setting with "Default" and the dotnet version is 6.0.302.
Hi, we have tried reproducing this on Mac and have been unsuccessful. We will be closing this out as unable to repro. If you can provide additional information showing how you are producing this error we can reopen