Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Bug in ListOrphanedTopics #46

Open
gewarren opened this issue Feb 7, 2023 · 0 comments
Open

Bug in ListOrphanedTopics #46

gewarren opened this issue Feb 7, 2023 · 0 comments

Comments

@gewarren
Copy link
Owner

gewarren commented Feb 7, 2023

On these lines of code, only the markdown files in the user-provided directory are searched for possible links to the file about to be deleted. Instead, the entire docset needs to be checked.

            if (deleteOrphanedTopics)
            {
                Parallel.ForEach(markdownFiles, linkingFile =>
                {
                    CheckFileLinks(orphanedFiles, linkingFile, ref filesToKeep);
                });
            ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant