azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

After configuring Blob in Azure Function (.NET framework isolated v4), an error message "Feature 'using declarations' is not available in C# 7.3. Please use language version 8.0 or greater" appeared.

Open phenning opened this issue 5 months ago • 2 comments

REPRO STEPS

  1. File > New > Project > Azure Functions > .NET Framework lsolated v4 ~ select "Blob trigger" and set the connection string setting name with "AzuriteStorage" > Create.
  2. Select "Storage Azurite emulator (Local)" > Next, Keep the connection string name and value default> Next > Finish.

image image

Internal bug: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1874704/

Introduced here: https://github.com/Azure/azure-functions-templates/commit/daf6b58cd5d984c6038a4d14cf3c633f64b6e32b

phenning avatar Sep 04 '24 14:09 phenning