Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Updated AzCopyCore sample to new corfxlab APIs #2122

Merged
merged 1 commit into from
Feb 14, 2018

Conversation

KrzysztofCwalina
Copy link
Member

No description provided.

<PackageReference Include="System.Text.Http" Version="0.1.0-preview2-180209-2" />
<PackageReference Include="System.Text.Http.Parser" Version="0.1.0-preview2-180209-2" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0-preview2-26209-05" />
<PackageReference Include="System.Azure.Experimental" Version="0.1.0-preview2-180213-4" />
Copy link
Member

@ahsonkhan ahsonkhan Feb 14, 2018

Choose a reason for hiding this comment

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

Consider adding it to the solution and reference the libraries directly (we have some samples which are written this way already). This would remove the need to keep updating these versions.

Also consider importing common.props and remove the RuntimeFrameworkVersion attribute.

See the following as an example:
https://github.com/dotnet/corefxlab/blob/master/samples/QotdService/QotdService.csproj

Copy link
Member Author

Choose a reason for hiding this comment

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

I kind like the samples being standalone apps as opposed to having to build them with the whole repo.

Copy link
Member

@ahsonkhan ahsonkhan Feb 14, 2018

Choose a reason for hiding this comment

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

I am fine with that. Should we add this standalone sample to the build script though so it gets built as part of the CI run? It would require no additional changes if it was part of the solution file. Otherwise, we can just add a "build samples" step.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I will do it tomorrow.

@KrzysztofCwalina KrzysztofCwalina merged commit c176739 into dotnet:master Feb 14, 2018
@KrzysztofCwalina KrzysztofCwalina deleted the AzCpUpdate branch February 20, 2018 22:05
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