Skip to content

Fix missing first character of package name#4

Open
MSylvia wants to merge 1 commit intochrisraygill:masterfrom
MSylvia:dev/msylvia/fix-search-print-log
Open

Fix missing first character of package name#4
MSylvia wants to merge 1 commit intochrisraygill:masterfrom
MSylvia:dev/msylvia/fix-search-print-log

Conversation

@MSylvia
Copy link
Copy Markdown

@MSylvia MSylvia commented Sep 26, 2022

When using nugetcleaner --dry-run --days N the first character of package names removed by pkgVersion.Substring(Path.Length + 1). It should be pkgVersion.Substring(Path.Length) without the +1.

Before:

syncio\0.1.26 --- Last Access: 5/12/2022 11:19:41 AM

After

asyncio\0.1.26 --- Last Access: 5/12/2022 11:19:41 AM

Mentioned here: #3

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.

1 participant