I'm dealing with weird name obfuscation that prevents dnSpy from saving modified code as C#, so the IL editor is the only way but it's a pain to select one by one manually if the code is too long (more than 50 lines for example)
Proposal
Able to paste IL text I converted from C# into the IL editor, and check if the IL instructions are valid and if the methods, fields, etc are existent before appending
Problem Description
I'm dealing with weird name obfuscation that prevents dnSpy from saving modified code as C#, so the IL editor is the only way but it's a pain to select one by one manually if the code is too long (more than 50 lines for example)
Proposal
Able to paste IL text I converted from C# into the IL editor, and check if the IL instructions are valid and if the methods, fields, etc are existent before appending
Alternatives
No response
Additional Context
No response