Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Docs/pages/00-index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Migration
title: Migration analyzer
---

[![Nuget](https://img.shields.io/nuget/v/Testably.Abstractions.Migration?label=Testably.Abstractions.Migration&logo=nuget)](https://www.nuget.org/packages/Testably.Abstractions.Migration)

A Roslyn analyzer and code-fix provider that migrates `System.IO.Abstractions` testing usage to `Testably.Abstractions.Testing`.
`Testably.Abstractions.Migration` is a Roslyn analyzer that automates the call-site rewrites described on the [migration overview](../). It flags every supported pattern (with code-fix support) and reports the rest so you can address them by hand.
Comment thread
vbreuss marked this conversation as resolved.

{README}
Loading