Re-enable xunit warning 1019 (dotnet/corefxdotnet/coreclr#40415)
authormadmir <1119735+madmir@users.noreply.github.com>
Tue, 20 Aug 2019 00:59:07 +0000 (02:59 +0200)
committerJan Kotas <jkotas@microsoft.com>
Tue, 20 Aug 2019 14:44:15 +0000 (16:44 +0200)
Make MemberData reference IEnumerable<object[]>

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/b7cc21b66cabfb6ebc2d205dcf4bf353a5174d26

src/libraries/System.Private.CoreLib/src/CodeAnalysis.ruleset

index 9bf5d68..811f755 100644 (file)
     <Rule Id="SA1649" Action="None" /> <!-- File name should match first type name -->
   </Rules>
   <Rules AnalyzerId="xunit.analyzers" RuleNamespace="xunit.analyzers">
-    <Rule Id="xUnit1019" Action="None" /> <!-- MemberData must reference a member providing a valid data type -->
     <Rule Id="xUnit1024" Action="None" /> <!-- Test methods cannot have overloads -->
     <Rule Id="xUnit2013" Action="None" /> <!-- Do not use equality check to check for collection size. -->
     <Rule Id="xUnit2017" Action="None" /> <!-- Do not use Contains() to check if a value exists in a collection -->