.NET core installed and verified but still getting error
See original GitHub issueDoes this occur consistently? Repro steps:
- Install latest .NET core SDK from Microsoft on MacBook Pro 16
- In VS Code, install Azure Resource Manager extension. This will also auto-install the .NET Install Tool for Extension Authors.
- [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 } } ] }
- 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:
- Created 3 years ago
- Comments:6 (3 by maintainers)

Top Related StackOverflow Question
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.
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!