-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
The presence of a (.rsp) file causes problems. #211
Comments
Interesting, thanks for the repro! I'm assuming you're talking about a To be honest I'm not sure how that can be resolved. Buildalyzer works at a foundational level by running MSBuild and instrumenting it with a custom logger that feeds build events back to Buildalyzer over a pipe (which Buildalyzer can then collect and analyze). Given that an |
I guess we could globally disable response files when Buildalyzer is run. That's not ideal because the |
Fix is committed and will go out with the next release (not sure when that'll be, probably later this week or next). |
Hello
First of all, thank you for this very useful tool.
I noticed that the presence of a
.rsp
file containing/bl
argument in the tree structure of a.csproj
causes a problem when calling theBuild()
method on aProjectAnalyzer
.I pushed a repository to reproduce the bug here: AutoResponseFileIssueRepro
The text was updated successfully, but these errors were encountered: