Inshiminator Documentation

Welcome to the Inshiminator documentation.

Inshiminator is an analyzer-guided shim generation toolkit for .NET.

Quick Start

  1. Install the analyzer and generator:
    dotnet add package Inshiminator.Analyzers
    dotnet add package Inshiminator.Generators
    
  2. Build your project.
  3. Apply code fixes to inject shims.