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

Enable Trx logger in TPv2 #5

Closed
wants to merge 4 commits into from
Closed

Enable Trx logger in TPv2 #5

wants to merge 4 commits into from

Conversation

Faizan2304
Copy link
Contributor

  1. Add Trx Logger in Vsix.
  2. Pass output path to Trx logger. the path where the trx will get generated.

1) Add Trx Logger in Vsix.
2) Pass output path to Trx logger. the path where the trx will get generated.
@@ -6,11 +6,14 @@ namespace Microsoft.VisualStudio.TestPlatform.Common.Logging
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Client;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;
using ObjectModel.Utilities;
Copy link
Contributor

Choose a reason for hiding this comment

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

use full namespace.

2) Added Test
3) Using buildable version of System.Diagnostics.TraceSource
}

[TestMethod]
public void GetResultsDirectoryIsReadingFromRunsettings()
Copy link
Contributor

@harshjain2 harshjain2 Aug 11, 2016

Choose a reason for hiding this comment

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

nitpick : Follow convention ShouldIf.
Suggestion : Change this method's name to GetResultsDirectoryShouldReadResultsDirectoryFromSettingsIfSpecified

Copy link
Contributor

Choose a reason for hiding this comment

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

+1.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in next commit.

@Faizan2304 Faizan2304 closed this Aug 16, 2016
@Faizan2304
Copy link
Contributor Author

These changes has been merged to main branch through other Pull Request. Hence closing this.

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.

6 participants