dotnet/winforms

Tests should use TheoryData<>

Open

#11,041 opened on Mar 12, 2024

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

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (Avg merge 14d 22h) (56 merged PRs in 30d)

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