Skip to content

The outside C# project runtime is ~2 after initialing it #1817

@v-ruizh

Description

@v-ruizh

OS: All
Build Version: 20200118.2
Function Core tools: 3.0.2009
.NET Core: 3.0.101
Regression: Not a Regression

Repro Steps:

  1. Create a C# project with func cli using the following command:
    func init --worker-runtime dotnet
    func new --template HttpTrigger --name HttpTrigger1
  2. Open this C# project in VS Code.
  3. Select "Yes" to initial this project.
    image
  4. Check the "azureFunctions.projectRuntime" version.

Expect:
The project runtime version is ~3.
image

Actual:
The project runtime version is ~2.
image

More Info:
This issue does not reproduce in JavaScript/Python project which created from func cli.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions