-
Notifications
You must be signed in to change notification settings - Fork 323
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
Added support for new CC merging library for netstandard2.0 #2598
Conversation
…117.6 (microsoft#2638) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild From Version 1.0.0-beta.20509.7 -> To Version 1.0.0-beta.20567.6 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…u/vstest into copoiena/tp-cc-merging
There was a problem hiding this 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
src/Microsoft.TestPlatform.Utilities/CodeCoverageDataAttachmentsHandler.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Utilities/CodeCoverageDataAttachmentsHandler.cs
Outdated
Show resolved
Hide resolved
// 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); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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,
test/Microsoft.TestPlatform.AcceptanceTests/TranslationLayerTests/CodeCoverageTests.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Utilities/CodeCoverageDataAttachmentsHandler.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Utilities/CodeCoverageDataAttachmentsHandler.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Utilities/CodeCoverageDataAttachmentsHandler.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Utilities/CodeCoverageDataAttachmentsHandler.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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.
Added support for new CC merging library