microsoft / vscode-azurehealthcareapis-tools

This VS Code extension contains a collection of tools to work with Azure Healthcare APIs.
MIT License
22 stars 16 forks source link

Can't use on Mac with Apple silicon as .netcore 3.1 is not supported #76

Open umarshaik opened 1 month ago

umarshaik commented 1 month ago

I am trying to use this extension on VS code on Mac with apple Silicon (M2) As .netcode 3.1 is not supported for mac with silicon processor (needs arm based dotnet installer) i am unable to use the extension. https://dotnet.microsoft.com/en-us/download/dotnet/3.1

Extension needs to be ported to .net 8

umarshaik commented 1 month ago

Conversion Error - You must install or update .NET to run this application. App: /Users/umar/.vscode/extensions/ms-azuretools.vscode-health-fhir-converter-1.4.2/client/engine/Microsoft.Health.Fhir.Liquid.Converter.Tool.dll Architecture: arm64 Framework: 'Microsoft.NETCore.App', version '3.1.0' (arm64) .NET location: /usr/local/share/dotnet/ The following frameworks were found: 8.0.10 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Learn more: https://aka.ms/dotnet/app-launch-failed To install missing framework, download: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=3.1.0&arch=arm64&rid=osx-arm64&os=osx.15

umarshaik commented 1 month ago

This pending PR could fix the issue https://github.com/microsoft/vscode-azurehealthcareapis-tools/pull/75