dotnet/winforms

Tests should use TheoryData<>

Ouverte

#11 041 ouverte le 12 mars 2024

 (9 commentaires) (0 réaction) (0 personne assignée)C# (922 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 100 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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