You must have the .NET Core SDK installed to perform this operation. #3918
-
Beta Was this translation helpful? Give feedback.
Answered by
ppanchal-mobiz
Jan 2, 2024
Replies: 1 comment
-
There are two ways to make this work.
|
Beta Was this translation helpful? Give feedback.
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
There are two ways to make this work.
azureLogicAppsStandard.autoRuntimeDependenciesValidationAndInstallation
is true and all dependency paths are default. Ensure thatazureLogicAppsStandard.dependencyTimeout
is set to enough time for dependencies to get downloaded. I needed600
seconds. Then reopen vscode. You can check theAzure Logic Apps (Standard)
output window to see the progress of dependencies. Once it is complete, you are good to proceed.azureLogicAppsStandard.autoRuntimeDependenciesValidationAndInstallation
setting tofalse
and change the path ofazureLogicAppsStandard.dotnetBi…