Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code Extension Logic Apps (Preview) does not work with .NET 5 #160

Closed
PalmEmanuel opened this issue Sep 22, 2020 · 3 comments
Closed
Labels

Comments

@PalmEmanuel
Copy link

When I try to create a Logic App using the new VS Code extension Logic Apps (Preview) v0.0.1 I get an error that may be the same described in the issue #2153.

"You must have the .NET Core SDK installed to perform this operation. See here for supported versions."

PS F:\Code\LocalLogicApp> dotnet --list-sdks
2.1.202 [C:\Program Files\dotnet\sdk]
2.1.402 [C:\Program Files\dotnet\sdk]
2.1.403 [C:\Program Files\dotnet\sdk]
2.1.511 [C:\Program Files\dotnet\sdk]
2.1.700 [C:\Program Files\dotnet\sdk]
2.1.801 [C:\Program Files\dotnet\sdk]
2.2.300 [C:\Program Files\dotnet\sdk]
3.1.100 [C:\Program Files\dotnet\sdk]
3.1.402 [C:\Program Files\dotnet\sdk]
5.0.100-rc.1.20452.10 [C:\Program Files\dotnet\sdk]

When I uninstall .NET 5 it works.

@hajekj
Copy link

hajekj commented Sep 22, 2020

What worked for me was to create a global.json referencing 3.X runtime instead of uninstalling .NET 5.

This has been fixed here: microsoft/vscode-azurefunctions#2153 probably didn't make it into the preview release.

@PalmEmanuel
Copy link
Author

What worked for me was to create a global.json referencing 3.X runtime instead of uninstalling .NET 5.

This has been fixed here: microsoft/vscode-azurefunctions#2153 probably didn't make it into the preview release.

That's a reasonable workaround, thanks! I figured it should be recorded here as well since I didn't find an open issue but if a fix is already in the scope for a future release this issue can be closed.

@joechung-msft
Copy link
Contributor

0.0.5 release of the extension has a fix to resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants