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

Ensure pipename argument quoted #33475

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

jaredpar
Copy link
Member

The name for the named pipe used between MSBuild and VBCSCompiler is
generated from a combination of values including the current user name,
specifically %USERNAME%. It is possible for this value to have spaces
in it and hence the argument must be quoted when passing it to the
command line of VBCSCompiler instances.

Regression initially introduced: #32257

@jaredpar jaredpar requested a review from a team as a code owner February 18, 2019 16:33
@jaredpar
Copy link
Member Author

@dotnet/roslyn-compiler for review

Copy link
Member

@gafter gafter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

The name for the named pipe used between MSBuild and VBCSCompiler is
generated from a combination of values including the current user name,
specifically `%USERNAME%`. It is possible for this value to have spaces
in it and hence the argument must be quoted when passing it to the
command line of VBCSCompiler instances.

Regression initially introduced: dotnet#32257
@jaredpar jaredpar merged commit 5f1828a into dotnet:dev16.0-preview3 Feb 19, 2019
@jaredpar jaredpar deleted the fix-space-p3 branch February 19, 2019 03:32
@jcouv jcouv added this to the 16.0.P3 milestone Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants