Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Conversation

@peterhuene
Copy link

Because the version has already been bumped in master, this PR cherry-picks the commits that have gone into master recently into release/2.1.3xx.

Because the tool command refactoring will be a quite large and there has been a number of changes in master impacting those files, this is intended to prevent a down-the-road merge that will be fraught with conflicts.

Nate McMaster and others added 7 commits March 20, 2018 16:53
Currently the list tool command tests, while localizing the column headers,
didn't properly take into account the fact that localized builds might produce
strings longer than the English versions of the column header strings.  This
results in a mismatch of the actual from the expected due to additional column
padding.

The fix is to stop using a static expected table and do a simple calculation of
the expected table based on the length of the localized strings.

Fixes issue related to PR #8799.
This commit fixes the tool package store such that it stores a full path
instead of, potentially, a relative path.

This prevents a relative path from inadvertently being passed to NuGet
during the restore and causing it to restore relative to the temp project
directory.

Fixes #8829.
This commit implements the missing `--tool-path` option for the list tool
command.  This enables the command to list locally installed tools.

Fixes #8803.
Updating translation status for resource strings that changed upstream.
@wli3
Copy link

wli3 commented Mar 21, 2018

Thanks! Glad there is no merge conflict.

@peterhuene
Copy link
Author

Livar gave 👍 to cherry-pick.

@peterhuene peterhuene merged commit 56a56aa into dotnet:release/2.1.3xx Mar 21, 2018
@peterhuene peterhuene deleted the release-2.1.3xx-stragglers branch March 21, 2018 16:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants