You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raises an Nunit1029 error "The TestCaseSource provides '>0' parameter(s), but the Test methods expects '0' parameters", which shouldn't be the case.
Tested with NUnit.Analyzers version 4.6.0.
The following code
raises an Nunit1029 error "The TestCaseSource provides '>0' parameter(s), but the Test methods expects '0' parameters", which shouldn't be the case.
Tested with NUnit.Analyzers version 4.6.0.
In my opinion, the check in https://github.com/nunit/nunit.analyzers/blob/master/src/nunit.analyzers/TestCaseSourceUsage/TestCaseSourceUsesStringAnalyzer.cs#L260
is valid only for non-generic methods and must be changed to
I could provide a PR for this.
The text was updated successfully, but these errors were encountered: