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
- Right click on project and click on "Convert to NuGet-based logic app project"
- Copy paste Nuget package into project folder
- update Nuget version in .csproj file
- Create nuget.config file and update the file with required code
- 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.
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
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
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.
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