diff --git a/MoreLinq.Test/.editorconfig b/MoreLinq.Test/.editorconfig index d9548d45a..ffc9fb911 100644 --- a/MoreLinq.Test/.editorconfig +++ b/MoreLinq.Test/.editorconfig @@ -37,3 +37,9 @@ dotnet_diagnostic.IDE0047.severity = suggestion # IDE0022: Use expression/block body for methods dotnet_diagnostic.IDE0022.severity = none + +# NUnit1030: The type of parameter provided by the TestCaseSource does not match the type of the parameter in the Test method +dotnet_diagnostic.NUnit1030.severity = suggestion + +# Nunit1029: The number of parameters provided by the TestCaseSource does not match the number of parameters in the Test method +dotnet_diagnostic.NUnit1029.severity = suggestion diff --git a/MoreLinq.Test/MoreLinq.Test.csproj b/MoreLinq.Test/MoreLinq.Test.csproj index 8eff0287b..77e2b5cbc 100644 --- a/MoreLinq.Test/MoreLinq.Test.csproj +++ b/MoreLinq.Test/MoreLinq.Test.csproj @@ -17,7 +17,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -27,23 +27,23 @@ all - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + - + diff --git a/MoreLinq/MoreLinq.csproj b/MoreLinq/MoreLinq.csproj index f46e55965..10a1bbd24 100644 --- a/MoreLinq/MoreLinq.csproj +++ b/MoreLinq/MoreLinq.csproj @@ -161,7 +161,7 @@ all - + diff --git a/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj b/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj index 9e19b8bfb..e810d01e0 100644 --- a/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj +++ b/bld/ExtensionsGenerator/MoreLinq.ExtensionsGenerator.csproj @@ -6,7 +6,7 @@ - +