File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Src/FluentAssertions.Json Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ public override string ToString()
3939 DifferenceKind . ExpectedMissesProperty => $ "has extra property { Path } ",
4040 DifferenceKind . ActualMissesElement => $ "misses expected element { Path } ",
4141 DifferenceKind . WrongOrder => $ "has expected element { Path } in the wrong order",
42- #pragma warning disable S3928 , MA0015 // Parameter names used into ArgumentException constructors should match an existing one
42+ #pragma warning disable MA0015 // Specify the parameter name in ArgumentException
4343 _ => throw new ArgumentOutOfRangeException ( ) ,
44- #pragma warning restore S3928 , MA0015 // Parameter names used into ArgumentException constructors should match an existing one
44+ #pragma warning restore MA0015 // Specify the parameter name in ArgumentException
4545 } ;
4646 }
4747}
You can’t perform that action at this time.
0 commit comments