dotnet/winforms

Tests should use TheoryData<>

Open

#11,041 opened on 2024年3月12日

GitHub で見る
 (9 comments) (0 reactions) (0 assignees)C# (922 forks)batch import
help wanted

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (平均マージ 14d 22h) (30d で 56 merged PRs)

説明

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.

コントリビューターガイド