ILSpy
ILSpy copied to clipboard
Resources deserialization
<serialized> entries in Other Resources when decompiling .resources are useless. The values deserialization was removed as part of #1196 to address security vulnerabilities involved with arbitrary deserialization.
Could we not let the decision about what is trustworthy to deserialize and what is not to the user? Maybe we don't need to manage trustworthy locations or assemblies, but simply have an explicit command to deserialize the resources, subject to a warning prompt.
Are you talking about the ILSpy UI or about the whole project export? AFAIK all resources should be properly translated to resx when using WholeProjectDecompiler or the "Save project" feature in ILSpy.
Yes sorry I am talking about the ILSpy UI:
ILSpy 3.2 RC:
After #1196 (intentionally):