vscode-azurefunctions
vscode-azurefunctions copied to clipboard
An error occurs when debugging a .NET 7.0/6.0 Isolate/8.0 durable project created with "Netherite/MSSQL" durable storage type on Window and Linux OSs
OS: Win10/Linux Build Version: 20240123.2
Repro Steps:
- Create and open a .NET 7.0 project with "Durable Function orchestrator" function and select "MSSQL" durable storage type.
- F5 -> Select "Connect Azure SQL Database".
- Check whether no error occurs.
Expect: No error occurs.
Actual:
An error occurs.
More Info:
- This issue also reproduces for the C# project created with "Netherite" durable storage type.
- This issue also reproduces for the .NET 8.0 and .NET 6.0 isolate projects.
- This issue doesn't reproduce for the C# project created with "Azure Storage" durable storage type.
- This issue doesn't reproduce for the .NET 6.0 project.
-
Fail to deploy this project to the function app.
Seems like it could be similar to: https://github.com/microsoft/vscode-azurefunctions/issues/3955