Fixed the Obfuscation Attribute marker#446
Merged
Merged
Conversation
|
❌ Build ConfuserEx 921 failed (commit caa9ecd37d by @mkaring) |
mkaring
force-pushed
the
feature/421_fixed_obf_marker
branch
from
December 18, 2021 16:28
60e77e0 to
08df103
Compare
|
✅ Build ConfuserEx 924 completed (commit 6a0d5dd059 by @mkaring) |
mkaring
force-pushed
the
feature/421_fixed_obf_marker
branch
from
December 18, 2021 17:12
08df103 to
ef67ea5
Compare
|
✅ Build ConfuserEx 931 completed (commit 6126092cfd by @mkaring) |
mkaring
force-pushed
the
feature/421_fixed_obf_marker
branch
from
December 18, 2021 18:10
ef67ea5 to
73248b7
Compare
|
✅ Build ConfuserEx 934 completed (commit 9b858850e7 by @mkaring) |
The marker did not correctly handle the inheritance ob the obfuscation attribute. This results in members not being excluded correctly, when the attribute asks to do that.
mkaring
force-pushed
the
feature/421_fixed_obf_marker
branch
from
December 18, 2021 18:31
73248b7 to
aec9dff
Compare
|
✅ Build ConfuserEx 937 completed (commit 3f03ad977b by @mkaring) |
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The marker did not correctly handle the inheritance ob the obfuscation attribute.
This results in members not being excluded correctly, when the attribute asks to do that.
fixes #421