Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support converting a project in place #2

Open
dsplaisted opened this issue Jun 14, 2017 · 2 comments
Open

Support converting a project in place #2

dsplaisted opened this issue Jun 14, 2017 · 2 comments

Comments

@dsplaisted
Copy link
Contributor

Usually when converting a project, you want to have it update the project file instead of creating a new one. This especially matters because the assembly name and other properties are inferred from the project name.

I'd suggest that if the -o parameter isn't specified for the convert command, that it simply writes the output to the input file.

I tried specifying that the output file should be the same as the input file, but that gives me a CommandLine.MissingRequiredOptionError.

@NotMyself
Copy link

If doing this, please make a backup of the original file for recovery purposes.

@srivatsn
Copy link
Owner

@dsplaisted I've made a change to default to the projectfile path if the output path is not specified. @NotMyself - i don't yet make a backup but have found reverting with git sufficient so far.

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

No branches or pull requests

3 participants