You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ilspycmd
Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
at System.Environment.FailFast(System.String)
at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
at System.Globalization.GlobalizationMode..cctor()
at System.Globalization.CultureData.CreateCultureWithInvariantData()
at System.Globalization.CultureData.get_Invariant()
at System.Globalization.CultureInfo..cctor()
at System.StringComparer..cctor()
at McMaster.Extensions.CommandLineUtils.CommandLineApplication..ctor(McMaster.Extensions.CommandLineUtils.CommandLineApplication, McMaster.Extensions.CommandLineUtils.HelpText.IHelpTextGenerator, McMaster.Extensions.CommandLineUtils.Abstractions.CommandLineContext, Boolean)
at McMaster.Extensions.CommandLineUtils.CommandLineApplication..ctor(Boolean)
at McMaster.Extensions.CommandLineUtils.CommandLineApplication`1[[System.__Canon, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]..ctor(Boolean)
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute[[System.__Canon, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](McMaster.Extensions.CommandLineUtils.Abstractions.CommandLineContext)
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute[[System.__Canon, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](McMaster.Extensions.CommandLineUtils.IConsole, System.String[])
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute[[System.__Canon, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.String[])
at ICSharpCode.Decompiler.Console.ILSpyCmdProgram.Main(System.String[])
Aborted (core dumped)
We should disable globalization support as described here: https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md#enabling-the-invariant-mode as it is not necessary for the decompiler to be localized.
The text was updated successfully, but these errors were encountered: