Skip to content
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

Fail to debug a C# function project with an error "Failed to detect azFunctions Task" #4313

Closed
v-meilei opened this issue Nov 5, 2024 · 3 comments
Assignees
Labels
AT-CTI Created by CTI team

Comments

@v-meilei
Copy link

v-meilei commented Nov 5, 2024

OS: All
Build Version: v1.15.5-alpha.0
.NET Version: 8.0.403
Regression: Previous release(v1.15.4)

Repro Steps:

  1. Create and open a .NET 8.0 C# project with "HTTP trigger" function.
  2. Debug the above project.
  3. Check whether succeeds to debug the C# project or not.

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".
Image

More Info:
This issue also reproduces when debugging a .NET 9.0/7.0 C# project.

@nturinski
Copy link
Member

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.

@v-meilei v-meilei added the AT-CTI Created by CTI team label Nov 6, 2024
@v-meilei
Copy link
Author

v-meilei commented Nov 6, 2024

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.

@nturinski
Copy link
Member

Fixed by #4320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team
Projects
None yet
Development

No branches or pull requests

2 participants