-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ILSpy 7.2.0.6839-preview4 Failed to start in zh-Hans #2623
Labels
Comments
incorrect usage also found in: ILSpy/ILSpy/MainWindow.xaml.cs Line 149 in 41c99e4
it seems the correct way is nameof(Properties.Resources._Window): ILSpy/ILSpy/MainWindow.xaml.cs Line 520 in 41c99e4
|
czphoenix
added a commit
to czphoenix/ILSpy
that referenced
this issue
Feb 8, 2022
siegfriedpammer
added a commit
that referenced
this issue
Feb 8, 2022
#2623 Fix error in start up in zh-Hans
Release amended with 6841 binaries (see note on top https://github.com/icsharpcode/ILSpy/releases/tag/v7.2-preview4) |
This was referenced Feb 8, 2022
Closed
siegfriedpammer
pushed a commit
that referenced
this issue
Mar 7, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Error message shown
Details
Product in use: ILSpy
Version in use: 7.2.0.6839-preview4 41c99e4
in MainWindow.xaml:
in MainWindow.xaml.cs InitWindowMenu()
windowMenuItem looks for one whose MenuItem.Tag equals Properties.Resources._Window
in Resources.resx it is true
in Resources.zh-Hans.resx it is not
ILSpy/ILSpy/MainWindow.xaml
Line 148 in 41c99e4
ILSpy/ILSpy/MainWindow.xaml.cs
Line 358 in 41c99e4
The text was updated successfully, but these errors were encountered: