Skip to content

Replace GeneratePdbForAssembly with GeneratePdbForAssemblies to improve user experience and remove redundant code.#3630

Merged
siegfriedpammer merged 1 commit intoicsharpcode:masterfrom
sonyps5201314:del_GeneratePdbForAssembly
Dec 14, 2025
Merged

Replace GeneratePdbForAssembly with GeneratePdbForAssemblies to improve user experience and remove redundant code.#3630
siegfriedpammer merged 1 commit intoicsharpcode:masterfrom
sonyps5201314:del_GeneratePdbForAssembly

Conversation

@sonyps5201314
Copy link
Copy Markdown
Contributor

The GeneratePdbForAssembly function internally sets the InitialDirectory of the SaveFileDialog, whereas GeneratePdbForAssemblies does not. This inconsistency causes confusion when users switch between batch and single-file PDB generation, as the behavior regarding the output directory (e.g., whether it remembers the last used folder) varies.

Since the functionality of GeneratePdbForAssemblies now fully covers that of GeneratePdbForAssembly, there is no longer any need to retain the latter.

…ve user experience and remove redundant code.
@siegfriedpammer siegfriedpammer merged commit f8b4823 into icsharpcode:master Dec 14, 2025
5 checks passed
@siegfriedpammer
Copy link
Copy Markdown
Member

Thank you very much, sorry for taking so long to look at this!

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