Closed przemo20 closed 10 months ago
IIRC NET Core+ has separate package for globalization
Did you use dnSpy NET or NET Framework?
I tried both – the .NET Framework 4.8 and .NET 8.0 versions.
Though the error in the .NET Framework build is slightly different than that I posted in the bug report above.
.NET Framework:
.NET 8.0:
And here, on the other hand, how it looks on the original dnSpy:
Hello, the regression has been fixed and dnSpyEx now acts just like dnSpy in this case! A build containing a fix for the regression can be found here: https://github.com/dnSpyEx/dnSpy/actions/runs/7492991268
dnSpyEx version
6.5.0-rc1
Describe the Bug
dnSpyEx throws an error when trying to decompile a BAML file for a language other than English (en-US).
How To Reproduce
Example files: Borderlands 2 — Win32.zip (from the Borderlands 2 game)
Expected Behavior
dnSpyEx should disassembly the BAML file correctly.
Actual Behavior
dnSpyEx throws the following exception:
Additional Context
The original dnSpy doesn't have problems with disassembling these files; for some reason this doesn't work in dnSpyEx.