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
Is your feature request related to a problem? Please describe.
related to #972
Describe the solution you'd like
I have multiple dlls that I want to build csprojs for (or resolve into one project)
Is it possible to give the CLI more than one dll to decompile and correctly build references?
Could the process also generate a solution?
My questions are:
How would I go about decompiling one or multiple projects from a couple of dlls in a folder.
Should decompiling every single dll with the same output folder result in a correct project?
Should I just decompile each dll into its own output folder?
Should -r|--referencepath <path> point to the path of the dll that is being decompiled (assuming it contains all its dependencies)?
Hey @siegfriedpammer, any news on this? I see it was added then removed from the release milestones.
Not sure if you saw this, but there's actually a PR open for this issue: #2364
Is your feature request related to a problem? Please describe.
related to #972
Describe the solution you'd like
I have multiple dlls that I want to build csprojs for (or resolve into one project)
Is it possible to give the CLI more than one dll to decompile and correctly build references?
Could the process also generate a solution?
Additional context
https://github.com/icsharpcode/ILSpy/tree/master/ICSharpCode.Decompiler.Console
The text was updated successfully, but these errors were encountered: