Skip to content

VSCode [release-2026w33-lav2] - Version1.186.2 - Issue with Debug in Nuget #9568

Description

@pahnimantha

Severity

P3 - Medium (Minor functionality affected)

Describe the Bug with repro steps

Initially we ran test case in Bundle and then we converted into Nuget using below steps

  1. Right click on project and click on "Convert to NuGet-based logic app project"
  2. Copy paste Nuget package into project folder
  3. update Nuget version in .csproj file
  4. Create nuget.config file and update the file with required code
  5. And finally project will be in Nuget

While executing the NuGet package scenarios, we are encountering the error shown in the attached screenshot.
To continue workflow execution, we explored a couple of potential solutions using the inbuilt Toggle Chat agent. Both approaches allowed the run to succeed. Could you please review the options below and advise whether we can proceed with either of them to complete the testing?
Option 1:

In the logicapp.csproj file, we normally use:

We modified it to:

After making this change, the workflow execution completed successfully.

Option 2:

We typically do not modify the tasks.json file under the .vscode folder. However, after adding the following line:
"/property:BuildingInsideVisualStudio=true",

the workflow execution succeeded.

Image Image

What type of Logic App Is this happening in?

Standard (VSCode)

Are you experiencing a regression?

No response

Which operating system are you using?

Windows

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

Screenshots or Videos

No response

Environment

Browser: Edge Version 151.0.4129.107 (Official build) (64-bit)
VS Code Version: 1.134.0
Extension Version: 5.992.0
Bundle / Nuget Version: 1.186.2

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    VSCodeIssues or PRs specific to VS Code extensionpriority:mediumIssues to address in current sprint

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions