dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.86k stars 674 forks source link

[BUG] image not found, nothing works #6122

Closed arunchndr closed 1 year ago

arunchndr commented 1 year ago

From vscode-dotnettools created by pchalamet: microsoft/vscode-dotnettools#347

Describe the Issue

Switching to v2 release (both v2.0.320 & v2.0.328), this error appears in the C# output and nothing works:

Dotnet path: /Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.9/dotnet
Activating C# standalone...
info: LanguageServerHost[0]
      Starting server...
[Error - 08:45:39] [LanguageServerHost]System.DllNotFoundException: Unable to load shared library 'hostfxr' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: 
dlopen(/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.9/shared/Microsoft.NETCore.App/7.0.9/hostfxr.dylib, 1): image not found
dlopen(/Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.328-darwin-x64/.roslyn/hostfxr.dylib, 1): image not found
dlopen(hostfxr.dylib, 1): image not found
dlopen(/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.9/shared/Microsoft.NETCore.App/7.0.9/libhostfxr.dylib, 1): image not found
dlopen(/Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.328-darwin-x64/.roslyn/libhostfxr.dylib, 1): image not found
dlopen(libhostfxr.dylib, 1): image not found
dlopen(/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.9/shared/Microsoft.NETCore.App/7.0.9/hostfxr, 1): image not found
dlopen(/Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.328-darwin-x64/.roslyn/hostfxr, 1): image not found
dlopen(hostfxr, 1): image not found
dlopen(/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.9/shared/Microsoft.NETCore.App/7.0.9/libhostfxr, 1): image not found
dlopen(/Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.328-darwin-x64/.roslyn/libhostfxr, 1): image not found
dlopen(libhostfxr, 1): image not found

   at Microsoft.Build.Locator.NativeMethods.hostfxr_resolve_sdk2(String exe_dir, String working_dir, hostfxr_resolve_sdk2_flags_t flags, hostfxr_resolve_sdk2_result_fn result)
   at Microsoft.Build.Locator.DotNetSdkLocationHelper.GetDotNetBasePaths(String workingDirectory)+MoveNext()
   at Microsoft.Build.Locator.DotNetSdkLocationHelper.GetInstances(String workingDirectory)+MoveNext()
   at Microsoft.Build.Locator.MSBuildLocator.GetInstances(VisualStudioInstanceQueryOptions options)+MoveNext()
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.LanguageServerProjectSystem.TryEnsureMSBuildLoadedAsync(String workingDirectory) in /_/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs:line 119
   at Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.LanguageServerProjectSystem.OpenSolutionAsync(String solutionFilePath) in /_/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs:line 79
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`3.StartRequestAsync(TRequestContext context, CancellationToken cancellationToken) in /_/src/Features/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 136

Switching back to v1.26.0 fixes everything.

Steps To Reproduce

  1. install version v1.26.x
  2. load C# project ==> this works as expected
  3. upgrade to version v2.0.x
  4. load C# project again ==> everything fails

Expected Behavior

It works.

Environment Information

OS: macOS Big Sur 11.7.9 (running on Intel)

~/src >dotnet --list-runtimes
Microsoft.AspNetCore.App 7.0.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.9 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.9 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
~/src >dotnet --list-sdks
7.0.203 [/usr/local/share/dotnet/sdk]
7.0.306 [/usr/local/share/dotnet/sdk]

Here some listings:

~/src >ls -al /Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.328-darwin-x64/.roslyn/
total 196816
drwxr-xr-x  124 pierre  staff      3968 Aug  5 19:01 .
drwxr-xr-x   20 pierre  staff       640 Aug  5 19:01 ..
-rwxr--r--    1 pierre  staff    854592 Aug  5 19:01 Humanizer.dll
-rwxr--r--    1 pierre  staff     27192 Aug  5 19:01 MessagePack.Annotations.dll
-rwxr--r--    1 pierre  staff   1093576 Aug  5 19:01 MessagePack.dll
-rwxr--r--    1 pierre  staff    157968 Aug  5 19:01 Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.dll
-rwxr--r--    1 pierre  staff    186528 Aug  5 19:01 Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.dll
-rwxr--r--    1 pierre  staff    185608 Aug  5 19:01 Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
-rwxr--r--    1 pierre  staff     50976 Aug  5 19:01 Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace.dll
-rwxr--r--    1 pierre  staff   2875672 Aug  5 19:01 Microsoft.AspNetCore.Razor.Language.dll
-rwxr--r--    1 pierre  staff    164624 Aug  5 19:01 Microsoft.AspNetCore.Razor.ProjectEngineHost.dll
-rwxr--r--    1 pierre  staff     78600 Aug  5 19:01 Microsoft.AspNetCore.Razor.Utilities.Shared.dll
-rwxr--r--    1 pierre  staff     21264 Aug  5 19:01 Microsoft.Bcl.AsyncInterfaces.dll
-rwxr--r--    1 pierre  staff     54040 Aug  5 19:01 Microsoft.Build.Locator.dll
-rwxr--r--    1 pierre  staff   1302704 Aug  5 19:01 Microsoft.CodeAnalysis.AnalyzerUtilities.dll
-rwxr--r--    1 pierre  staff   5131440 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.Features.dll
-rwxr--r--    1 pierre  staff    632832 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.Features.pdb
-rwxr--r--    1 pierre  staff    203039 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.Features.xml
-rwxr--r--    1 pierre  staff   2489520 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.Workspaces.dll
-rwxr--r--    1 pierre  staff    314392 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.Workspaces.pdb
-rwxr--r--    1 pierre  staff     68874 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.Workspaces.xml
-rwxr--r--    1 pierre  staff  18560672 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.dll
-rwxr--r--    1 pierre  staff   2800808 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.pdb
-rwxr--r--    1 pierre  staff   3236623 Aug  5 19:01 Microsoft.CodeAnalysis.CSharp.xml
-rwxr--r--    1 pierre  staff    411664 Aug  5 19:01 Microsoft.CodeAnalysis.Elfie.dll
-rwxr--r--    1 pierre  staff  12334856 Aug  5 19:01 Microsoft.CodeAnalysis.Features.dll
-rwxr--r--    1 pierre  staff   1200912 Aug  5 19:01 Microsoft.CodeAnalysis.Features.pdb
-rwxr--r--    1 pierre  staff   1148774 Aug  5 19:01 Microsoft.CodeAnalysis.Features.xml
-rwxr--r--    1 pierre  staff    113592 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer
-rwxr--r--    1 pierre  staff   2245904 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.Protocol.dll
-rwxr--r--    1 pierre  staff    203272 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.Protocol.pdb
-rwxr--r--    1 pierre  staff    136192 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.Protocol.xml
-rwxr--r--    1 pierre  staff    134833 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.deps.json
-rwxr--r--    1 pierre  staff    430352 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.dll
-rwxr--r--    1 pierre  staff     41397 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.dll.config
-rwxr--r--    1 pierre  staff     61200 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.pdb
-rwxr--r--    1 pierre  staff       333 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.runtimeconfig.json
-rwxr--r--    1 pierre  staff     29631 Aug  5 19:01 Microsoft.CodeAnalysis.LanguageServer.xml
-rwxr--r--    1 pierre  staff    234784 Aug  5 19:01 Microsoft.CodeAnalysis.Razor.dll
-rwxr--r--    1 pierre  staff    456864 Aug  5 19:01 Microsoft.CodeAnalysis.Remote.Workspaces.dll
-rwxr--r--    1 pierre  staff     48888 Aug  5 19:01 Microsoft.CodeAnalysis.Remote.Workspaces.pdb
-rwxr--r--    1 pierre  staff     32828 Aug  5 19:01 Microsoft.CodeAnalysis.Remote.Workspaces.xml
-rwxr--r--    1 pierre  staff    347824 Aug  5 19:01 Microsoft.CodeAnalysis.Scripting.dll
-rwxr--r--    1 pierre  staff     57384 Aug  5 19:01 Microsoft.CodeAnalysis.Scripting.pdb
-rwxr--r--    1 pierre  staff     80422 Aug  5 19:01 Microsoft.CodeAnalysis.Scripting.xml
-rwxr--r--    1 pierre  staff    214192 Aug  5 19:01 Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
-rwxr--r--    1 pierre  staff     45204 Aug  5 19:01 Microsoft.CodeAnalysis.Workspaces.MSBuild.pdb
-rwxr--r--    1 pierre  staff     40267 Aug  5 19:01 Microsoft.CodeAnalysis.Workspaces.MSBuild.xml
-rwxr--r--    1 pierre  staff  10688792 Aug  5 19:01 Microsoft.CodeAnalysis.Workspaces.dll
-rwxr--r--    1 pierre  staff   1121616 Aug  5 19:01 Microsoft.CodeAnalysis.Workspaces.pdb
-rwxr--r--    1 pierre  staff   1927697 Aug  5 19:01 Microsoft.CodeAnalysis.Workspaces.xml
-rwxr--r--    1 pierre  staff   7680688 Aug  5 19:01 Microsoft.CodeAnalysis.dll
-rwxr--r--    1 pierre  staff   1011120 Aug  5 19:01 Microsoft.CodeAnalysis.pdb
-rwxr--r--    1 pierre  staff   2490602 Aug  5 19:01 Microsoft.CodeAnalysis.xml
-rwxr--r--    1 pierre  staff    128176 Aug  5 19:01 Microsoft.CommonLanguageServerProtocol.Framework.dll
-rwxr--r--    1 pierre  staff     21040 Aug  5 19:01 Microsoft.CommonLanguageServerProtocol.Framework.pdb
-rwxr--r--    1 pierre  staff     30940 Aug  5 19:01 Microsoft.CommonLanguageServerProtocol.Framework.xml
-rwxr--r--    1 pierre  staff    141584 Aug  5 19:01 Microsoft.DiaSymReader.dll
-rwxr--r--    1 pierre  staff     38160 Aug  5 19:01 Microsoft.Extensions.Configuration.Abstractions.dll
-rwxr--r--    1 pierre  staff     59168 Aug  5 19:01 Microsoft.Extensions.Configuration.Binder.dll
-rwxr--r--    1 pierre  staff     70416 Aug  5 19:01 Microsoft.Extensions.Configuration.dll
-rwxr--r--    1 pierre  staff     85168 Aug  5 19:01 Microsoft.Extensions.DependencyInjection.Abstractions.dll
-rwxr--r--    1 pierre  staff    189200 Aug  5 19:01 Microsoft.Extensions.DependencyInjection.dll
-rwxr--r--    1 pierre  staff    132360 Aug  5 19:01 Microsoft.Extensions.Logging.Abstractions.dll
-rwxr--r--    1 pierre  staff     39688 Aug  5 19:01 Microsoft.Extensions.Logging.Configuration.dll
-rwxr--r--    1 pierre  staff     97552 Aug  5 19:01 Microsoft.Extensions.Logging.Console.dll
-rwxr--r--    1 pierre  staff     87840 Aug  5 19:01 Microsoft.Extensions.Logging.dll
-rwxr--r--    1 pierre  staff     32032 Aug  5 19:01 Microsoft.Extensions.ObjectPool.dll
-rwxr--r--    1 pierre  staff     32520 Aug  5 19:01 Microsoft.Extensions.Options.ConfigurationExtensions.dll
-rwxr--r--    1 pierre  staff    118032 Aug  5 19:01 Microsoft.Extensions.Options.dll
-rwxr--r--    1 pierre  staff     76048 Aug  5 19:01 Microsoft.Extensions.Primitives.dll
-rwxr--r--    1 pierre  staff     52496 Aug  5 19:01 Microsoft.NET.StringTools.dll
-rwxr--r--    1 pierre  staff    622352 Aug  5 19:01 Microsoft.ServiceHub.Client.dll
-rwxr--r--    1 pierre  staff    776096 Aug  5 19:01 Microsoft.ServiceHub.Framework.dll
-rwxr--r--    1 pierre  staff     57504 Aug  5 19:01 Microsoft.ServiceHub.Resources.dll
-rwxr--r--    1 pierre  staff    217352 Aug  5 19:01 Microsoft.TestPlatform.CommunicationUtilities.dll
-rwxr--r--    1 pierre  staff    133792 Aug  5 19:01 Microsoft.TestPlatform.CoreUtilities.dll
-rwxr--r--    1 pierre  staff     71960 Aug  5 19:01 Microsoft.TestPlatform.PlatformAbstractions.dll
-rwxr--r--    1 pierre  staff    228112 Aug  5 19:01 Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll
-rwxr--r--    1 pierre  staff    849432 Aug  5 19:01 Microsoft.VisualStudio.Composition.dll
-rwxr--r--    1 pierre  staff    188064 Aug  5 19:01 Microsoft.VisualStudio.CoreUtility.dll
-rwxr--r--    1 pierre  staff     37136 Aug  5 19:01 Microsoft.VisualStudio.LanguageServer.Protocol.Extensions.dll
-rwxr--r--    1 pierre  staff    129200 Aug  5 19:01 Microsoft.VisualStudio.LanguageServer.Protocol.Internal.dll
-rwxr--r--    1 pierre  staff    265488 Aug  5 19:01 Microsoft.VisualStudio.LanguageServer.Protocol.dll
-rwxr--r--    1 pierre  staff    450208 Aug  5 19:01 Microsoft.VisualStudio.TestPlatform.Common.dll
-rwxr--r--    1 pierre  staff    364208 Aug  5 19:01 Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
-rwxr--r--    1 pierre  staff    225952 Aug  5 19:01 Microsoft.VisualStudio.Text.Data.dll
-rwxr--r--    1 pierre  staff    197280 Aug  5 19:01 Microsoft.VisualStudio.Text.Logic.dll
-rwxr--r--    1 pierre  staff    258824 Aug  5 19:01 Microsoft.VisualStudio.Text.UI.dll
-rwxr--r--    1 pierre  staff    889376 Aug  5 19:01 Microsoft.VisualStudio.Threading.dll
-rwxr--r--    1 pierre  staff     81168 Aug  5 19:01 Microsoft.VisualStudio.Utilities.Internal.dll
-rwxr--r--    1 pierre  staff     55056 Aug  5 19:01 Microsoft.VisualStudio.Validation.dll
-rwxr--r--    1 pierre  staff     29856 Aug  5 19:01 Microsoft.Win32.SystemEvents.dll
-rwxr--r--    1 pierre  staff    625216 Aug  5 19:01 Nerdbank.Streams.dll
-rwxr--r--    1 pierre  staff   1913408 Aug  5 19:01 Newtonsoft.Json.dll
-rwxr--r--    1 pierre  staff    341768 Aug  5 19:01 NuGet.Frameworks.dll
-rwxr--r--    1 pierre  staff         0 Aug  5 19:01 RoslynVersion.txt
-rwxr--r--    1 pierre  staff    846360 Aug  5 19:01 StreamJsonRpc.dll
-rwxr--r--    1 pierre  staff    358560 Aug  5 19:01 System.CommandLine.dll
-rwxr--r--    1 pierre  staff    726296 Aug  5 19:01 System.ComponentModel.Composition.dll
-rwxr--r--    1 pierre  staff     24352 Aug  5 19:01 System.Composition.AttributedModel.dll
-rwxr--r--    1 pierre  staff    113840 Aug  5 19:01 System.Composition.Convention.dll
-rwxr--r--    1 pierre  staff    116496 Aug  5 19:01 System.Composition.Hosting.dll
-rwxr--r--    1 pierre  staff     42248 Aug  5 19:01 System.Composition.Runtime.dll
-rwxr--r--    1 pierre  staff    141584 Aug  5 19:01 System.Composition.TypedParts.dll
-rwxr--r--    1 pierre  staff    987920 Aug  5 19:01 System.Configuration.ConfigurationManager.dll
-rwxr--r--    1 pierre  staff    864432 Aug  5 19:01 System.Drawing.Common.dll
-rwxr--r--    1 pierre  staff    194328 Aug  5 19:01 System.IO.Pipelines.dll
-rwxr--r--    1 pierre  staff     22792 Aug  5 19:01 System.Security.Cryptography.ProtectedData.dll
-rwxr--r--    1 pierre  staff    160928 Aug  5 19:01 System.Security.Permissions.dll
-rwxr--r--    1 pierre  staff     32928 Aug  5 19:01 System.Windows.Extensions.dll
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 cs
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 de
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 es
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 fr
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 it
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 ja
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 ko
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 pl
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 pt-BR
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 ru
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 tr
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 zh-Hans
drwxr-xr-x   27 pierre  staff       864 Aug  5 19:01 zh-Hant
~/src >ls -al "/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.9/shared/Microsoft.NETCore.App/7.0.9"
total 139768
drwxr-xr-x  186 pierre  staff      5952 Jul 20 15:52 .
drwxr-xr-x    3 pierre  staff        96 Jul 20 15:52 ..
-rw-r--r--    1 pierre  staff        47 Jul 20 15:52 .version
-rw-r--r--    1 pierre  staff    842752 Jul 20 15:52 Microsoft.CSharp.dll
-rw-r--r--    1 pierre  staff     29081 Jul 20 15:52 Microsoft.NETCore.App.deps.json
-rw-r--r--    1 pierre  staff       152 Jul 20 15:52 Microsoft.NETCore.App.runtimeconfig.json
-rw-r--r--    1 pierre  staff   1265152 Jul 20 15:52 Microsoft.VisualBasic.Core.dll
-rw-r--r--    1 pierre  staff      7680 Jul 20 15:52 Microsoft.VisualBasic.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 Microsoft.Win32.Primitives.dll
-rw-r--r--    1 pierre  staff     48128 Jul 20 15:52 Microsoft.Win32.Registry.dll
-rw-r--r--    1 pierre  staff      5120 Jul 20 15:52 System.AppContext.dll
-rw-r--r--    1 pierre  staff      5120 Jul 20 15:52 System.Buffers.dll
-rw-r--r--    1 pierre  staff    233984 Jul 20 15:52 System.Collections.Concurrent.dll
-rw-r--r--    1 pierre  staff    590848 Jul 20 15:52 System.Collections.Immutable.dll
-rw-r--r--    1 pierre  staff     87552 Jul 20 15:52 System.Collections.NonGeneric.dll
-rw-r--r--    1 pierre  staff     88576 Jul 20 15:52 System.Collections.Specialized.dll
-rw-r--r--    1 pierre  staff    254464 Jul 20 15:52 System.Collections.dll
-rw-r--r--    1 pierre  staff    178176 Jul 20 15:52 System.ComponentModel.Annotations.dll
-rw-r--r--    1 pierre  staff      7168 Jul 20 15:52 System.ComponentModel.DataAnnotations.dll
-rw-r--r--    1 pierre  staff     27136 Jul 20 15:52 System.ComponentModel.EventBasedAsync.dll
-rw-r--r--    1 pierre  staff     64512 Jul 20 15:52 System.ComponentModel.Primitives.dll
-rw-r--r--    1 pierre  staff    748032 Jul 20 15:52 System.ComponentModel.TypeConverter.dll
-rw-r--r--    1 pierre  staff      8192 Jul 20 15:52 System.ComponentModel.dll
-rw-r--r--    1 pierre  staff      9728 Jul 20 15:52 System.Configuration.dll
-rw-r--r--    1 pierre  staff    204800 Jul 20 15:52 System.Console.dll
-rw-r--r--    1 pierre  staff     13824 Jul 20 15:52 System.Core.dll
-rw-r--r--    1 pierre  staff   3043328 Jul 20 15:52 System.Data.Common.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Data.DataSetExtensions.dll
-rw-r--r--    1 pierre  staff     15360 Jul 20 15:52 System.Data.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Diagnostics.Contracts.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Diagnostics.Debug.dll
-rw-r--r--    1 pierre  staff    384000 Jul 20 15:52 System.Diagnostics.DiagnosticSource.dll
-rw-r--r--    1 pierre  staff     32768 Jul 20 15:52 System.Diagnostics.FileVersionInfo.dll
-rw-r--r--    1 pierre  staff    243200 Jul 20 15:52 System.Diagnostics.Process.dll
-rw-r--r--    1 pierre  staff     26624 Jul 20 15:52 System.Diagnostics.StackTrace.dll
-rw-r--r--    1 pierre  staff     52736 Jul 20 15:52 System.Diagnostics.TextWriterTraceListener.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Diagnostics.Tools.dll
-rw-r--r--    1 pierre  staff    127488 Jul 20 15:52 System.Diagnostics.TraceSource.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Diagnostics.Tracing.dll
-rw-r--r--    1 pierre  staff    117248 Jul 20 15:52 System.Drawing.Primitives.dll
-rw-r--r--    1 pierre  staff     10752 Jul 20 15:52 System.Drawing.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Dynamic.Runtime.dll
-rw-r--r--    1 pierre  staff    193536 Jul 20 15:52 System.Formats.Asn1.dll
-rw-r--r--    1 pierre  staff    274432 Jul 20 15:52 System.Formats.Tar.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Globalization.Calendars.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Globalization.Extensions.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Globalization.dll
-rw-r--r--    1 pierre  staff     69120 Jul 20 15:52 System.IO.Compression.Brotli.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.IO.Compression.FileSystem.dll
-rw-r--r--    1 pierre  staff     44032 Jul 20 15:52 System.IO.Compression.ZipFile.dll
-rw-r--r--    1 pierre  staff    261120 Jul 20 15:52 System.IO.Compression.dll
-rw-r--r--    1 pierre  staff     28160 Jul 20 15:52 System.IO.FileSystem.AccessControl.dll
-rw-r--r--    1 pierre  staff     70656 Jul 20 15:52 System.IO.FileSystem.DriveInfo.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.IO.FileSystem.Primitives.dll
-rw-r--r--    1 pierre  staff    101376 Jul 20 15:52 System.IO.FileSystem.Watcher.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.IO.FileSystem.dll
-rw-r--r--    1 pierre  staff     69120 Jul 20 15:52 System.IO.IsolatedStorage.dll
-rw-r--r--    1 pierre  staff     74752 Jul 20 15:52 System.IO.MemoryMappedFiles.dll
-rw-r--r--    1 pierre  staff     17920 Jul 20 15:52 System.IO.Pipes.AccessControl.dll
-rw-r--r--    1 pierre  staff    124416 Jul 20 15:52 System.IO.Pipes.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.IO.UnmanagedMemoryStream.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.IO.dll
-rw-r--r--    1 pierre  staff   3899392 Jul 20 15:52 System.Linq.Expressions.dll
-rw-r--r--    1 pierre  staff    840192 Jul 20 15:52 System.Linq.Parallel.dll
-rw-r--r--    1 pierre  staff    214528 Jul 20 15:52 System.Linq.Queryable.dll
-rw-r--r--    1 pierre  staff    486912 Jul 20 15:52 System.Linq.dll
-rw-r--r--    1 pierre  staff    145920 Jul 20 15:52 System.Memory.dll
-rw-r--r--    1 pierre  staff     91648 Jul 20 15:52 System.Net.Http.Json.dll
-rw-r--r--    1 pierre  staff   1779712 Jul 20 15:52 System.Net.Http.dll
-rw-r--r--    1 pierre  staff    299520 Jul 20 15:52 System.Net.HttpListener.dll
-rw-r--r--    1 pierre  staff    430080 Jul 20 15:52 System.Net.Mail.dll
-rw-r--r--    1 pierre  staff     76800 Jul 20 15:52 System.Net.NameResolution.dll
-rw-r--r--    1 pierre  staff    137728 Jul 20 15:52 System.Net.NetworkInformation.dll
-rw-r--r--    1 pierre  staff     73728 Jul 20 15:52 System.Net.Ping.dll
-rw-r--r--    1 pierre  staff    220160 Jul 20 15:52 System.Net.Primitives.dll
-rw-r--r--    1 pierre  staff    264192 Jul 20 15:52 System.Net.Quic.dll
-rw-r--r--    1 pierre  staff    342016 Jul 20 15:52 System.Net.Requests.dll
-rw-r--r--    1 pierre  staff    644096 Jul 20 15:52 System.Net.Security.dll
-rw-r--r--    1 pierre  staff     26112 Jul 20 15:52 System.Net.ServicePoint.dll
-rw-r--r--    1 pierre  staff    601600 Jul 20 15:52 System.Net.Sockets.dll
-rw-r--r--    1 pierre  staff    156160 Jul 20 15:52 System.Net.WebClient.dll
-rw-r--r--    1 pierre  staff     49152 Jul 20 15:52 System.Net.WebHeaderCollection.dll
-rw-r--r--    1 pierre  staff     24064 Jul 20 15:52 System.Net.WebProxy.dll
-rw-r--r--    1 pierre  staff     82944 Jul 20 15:52 System.Net.WebSockets.Client.dll
-rw-r--r--    1 pierre  staff    178176 Jul 20 15:52 System.Net.WebSockets.dll
-rw-r--r--    1 pierre  staff      7680 Jul 20 15:52 System.Net.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Numerics.Vectors.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Numerics.dll
-rw-r--r--    1 pierre  staff     59392 Jul 20 15:52 System.ObjectModel.dll
-rw-r--r--    1 pierre  staff  11407872 Jul 20 15:52 System.Private.CoreLib.dll
-rw-r--r--    1 pierre  staff   2238976 Jul 20 15:52 System.Private.DataContractSerialization.dll
-rw-r--r--    1 pierre  staff    247808 Jul 20 15:52 System.Private.Uri.dll
-rw-r--r--    1 pierre  staff    402432 Jul 20 15:52 System.Private.Xml.Linq.dll
-rw-r--r--    1 pierre  staff   8629760 Jul 20 15:52 System.Private.Xml.dll
-rw-r--r--    1 pierre  staff     55296 Jul 20 15:52 System.Reflection.DispatchProxy.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Reflection.Emit.ILGeneration.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Reflection.Emit.Lightweight.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Reflection.Emit.dll
-rw-r--r--    1 pierre  staff      5120 Jul 20 15:52 System.Reflection.Extensions.dll
-rw-r--r--    1 pierre  staff   1107968 Jul 20 15:52 System.Reflection.Metadata.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Reflection.Primitives.dll
-rw-r--r--    1 pierre  staff     23040 Jul 20 15:52 System.Reflection.TypeExtensions.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Reflection.dll
-rw-r--r--    1 pierre  staff      5120 Jul 20 15:52 System.Resources.Reader.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Resources.ResourceManager.dll
-rw-r--r--    1 pierre  staff     34304 Jul 20 15:52 System.Resources.Writer.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Runtime.CompilerServices.Unsafe.dll
-rw-r--r--    1 pierre  staff      9728 Jul 20 15:52 System.Runtime.CompilerServices.VisualC.dll
-rw-r--r--    1 pierre  staff      7680 Jul 20 15:52 System.Runtime.Extensions.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Runtime.Handles.dll
-rw-r--r--    1 pierre  staff     28160 Jul 20 15:52 System.Runtime.InteropServices.JavaScript.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Runtime.InteropServices.RuntimeInformation.dll
-rw-r--r--    1 pierre  staff     41984 Jul 20 15:52 System.Runtime.InteropServices.dll
-rw-r--r--    1 pierre  staff      6656 Jul 20 15:52 System.Runtime.Intrinsics.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Runtime.Loader.dll
-rw-r--r--    1 pierre  staff    310784 Jul 20 15:52 System.Runtime.Numerics.dll
-rw-r--r--    1 pierre  staff    316416 Jul 20 15:52 System.Runtime.Serialization.Formatters.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Runtime.Serialization.Json.dll
-rw-r--r--    1 pierre  staff     18432 Jul 20 15:52 System.Runtime.Serialization.Primitives.dll
-rw-r--r--    1 pierre  staff      6656 Jul 20 15:52 System.Runtime.Serialization.Xml.dll
-rw-r--r--    1 pierre  staff      7168 Jul 20 15:52 System.Runtime.Serialization.dll
-rw-r--r--    1 pierre  staff     32768 Jul 20 15:52 System.Runtime.dll
-rw-r--r--    1 pierre  staff     55296 Jul 20 15:52 System.Security.AccessControl.dll
-rw-r--r--    1 pierre  staff     82944 Jul 20 15:52 System.Security.Claims.dll
-rw-r--r--    1 pierre  staff      7168 Jul 20 15:52 System.Security.Cryptography.Algorithms.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Security.Cryptography.Cng.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Security.Cryptography.Csp.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Security.Cryptography.Encoding.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Security.Cryptography.OpenSsl.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Security.Cryptography.Primitives.dll
-rw-r--r--    1 pierre  staff      7168 Jul 20 15:52 System.Security.Cryptography.X509Certificates.dll
-rw-r--r--    1 pierre  staff   2047488 Jul 20 15:52 System.Security.Cryptography.dll
-rw-r--r--    1 pierre  staff     33280 Jul 20 15:52 System.Security.Principal.Windows.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Security.Principal.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Security.SecureString.dll
-rw-r--r--    1 pierre  staff      8704 Jul 20 15:52 System.Security.dll
-rw-r--r--    1 pierre  staff      7168 Jul 20 15:52 System.ServiceModel.Web.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.ServiceProcess.dll
-rw-r--r--    1 pierre  staff    861184 Jul 20 15:52 System.Text.Encoding.CodePages.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Text.Encoding.Extensions.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Text.Encoding.dll
-rw-r--r--    1 pierre  staff    118272 Jul 20 15:52 System.Text.Encodings.Web.dll
-rw-r--r--    1 pierre  staff   1482240 Jul 20 15:52 System.Text.Json.dll
-rw-r--r--    1 pierre  staff    963584 Jul 20 15:52 System.Text.RegularExpressions.dll
-rw-r--r--    1 pierre  staff    115712 Jul 20 15:52 System.Threading.Channels.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Threading.Overlapped.dll
-rw-r--r--    1 pierre  staff    518144 Jul 20 15:52 System.Threading.Tasks.Dataflow.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Threading.Tasks.Extensions.dll
-rw-r--r--    1 pierre  staff    124416 Jul 20 15:52 System.Threading.Tasks.Parallel.dll
-rw-r--r--    1 pierre  staff      6656 Jul 20 15:52 System.Threading.Tasks.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Threading.Thread.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Threading.ThreadPool.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Threading.Timer.dll
-rw-r--r--    1 pierre  staff     69632 Jul 20 15:52 System.Threading.dll
-rw-r--r--    1 pierre  staff    371712 Jul 20 15:52 System.Transactions.Local.dll
-rw-r--r--    1 pierre  staff      7168 Jul 20 15:52 System.Transactions.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.ValueTuple.dll
-rw-r--r--    1 pierre  staff     43008 Jul 20 15:52 System.Web.HttpUtility.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Web.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Windows.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Xml.Linq.dll
-rw-r--r--    1 pierre  staff     11776 Jul 20 15:52 System.Xml.ReaderWriter.dll
-rw-r--r--    1 pierre  staff      6656 Jul 20 15:52 System.Xml.Serialization.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Xml.XDocument.dll
-rw-r--r--    1 pierre  staff      7680 Jul 20 15:52 System.Xml.XPath.XDocument.dll
-rw-r--r--    1 pierre  staff      5632 Jul 20 15:52 System.Xml.XPath.dll
-rw-r--r--    1 pierre  staff      6144 Jul 20 15:52 System.Xml.XmlDocument.dll
-rw-r--r--    1 pierre  staff      7680 Jul 20 15:52 System.Xml.XmlSerializer.dll
-rw-r--r--    1 pierre  staff     14336 Jul 20 15:52 System.Xml.dll
-rw-r--r--    1 pierre  staff     40448 Jul 20 15:52 System.dll
-rw-r--r--    1 pierre  staff      6656 Jul 20 15:52 WindowsBase.dll
-rwxr-xr-x    1 pierre  staff    171664 Jul 20 15:52 createdump
-rwxr-xr-x    1 pierre  staff    154672 Jul 20 15:52 libSystem.Globalization.Native.dylib
-rwxr-xr-x    1 pierre  staff    986432 Jul 20 15:52 libSystem.IO.Compression.Native.dylib
-rwxr-xr-x    1 pierre  staff    143520 Jul 20 15:52 libSystem.Native.dylib
-rwxr-xr-x    1 pierre  staff     69824 Jul 20 15:52 libSystem.Net.Security.Native.dylib
-rwxr-xr-x    1 pierre  staff    104976 Jul 20 15:52 libSystem.Security.Cryptography.Native.Apple.dylib
-rwxr-xr-x    1 pierre  staff    246256 Jul 20 15:52 libSystem.Security.Cryptography.Native.OpenSsl.dylib
-rwxr-xr-x    1 pierre  staff    875984 Jul 20 15:52 libclrgc.dylib
-rwxr-xr-x    1 pierre  staff   2889040 Jul 20 15:52 libclrjit.dylib
-rwxr-xr-x    1 pierre  staff   7006928 Jul 20 15:52 libcoreclr.dylib
-rwxr-xr-x    1 pierre  staff    434336 Jul 20 15:52 libhostpolicy.dylib
-rwxr-xr-x    1 pierre  staff   2599584 Jul 20 15:52 libmscordaccore.dylib
-rwxr-xr-x    1 pierre  staff   1881424 Jul 20 15:52 libmscordbi.dylib
-rw-r--r--    1 pierre  staff     51200 Jul 20 15:52 mscorlib.dll
-rw-r--r--    1 pierre  staff     90624 Jul 20 15:52 netstandard.dll

And dotnet info:

~/src >dotnet --info
.NET SDK:
 Version:   7.0.306
 Commit:    f500069cb7

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  11.7
 OS Platform: Darwin
 RID:         osx.11.0-x64
 Base Path:   /usr/local/share/dotnet/sdk/7.0.306/

Host:
  Version:      7.0.9
  Architecture: x64
  Commit:       8e9a17b221

.NET SDKs installed:
  7.0.203 [/usr/local/share/dotnet/sdk]
  7.0.306 [/usr/local/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 7.0.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 7.0.9 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 7.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 7.0.9 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Other architectures found:
  None

Environment variables:
  Not set

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download
dibarbet commented 1 year ago

Looks like this is an x64 mac (not arm). So the extension platform seems correct. My only guess is that the runtime download is either for the wrong platform or corrupt (cc @nagilson )

@pchalamet one request

  1. Could you attach the contents of this directory? /Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.9/dotnet

Note this should be mitigated by https://github.com/dotnet/vscode-csharp/pull/6074 which will pick up the dotnet 7 version listed on the path. Planned to be released this week.

pchalamet commented 1 year ago

Hello, sorry for the delay, I was on holidays.

/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/dotnet is not a folder, it's an app (with the upgrade, dotnet 7.0.10 is used - but 7.0.9 is same):

image

Also note this is really an x64 mac app:

image

Latest version of C# extension (v2.0.376) still fail with following error:

Failed to find dotnet info from path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime
Found dotnet version 7.0.9. Minimum required version is 7.0.100.
Dotnet path: /Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/dotnet
Activating C# standalone...
[Info  - 10:30:26] [Program]Language server initialized
[Error - 10:30:26] [LanguageServerHost]System.DllNotFoundException: Unable to load shared library 'hostfxr' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: 
dlopen(/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/shared/Microsoft.NETCore.App/7.0.10/hostfxr.dylib, 1): image not found
dlopen(/Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.376-darwin-x64/.roslyn/hostfxr.dylib, 1): image not found
dlopen(hostfxr.dylib, 1): image not found
dlopen(/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/shared/Microsoft.NETCore.App/7.0.10/libhostfxr.dylib, 1): image not found
dlopen(/Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.376-darwin-x64/.roslyn/libhostfxr.dylib, 1): image not found
dlopen(libhostfxr.dylib, 1): image not found
dlopen(/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/shared/Microsoft.NETCore.App/7.0.10/hostfxr, 1): image not found
dlopen(/Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.376-darwin-x64/.roslyn/hostfxr, 1): image not found
dlopen(hostfxr, 1): image not found
dlopen(/Users/pierre/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/shared/Microsoft.NETCore.App/7.0.10/libhostfxr, 1): image not found
dlopen(/Users/pierre/.vscode/extensions/ms-dotnettools.csharp-2.0.376-darwin-x64/.roslyn/libhostfxr, 1): image not found
dlopen(libhostfxr, 1): image not found

   at Microsoft.Build.Locator.NativeMethods.hostfxr_resolve_sdk2(String exe_dir, String working_dir, hostfxr_resolve_sdk2_flags_t flags, hostfxr_resolve_sdk2_result_fn result)
   at Microsoft.Build.Locator.DotNetSdkLocationHelper.GetDotNetBasePaths(String workingDirectory)+MoveNext()
   at Microsoft.Build.Locator.DotNetSdkLocationHelper.GetInstances(String workingDirectory)+MoveNext()
   at Microsoft.Build.Locator.MSBuildLocator.GetInstances(VisualStudioInstanceQueryOptions options)+MoveNext()
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.LanguageServerProjectSystem.TryEnsureMSBuildLoadedAsync(String workingDirectory) in /_/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs:line 140
   at Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.LanguageServerProjectSystem.OpenSolutionAsync(String solutionFilePath) in /_/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs:line 78
   at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`3.StartRequestAsync(TRequestContext context, CancellationToken cancellationToken) in /_/src/Features/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 136

This is the workaround I use to make it work: cp ~/Library/Application\ Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/host/fxr/7.0.10/libhostfxr.dylib ~/.vscode/extensions/ms-dotnettools.csharp-2.0.376-darwin-x64/.roslyn/

YuliiaKovalova commented 1 year ago

The issue was addressed in the scope of https://github.com/dotnet/msbuild/issues/9038

You can use the package with the fix https://www.nuget.org/packages/Microsoft.Build.Locator/1.6.1.

dibarbet commented 1 year ago

Thanks for the heads up! We'll need to update our server to consume this new version. I believe @jasonmalinowski was on point for that (if not let me know and I can do it). For now assigning this issue over.