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

--diff-only option leaves *.csproj.old files in the directory #108

Closed
joncloud opened this issue Oct 23, 2019 · 0 comments · Fixed by #266
Closed

--diff-only option leaves *.csproj.old files in the directory #108

joncloud opened this issue Oct 23, 2019 · 0 comments · Fixed by #266
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@joncloud
Copy link

Summary

When running the --diff-only option on a valid project file, it looks like try-convert leaves temporary project files to produce the report document. The same files are present when removing the --diff-only option, which makes sense, because you may want a backup copy of the project file that has been edited.

Problem

Unnecessary files are left behind after try-convert completes its process.

Sample CMD Script

try-convert --project .\path\to\project.csproj --diff-only
dir .\path\to\report.txt /B
dir .\path\to\*.csproj* /B

Expected Directory Results

report.txt
project.csproj

Actual Directory Results

report.txt
project.csproj
project.csproj.old
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants