Skip to content

You must have the .NET Core SDK installed to perform this operation. #3918

Closed Answered by ppanchal-mobiz
ppanchal-mobiz asked this question in Q&A
Discussion options

You must be logged in to vote

There are two ways to make this work.

  • (Recommended) Using extension's dependency verification: Ensure that azureLogicAppsStandard.autoRuntimeDependenciesValidationAndInstallation is true and all dependency paths are default. Ensure that azureLogicAppsStandard.dependencyTimeout is set to enough time for dependencies to get downloaded. I needed 600 seconds. Then reopen vscode. You can check the Azure Logic Apps (Standard) output window to see the progress of dependencies. Once it is complete, you are good to proceed.
  • Using pre-installed dotnet: Set azureLogicAppsStandard.autoRuntimeDependenciesValidationAndInstallation setting to false and change the path of azureLogicAppsStandard.dotnetBi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ppanchal-mobiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant