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

Avoid nullability warnings w/ new XUnit.Assert #28843

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

dougbu
Copy link
Member

@dougbu dougbu commented Aug 23, 2022

  • don't pass what looks like null to Assert.Empty(...)

- don't pass what looks like `null` to `Assert.Empty(...)`
@dougbu dougbu requested review from ajcvickers and roji August 23, 2022 02:42
@dougbu
Copy link
Member Author

dougbu commented Aug 23, 2022

This PR addresses a secondary issue found after doing the equivalent of dotnet/arcade#10512 as part of the stabilization exercise. Can't use non-stable xUnit version when we have stable versions i.e. need this fix for RTM.

@ghost
Copy link

ghost commented Aug 23, 2022

Hello @smitpatel!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost
Copy link

ghost commented Aug 23, 2022

Apologies, while this PR appears ready to be merged, it looks like release/7.0 is a protected branch and I have not been granted permission to perform the merge.

@smitpatel smitpatel merged commit d610c20 into dotnet:release/7.0 Aug 23, 2022
@dougbu dougbu deleted the dougbu/xunit.null branch August 23, 2022 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants