vscode-azurefunctions icon indicating copy to clipboard operation
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

Open v-xinda opened this issue 2 years ago • 1 comments

OS: Win10/Linux Build Version: 20240123.2

Repro Steps:

  1. Create and open a .NET 7.0 project with "Durable Function orchestrator" function and select "MSSQL" durable storage type.
  2. F5 -> Select "Connect Azure SQL Database".
  3. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs. image

More Info:

  1. This issue also reproduces for the C# project created with "Netherite" durable storage type.
  2. This issue also reproduces for the .NET 8.0 and .NET 6.0 isolate projects.
  3. This issue doesn't reproduce for the C# project created with "Azure Storage" durable storage type.
  4. This issue doesn't reproduce for the .NET 6.0 project.
  5. Fail to deploy this project to the function app. image

v-xinda avatar Jan 25 '24 09:01 v-xinda

Seems like it could be similar to: https://github.com/microsoft/vscode-azurefunctions/issues/3955

MicroFish91 avatar Jan 31 '24 19:01 MicroFish91