Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support generating SDK style projects from console #366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jfevia
Copy link

@jfevia jfevia commented Oct 1, 2024

This change enables support for generating SDK style projects through the console by introducing a new flag.

Example:
dnSpy.Console.dll --generateSDKStyleProjects -o C:\out\path C:\some\path

@jfevia
Copy link
Author

jfevia commented Oct 3, 2024

@ElektroKill could you please take a look at this?

Copy link
Member

@ElektroKill ElektroKill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

Sorry for the immense delay, I must have missed the notification for this PR!

I'd prefer for the option to be renamed to match the existing naming convention for command line parameters in dnSpy. I suggest something like --sdk-project.

Please add your new parameter to the usageInfos array found here:

static readonly UsageInfo[] usageInfos = new UsageInfo[] {

With the appropriate description strings placed in the localization file.

Furthermore, update the ourOptions array in accordance with the message left here:

// If you add more '--' options here, also update 'string[] ourOptions'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants