You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m_Logger.Warning("Deprecated protections which shouldn`t be used anymore: {0}",string.Join(", ",protectionsSortingResult.DeprecatedProtections.Select(p =>p?.GetType()?.Name??"NULL")));
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
* Feature that allows to protect types/methods with the specified namespace in obfuscation.json configuration [#27](https://github.com/sunnamed434/BitMono/issues/27)
15
15
16
16
### Changed:
17
-
* FieldsHiding protection currently is currently deprecated and shouldn`t be used anymore
17
+
* FieldsHiding protection currently is deprecated and shouldn`t be used anymore
0 commit comments