dotnet/winforms

Tests should use TheoryData<>

Open

#11,041 建立於 2024年3月12日

在 GitHub 查看
 (9 留言) (0 反應) (0 負責人)C# (922 fork)batch import
help wanted

倉庫指標

Star
 (4,100 star)
PR 合併指標
 (平均合併 14天 22小時) (30 天內合併 56 個 PR)

描述

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.

貢獻者指南