dotnet/winforms

Tests should use TheoryData<>

Open

#11 041 ouverte le 12 mars 2024

Voir sur GitHub
 (9 commentaires) (0 réactions) (0 assignés)C# (922 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 100 stars)
Métriques de merge PR
 (Merge moyen 14j 22h) (56 PRs mergées en 30 j)

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.

Guide contributeur