Skip to content

Conversation

@rokonec
Copy link
Member

@rokonec rokonec commented Jun 21, 2022

Context

We were joining dotnet "string[] args" into string, but there were issues with escaping spaces and such in file paths.

Changes Made

After analyze we have realized that best way is to pass command line as string[] to dotnet MSBuild Server.
This generate problems with readability due to few #ifdef but without extensive refactoring there is no way around. If this pose issue in future we can refactor this. I would recommend IMultiPlatformCommandLine layer with two implementations.

Testing

Manual.

Notes

@rokonec rokonec changed the base branch from main to feature/msbuild-server June 21, 2022 14:07
@rokonec rokonec closed this Jun 21, 2022
@rokonec
Copy link
Member Author

rokonec commented Jun 21, 2022

Replaced by #7723

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

Successfully merging this pull request may close these issues.

1 participant