-
-
Notifications
You must be signed in to change notification settings - Fork 836
Closed
Labels
Analyzershttps://github.com/xunit/xunit.analyzershttps://github.com/xunit/xunit.analyzersBugA fault in an existing featureA fault in an existing feature
Description
[Theory]
[InlineData(new int[] {1, 2, 3}, new int[] {}, new int[] {}, new int[] {1, 2, 3})]
[InlineData(new int[] {1, 2, 3}, new int[] {1, 2, 3}, new int[] {}, new int[] {})] // <-- this line
public void ProducesCorrectDiff(int[] before, int[] after, int[] added, int[] removed)The analyzer thinks the highlighted InlineData is a duplicate which it clearly isn't.
EDIT given improved understanding of the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Analyzershttps://github.com/xunit/xunit.analyzershttps://github.com/xunit/xunit.analyzersBugA fault in an existing featureA fault in an existing feature