79162066

Date: 2024-11-06 09:54:31
Score: 0.5
Natty:
Report link

Attempted to upgrade the Microsoft.NET.Sdk.Functions to 4.5 but it didn't work for me. While it might work for some, this wasn’t feasible in my case, as other environments were running fine, and the issue was only occurring on my machine.

Here’s what worked for me:

  1. Ensure that you have the .NET SDK 6.0 installed.
  2. As suggested in this answer. Delete %LocalAppData%\AzureFunctionsTools and restart the VS. Note: It's crucial to have .NET 6.0 installed for this step to work.
Reasons:
  • Blacklisted phrase (1): it didn't work for me
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kei Huynh