dotnet/winforms

Tests should use TheoryData<>

Open

#11,041 opened on Mar 12, 2024

 (9 comments) (0 reactions) (0 assignees)C# (922 forks)batch import
help wanted

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (PR metrics pending)

Description

Theory tests should preferably use the TheoryData<> pattern where possible. We have several hundred hits for the analyzer for this currently (xUnit1042). The analyzer is disabled in the .editorconfig file and can be commented out to hunt these down.

Once addressed we can turn this back on.

Contributor guide