You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Summary
When running the
--diff-only
option on a valid project file, it looks liketry-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
Expected Directory Results
Actual Directory Results
The text was updated successfully, but these errors were encountered: