-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build hangs with Microsoft.NET.Sdk.Functions version 4.1.3 #8843 #591
Comments
@michaelelleby We are investigating the issue and update you the findings soon. |
@soninaren Could you please have a look into the above issue. |
@soninaren Can you please share your thoughts here. |
possibly related to Azure/azure-functions-host#8401 and/or Azure/Azure-Functions#2108 |
I hit an issue like this, do you have the COREHOST_TRACE environment variable set? #604 |
I had a similar issue, but with .NET 6 target, and .NET 7 SDK. Downgrading |
I closed my Visual Studio 2022.. and started it again as an administrator. It worked for me. Hope this helps someone. |
I am experiencing the same issue when upgrading from v1.0.24 to the next available version non-depreciated version (v1.0.39) or the latest version (v4.4.1 at the time of this writing). I have attempted the following with no success:
|
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.logI have created a tiny repo https://github.com/michaelelleby/functionappbug to demonstrate the bug.
The text was updated successfully, but these errors were encountered: