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 execute Http Trigger function for a C# .NET 8.0 LTS project #4178

Open
v-ruizh opened this issue Jun 13, 2024 · 0 comments
Open

Fail to execute Http Trigger function for a C# .NET 8.0 LTS project #4178

v-ruizh opened this issue Jun 13, 2024 · 0 comments
Labels
AT-CTI Created by CTI team

Comments

@v-ruizh
Copy link

v-ruizh commented Jun 13, 2024

OS: All
Build Version: v1.15.1-alpha.0
Regression: Not a Regression

Repro Steps:

  1. Enable "Show Hidden Stacks" setting.
    image
  2. Create and open a C# .NET 8.0 LTS function project with Http Trigger template in VS Code.
  3. Debug this project.
  4. Navigate to WORKSPACE view -> Expand the Functions node -> Right click the Http Trigger function and select "Execute Function Now..." to execute function with the default value.
  5. Check whether succeeds to execute the function or not.

Expect:
Succeed to execute Http Trigger function.

Actual:
Fail to execute Http Trigger function with an error.
image

More Info:
This issue does not reproduce for a C# .NET 8 Isolated LTS project.

@v-ruizh v-ruizh added the AT-CTI Created by CTI team label Jun 13, 2024
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

1 participant