Print paths to response files in message
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
It would be really nice if this message were parameterized instead of always saying `MSBuild.rsp`. It should print the (possibly multiple) response files considered.
```
Some command line switches were read from the auto-response file "MSBuild.rsp". To disable this file, use the "/noautoresponse" switch.
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by searching the MSBuild source for the shown message, then trace how response files are collected. Check nearby command-line or response-file tests; done means the diagnostic lists every considered response-file path and still explains how to disable automatic response-file loading.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100