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

Conversation

@wli3
Copy link

@wli3 wli3 commented Mar 17, 2018

Fix https://github.com/dotnet/cli/issues/8561

Other than change source to source-feed and make it additional instead of exclusive. I changed source to be multiple. Because restore support multiple source microsoft/dotnet#361

As for mock. The offline feed and source feed is considered the same, so remove the category of “source”.

I renamed source to “AdditionalFeed” because that is more accurate on implementation level.

Note:
NuGet feed don’t have order. Whichever responses the fastest, is the first.
No change on restore.

scripts/cli-test-env.sh change is due to mac 10.13 is finally added to RID graph. And it is “considered” one of the CLI supported RID

@wli3 wli3 requested review from a team and peterhuene March 17, 2018 19:34
internal class ToolPackageInstaller : IToolPackageInstaller
{
private readonly IToolPackageStore _store;
private readonly IToolPackageStore _additionalFeed;

This comment was marked as spam.

This comment was marked as spam.

Copy link

@peterhuene peterhuene left a comment

Choose a reason for hiding this comment

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

Other than my question above, 👍

Other than change source to source-feed and make it additional instead of exclusive. I changed source to be multiple. Because restore support multiple source microsoft/dotnet#361

As for mock. The offline feed and source feed is considered the same, so remove the category of “source”. I renamed source to “AdditionalFeed” because that is more accurate on implementation level.

Note:
NuGet feed don’t have order. Whichever responses the fastest, is the first.
No change on restore.

scripts/cli-test-env.sh change is due to mac 10.13 is finally added to RID graph. And it is “considered” one of the CLI supported RID
@wli3 wli3 force-pushed the source-to-source-feed2 branch from e545fe7 to 6501096 Compare March 20, 2018 00:23
@wli3 wli3 changed the base branch from master to release/2.1.3xx March 20, 2018 02:00
@peterhuene
Copy link

👍

@wli3 wli3 merged commit 9cc2b7c into dotnet:release/2.1.3xx Mar 20, 2018
@wli3 wli3 deleted the source-to-source-feed2 branch March 20, 2018 05:22
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.

2 participants