dotnet/winforms

Tests should use TheoryData<>

Open

#11.041 aberto em 12 de mar. de 2024

Ver no GitHub
 (9 comments) (0 reactions) (0 assignees)C# (922 forks)batch import
help wanted

Métricas do repositório

Stars
 (4.100 stars)
Métricas de merge de PR
 (Mesclagem média 14d 22h) (56 fundiu PRs em 30d)

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.

Guia do colaborador