Skip to content

Add Xunit adapter to enable testing in VS#24163

Merged
sharwell merged 4 commits intodotnet:dev15.7.xfrom
genlu:xunitAdapter
Feb 9, 2018
Merged

Add Xunit adapter to enable testing in VS#24163
sharwell merged 4 commits intodotnet:dev15.7.xfrom
genlu:xunitAdapter

Conversation

@genlu
Copy link
Copy Markdown
Member

@genlu genlu commented Jan 11, 2018

No description provided.

@genlu genlu added the PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it. label Jan 11, 2018
@genlu genlu requested review from a team as code owners January 11, 2018 01:28
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we file bugs for all of these cases? Seems like these are hiding real issues

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sure.

Copy link
Copy Markdown
Contributor

@sharwell sharwell left a comment

Choose a reason for hiding this comment

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

Marking as request changes only while I run through developer scenarios today with this in 15.6 Preview 2 to make sure nothing is broken.

@sharwell
Copy link
Copy Markdown
Contributor

📝 I'm halfway through the day. Subjective evaluation is showing a consistent move towards not being viable. While it's possible that something could change and the painful parts of the experience get avoided, at this point it appears unlikely.

@ManishJayaswal
Copy link
Copy Markdown
Contributor

@sharwell - are you trying this on preview 3 builds?

@sharwell
Copy link
Copy Markdown
Contributor

I'm testing on 15.6 Preview 2. I'll follow up after my work is complete with the observed (objective) results.

@sharwell
Copy link
Copy Markdown
Contributor

This is still really bad on Preview 3. I'm still in the process of investigating the cause so things can be improved, but we're going to have to move this PR to Preview 4 at the earliest.

@sharwell sharwell changed the base branch from master to dev15.7.x February 8, 2018 20:43
@sharwell
Copy link
Copy Markdown
Contributor

sharwell commented Feb 8, 2018

@jasonmalinowski @Pilchie Can you review the updated documentation in the final commit of this PR? I'm planning to merge on successful build and notify the team. 😄

Copy link
Copy Markdown
Member

@Pilchie Pilchie left a comment

Choose a reason for hiding this comment

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

LGTM

@sharwell sharwell merged commit fbd9707 into dotnet:dev15.7.x Feb 9, 2018
<Target Name="RemoveDuplicateXUnitContent">
<ItemGroup>
<Content Remove="@(Content)" Condition="'%(Filename)%(Extension)' == 'xunit.abstractions.dll'" />
<None Remove="@(None)" Condition="'%(Filename)%(Extension)' == 'xunit.abstractions.dll'" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@sharwell Is this still needed? Content would have caused a double write, but None should have been ignored?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants