When building the solution in VS 2019 and VS 2022, the build just hangs.
When I run dotnet build -v d in the console, I see it gets stuck at the target _GenerateFunctionsExtensionsMetadataPostBuild
This is with .NET Framework 4.7.1 and upgrading to .NET 6 is not an option.
Log file from dotnet build build.log
I have created a tiny repo https://github.com/michaelelleby/functionappbug to demonstrate the bug.