RRUZ / RRUZ/delphi-dev-shell-tools
MSBuild command line fails when Build Configuration name contains Spaces
Nobody has claimed this yet.
- Dominant language
- Pascal
- Stars
- 152
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
Where the Build Configuration name contains a space, MSBuild will interpret each distinct word as an additional parameter.
Easy solution is to wrap the name of the Build Configuration in double-quotes.
I shall implement the solution when I have time and issue another pull request for reintegration into the origin.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies the MSBuild command-line invocation that handles a Build Configuration name, but no file or test is provided. Locate that invocation and reproduce the failure with a configuration containing spaces; done when the configuration is passed as one argument and the relevant verification succeeds.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100