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

Added support for new CC merging library for netstandard2.0 #2598

Merged
merged 23 commits into from
Nov 20, 2020

Conversation

cvpoienaru
Copy link
Member

Added support for new CC merging library

@cvpoienaru cvpoienaru marked this pull request as ready for review November 18, 2020 13:09
Copy link
Member

@jakubch1 jakubch1 left a comment

Choose a reason for hiding this comment

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

Let's clean up old libs from TP and verify that it works in VS and portable scenario

// We took a dependency on Coverage.CoreLib.Net. In the unlikely case it cannot be
// resolved, this method call will throw an exception that will be caught and
// absorbed here.
this.MergeCodeCoverageFiles(files, cancellationToken);
Copy link
Member

Choose a reason for hiding this comment

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

It would be great to add IProgress to interface. @fhnaseer is this something that we can add? Does it make sense in our logic?
We can do it as new commits in both repos

Copy link
Member

Choose a reason for hiding this comment

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

We can do this. Maybe in next version,

Copy link
Contributor

@Haplois Haplois left a comment

Choose a reason for hiding this comment

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

LGTM, with some suggestions.

src/package/nuspec/Microsoft.TestPlatform.nuspec Outdated Show resolved Hide resolved
src/package/sign/sign.proj Outdated Show resolved Hide resolved
@cvpoienaru cvpoienaru merged commit 74c64d8 into microsoft:master Nov 20, 2020
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.

4 participants