standalone-test-repro

Installation
SKILL.md

Standalone Runtime Test Repro

Generate a source-level console application for one managed test under src/tests/. Put it under artifacts/tmp/standalone-test-repro/ and make it runnable as:

<CORE_ROOT>/corerun[.exe] <repro-output>/StandaloneTestRepro.dll

The output is an isolated repro, not a launcher that references the original test assembly. Copy and adapt the test's source and required helpers so the repro remains understandable and editable.

Scope Gate

This skill supports managed CoreCLR tests that can meaningfully execute through corerun. Before extraction, inspect the project and generated wrapper when available.

Installs
1
Repository
dotnet/runtime
GitHub Stars
18.2K
First Seen
4 days ago
standalone-test-repro — dotnet/runtime