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

Support xunit v3 #718

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Support xunit v3 #718

wants to merge 7 commits into from

Conversation

martincostello
Copy link
Owner

@martincostello martincostello commented Aug 16, 2024

Initial attempt at getting support for xunit v3.

Will likely require much more involved changes to be able to support v2 and v3 simultaneously (e.g. a new package). Visual Studio integration does not appear to work, and that's making it difficult to debug the fact that the message sink doesn't appear to be working.

Resolves #717.

Initial attempt at getting support for xunit v3.
Will likely require much more involved changes to be able to support v2 and v3 simulataneously (e.g. a new package).
Visual Studio integration does not appear to work.
@martincostello martincostello added this to the Future milestone Aug 16, 2024
Copy link

codecov bot commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.52%. Comparing base (6cae7de) to head (142e8a8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #718      +/-   ##
==========================================
+ Coverage   97.78%   98.52%   +0.73%     
==========================================
  Files          15       15              
  Lines         271      271              
  Branches       37       37              
==========================================
+ Hits          265      267       +2     
+ Misses          3        2       -1     
+ Partials        3        2       -1     
Flag Coverage Δ
linux 97.04% <ø> (ø)
macos 97.78% <ø> (ø)
windows 98.52% <ø> (+1.47%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- Fix library not being packaged.
- Update compatibility suppressions for netstandard2.0 being removed.
- Bump version to 1.0.0.
Update compatibility suppressions - the proper fix will be to disable validation and re-baseline later (or have a separate package...).
Remove redundant reference for xunit.v3.extensibility.core.
`netstandard2.0` is no longer supported, so add `net472` instead.
Remove redundant using statements.
@martincostello martincostello added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Aug 16, 2024
Copy link
Owner Author

Choose a reason for hiding this comment

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

Delete this when things moved to a new assembly.

Use the right kind of `DiagnosticMessage`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support xunit v3
1 participant