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.

贡献者指南