waf / RhinoToNSubstitute

A work-in-progress RhinoMocks to NSubstitute converter, powered by Roslyn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RhinoToNSubstitute

A work-in-progress RhinoMocks to NSubstitute converter powered by Roslyn.

Usage

RhinoToNSubstitute is a command line application.

RhinoToNSubstitute:
  Convert RhinoMocks code to NSubstitute

Usage:
  RhinoToNSubstitute [options]

Options:
  --project-dir <project-dir>    The directory path of the project to convert.
  --version                      Display version information

Ensure your code is source-controlled before running this application! It will modify your code in-place.

License

All files within this repo are released under the MIT License as per the LICENSE file stored in the root of this repo.

About

A work-in-progress RhinoMocks to NSubstitute converter, powered by Roslyn.

License:MIT License


Languages

Language:C# 100.0%