Fix ILVerify baseline failures when IL shape changes (codegen, new types, method signatures). Use when CI fails on ILVerify job.
Install
npx skillscat add dotnet/fsharp/ilverify-failure Install via the SkillsCat registry.
SKILL.md
ILVerify Baseline
When to Use
IL shape changed (codegen, new types, method signatures) and ILVerify CI job fails.
Update Baselines
TEST_UPDATE_BSL=1 pwsh tests/ILVerify/ilverify.ps1Baselines Location
tests/ILVerify/*.bsl
Verify
Re-run without TEST_UPDATE_BSL=1, should pass.