We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: All Build Version: v1.15.5-alpha.0 .NET Version: 8.0.403 Regression: Previous release(v1.15.4)
Repro Steps:
Expect: Succeed to debug the C# project without any error.
Actual: Fail to debug the C# project with an error "Failed to detect AzFunctions Task".
More Info: This issue also reproduces when debugging a .NET 9.0/7.0 C# project.
The text was updated successfully, but these errors were encountered:
This issue also reproduces on the current released Function extension v1.15.4.
This seems to work fine on v1.15.4 for me. I think this was introduced later.
Sorry, something went wrong.
This issue also reproduces on the current released Function extension v1.15.4. This seems to work fine on v1.15.4 for me. I think this was introduced later.
Sorry for my mistake, this issue doesn't reproduce on v1.15.4. I‘ve updated the bug content.
Fixed by #4320
nturinski
No branches or pull requests
OS: All
Build Version: v1.15.5-alpha.0
.NET Version: 8.0.403
Regression: Previous release(v1.15.4)
Repro Steps:
Expect:
Succeed to debug the C# project without any error.
Actual:
Fail to debug the C# project with an error "Failed to detect AzFunctions Task".
More Info:
This issue also reproduces when debugging a .NET 9.0/7.0 C# project.
The text was updated successfully, but these errors were encountered: