Azure / Azure/LogicAppsUX

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

Open
#9,568 1 comment 0 reactions 0 assignees View on GitHub
priority:medium VSCode
Dominant language
TypeScript
Stars
111
Forks
109
Avg merge
1d 23h
Merged PRs (30d)
20

Description

### 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

```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_

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the NuGet-based Standard Logic App debug run on Windows with the reported VS Code, extension, and package versions. Inspect logicapp.csproj and .vscode/tasks.json, compare the two reported workarounds, and document or test which configuration is required for successful execution.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, vscode
Domain
developer-experience, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.