A
A
Amly2016-07-06 17:13:55
C++ / C#
Amly, 2016-07-06 17:13:55

How to remove unused functions and lines from a library in C#?

Hello, is it possible to remove unused functions and lines from a library in C#?
If yes, how?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
devian3000, 2016-07-06
@amly

a) Decompiler ( https://www.jetbrains.com/decompiler/). Delete.
b) Find the code on github or somewhere else to download, delete, compile.
But it’s better not to do this, because you have to figure out what to delete and what not. And it’s not bad to break the library in an unexpected place =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question