-
As title. Currently, using the console program in My main goal is just to compare the difference between 2 DLLs, so I don't want to have these attributes attached to affect the comparison results. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Oops it was generated from DLL, I was dumb and thinking that it's originated from |
Beta Was this translation helpful? Give feedback.
-
There is no such functionality built in, but you can use ICSharpCode.Decompiler directly and add a simple transform that removes these attributes. See https://github.com/icsharpcode/ILSpy/blob/master/ICSharpCode.Decompiler.Tests/Helpers/RemoveCompilerAttribute.cs for an example. Hope this helps. |
Beta Was this translation helpful? Give feedback.
Oops it was generated from DLL, I was dumb and thinking that it's originated from
ILSpy
.