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](https://github.com/Azure/azure-functions-host/files/9776870/build.log) I have created a tiny repo https://github.com/michaelelleby/functionappbug to demonstrate the bug.