dotnet/winforms

Tests should use TheoryData<>

オープン

#11,041 opened on 2024/03/12

 (9 件のコメント) (0 件のリアクション) (0 人の担当者)C# (922 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (4,100 個のスター)
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.

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