dotnet/winforms

Tests should use TheoryData<>

Open

#11.041 aperta il 12 mar 2024

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)C# (922 fork)batch import
help wanted

Metriche repository

Star
 (4100 star)
Metriche merge PR
 (Merge medio 14g 22h) (56 PR mergiate in 30 g)

Descrizione

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.

Guida contributor