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
I can successfully obfuscate one of my .Net 4.8 projects using the MsBuild integration, but I'm not with another one.
The main difference is that the second one has more than one module in the ConfuserEx project file since I need public methods to be renamed. If I use the GUI or CLI clients it works like a charm.
How can I obfuscate more than one assembly at the same time using MsBuild integration?
I've read through #474 but I don't understand how I can achieve this using Directory.Build.props.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I can successfully obfuscate one of my .Net 4.8 projects using the MsBuild integration, but I'm not with another one.
The main difference is that the second one has more than one module in the ConfuserEx project file since I need public methods to be renamed. If I use the GUI or CLI clients it works like a charm.
How can I obfuscate more than one assembly at the same time using MsBuild integration?
I've read through #474 but I don't understand how I can achieve this using
Directory.Build.props
.Any help would be very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions