Skip to content

SpecHygiene v1.0.2

Choose a tag to compare

@Karzone Karzone released this 22 Jul 06:54

Accuracy + usability release.

Fixed — WPF/XAML false positives in the unused-code check. Event handlers and other XAML-wired members (bindings, converters, control types, x:Name) are no longer reported as dead code — SpecHygiene now scans .xaml as a reference source. On a real WPF-backed solution this cut false positives from 69 → 10. Extraction is position-scoped (attribute values + markup extensions), so a genuinely-dead method that merely shares a name with a XAML attribute is still reported.

Added — locations in the duplicate-steps report. The Duplicated steps table now shows the file:line (and scenario) of every occurrence, so findings are directly actionable.

Update:

dotnet tool update -g SpecHygiene

Full notes: CHANGELOG.md