question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.NET core installed and verified but still getting error

See original GitHub issue

Does this occur consistently? Repro steps:

  1. Install latest .NET core SDK from Microsoft on MacBook Pro 16
  2. In VS Code, install Azure Resource Manager extension. This will also auto-install the .NET Install Tool for Extension Authors.
  3. [Re]start VS Code and open azuredeploy.json with content as below:

{ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "resources": [ { "type": "Microsoft.Storage/storageAccounts", "apiVersion": "2019-04-01", "name": "popboxitTutorial", "location": "eastus2", "sku": { "name": "Standard_LRS" }, "kind": "StorageV2", "properties": { "supportsHttpsTrafficOnly": true } } ] }

  1. Without taking any further action, the error pops up in VS Code reporting "An error occurred while installing .NET: Dotnet Core Acquisition Failed: undefined

Action: startArmLanguageServer Error type: Error Error Message: This extension requires .NET Core for full functionality, but we were unable to download and install a local copy for the extension. If this error persists, please see https://aka.ms/vscode-armtools-dotnet for troubleshooting tips. Details: dotnet.acquire returned undefined"

Version: 0.13.0 OS: darwin OS Release: 19.6.0 Product: Visual Studio Code Product Version: 1.50.1 Language: en

Call Stack
Object.wrapError extension.bundle.js:166:60234
Object.<anonymous> extension.bundle.js:239:55780
fulfilled extension.bundle.js:239:54595
processTicksAndRejections task_queues.js:94:5

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kaavikcommented, Nov 2, 2020

Thank you, Stephen!

CARTER

From: “Stephen Weatherford (MSFT)” notifications@github.com Reply-To: microsoft/vscode-azurearmtools reply@reply.github.com Date: Monday, November 2, 2020 at 15:36 To: microsoft/vscode-azurearmtools vscode-azurearmtools@noreply.github.com Cc: Carter Terry cterry@popboxit.com, Mention mention@noreply.github.com Subject: Re: [microsoft/vscode-azurearmtools] .NET core installed and verified but still getting error (#1081)

There are tons of additional features besides just schema intellisense. See here for a quick summary, and you’ll probably notice additional stuff once you start editing: https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools

Thanks for the info, and don’t hesitate to ask additional questions!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-azurearmtools/issues/1081#issuecomment-720709883, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AADRL7YGPQYDQVQSYDPTS33SN4J3DANCNFSM4TGEFT2A.

0reactions
StephenWeatherfordcommented, Nov 2, 2020

There are tons of additional features besides just schema intellisense. See here for a quick summary, and you’ll probably notice additional stuff once you start editing: https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools

Thanks for the info, and don’t hesitate to ask additional questions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot .NET tool usage issues - Microsoft Learn
Discover the common issues when running .NET tools and possible solutions.
Read more >
How to determine if .NET Core is installed - Stack Overflow
On the command prompt, type dotnet --version. dotnet --version. If the .NET Core is installed, we should not get any error in the...
Read more >
.NET 6.0.1 / .NET 6.0.2 Windows Update fails with error ...
The update fails with error code 0x80070643. A workaround is to install the package that is failing manually by downloading it from the...
Read more >
Fix: You must install .NET Core error - YouTube
Getting the "To run this application, you must install . NET Core." error ?Well it's a super simple fix that you can fix...
Read more >
Visual Studio 8.7.8 does not recognise Core
Fresh install of 8.7.8 and it installed the SDK's no problem (verified ... NET Core 3.1 SDK is required to build this application,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found