Gabriel

Results 9 comments of Gabriel

Did anyone find a solution for this? I'm facing the same issue as @Blinxar

See the code changes from the assert.xunit project: https://github.com/xunit/assert.xunit/pull/50

@RobDBob Which version of xunit are you using? The link has been changed in 2020: https://github.com/xunit/xunit.analyzers/blob/de864cca9048ed9b7df7f3affbf79c73b5e6d434/src/xunit.analyzers/Utilities/Descriptors.cs#L32

> What’s the status and plan on this? > > Looks like the changes currently only change the tests, but not the actual functionality/output? @ite-klass I've changed the tests to...

@bradwilson I was going to grab this one but looking at the code it's looks like shorter and longer array are handled. Is the length of the two collections details...

Both ExpectedLonger and ExpectedShorter cases are validating this. The length of each array is not available in the message. ```csharp [Fact] public void ExpectedShorter() { var expectedMessage = "Assert.Equal() Failure"...

I'm going to grab this one and make it happen ;)

@bakermo Did you work on this? If not, can I grab it from you :)

> Hello, @mongeon, did you worked on this issue? If not, I would like to contribute. No, didn't go far on this. Please feel free to contribute to this.