diff --git a/Docs/pages/00-index.md b/Docs/pages/00-index.md index f9add78..d264b99 100644 --- a/Docs/pages/00-index.md +++ b/Docs/pages/00-index.md @@ -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. {README}