DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
2
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
Familiarity with C# and .NETUnderstanding of command line process terminationWindows environment for testing
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
40
Direzione di ricerca
Start by examining the existing Linux tests in PR #290 (https://github.com/dotnet/System.CommandLine/pull/290) to understand the test structure and patterns for CancelOnProcessTermination. Look for any Windows specific test files in the repository to follow conventions. Then, create equivalent tests that run on Windows, ensuring they handle platform specific differences. If any questions arise, ask in the issue for clarification from maintainers.