We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
assembly resource file can not be read inside ilspy
// MaterialDesignThemes.Wpf, Version=2.5.0.1205, Culture=neutral, PublicKeyToken=null // Global type: // Architecture: AnyCPU (64-bit preferred) // Runtime: v4.0.30319 // Hash algorithm: SHA1 // Debug info: Loaded from PDB file: C:\Users\Administrator.nuget\packages\materialdesignthemes\2.5.0.1205\lib\net45\MaterialDesignThemes.Wpf.pdb
the assembly above can be downloaded from nuget materialdesignthemes.
materialdesignthemes
I can read the resource files's content inside ilspy before.
The text was updated successfully, but these errors were encountered:
I cannot reprodue this.
Sorry, something went wrong.
Can you check whether the BAML decompiler plugin is loaded by ILSpy? Maybe the plugin gets blocked?
what does BAML decompiler plugin mean?
BAML decompiler plugin
I download the ilspy with vs extension.
oh,I found the where the problem is. ilspy vs extension doesn't contain the BAML decompiler plugin while the release zip contains the file.
e6e8fbe
No branches or pull requests
assembly resource file can not be read inside ilspy
// MaterialDesignThemes.Wpf, Version=2.5.0.1205, Culture=neutral, PublicKeyToken=null
// Global type:
// Architecture: AnyCPU (64-bit preferred)
// Runtime: v4.0.30319
// Hash algorithm: SHA1
// Debug info: Loaded from PDB file: C:\Users\Administrator.nuget\packages\materialdesignthemes\2.5.0.1205\lib\net45\MaterialDesignThemes.Wpf.pdb
the assembly above can be downloaded from nuget
materialdesignthemes
.I can read the resource files's content inside ilspy before.
The text was updated successfully, but these errors were encountered: