-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
Implement ParamDef copy for the code injection #366
Conversation
✅ Build ConfuserEx 797 completed (commit cebb302b3a by @oSumAtrIX) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does this oversight cause an error? As far as I am aware, none of the runtime code that is injected requires these to be present.
Co-authored-by: Martin Karing <[email protected]>
✅ Build ConfuserEx 798 completed (commit 0366160ad8 by @oSumAtrIX) |
…CodeFactor's proposal of simplifying CopyMethodDef
✅ Build ConfuserEx 799 completed (commit e81b3a49fa by @oSumAtrIX) |
✅ Build ConfuserEx 800 completed (commit 7bccaebd4b by @oSumAtrIX) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix idention style
✅ Build ConfuserEx 801 completed (commit 7b5ac7aa53 by @oSumAtrIX) |
Nice try fixing that complex method warning. 😉 The method is still too long for Codefactor to like it. I noticed that the bracket style of your code doesn't line up with the rest of the code. Opening brackets are usually on the same line. For that not to happen, I got a |
No description provided.