NSubstitute.QuickFixes 0.1.0

dotnet add package NSubstitute.QuickFixes --version 0.1.0
NuGet\Install-Package NSubstitute.QuickFixes -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NSubstitute.QuickFixes" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NSubstitute.QuickFixes --version 0.1.0
#r "nuget: NSubstitute.QuickFixes, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NSubstitute.QuickFixes as a Cake Addin
#addin nuget:?package=NSubstitute.QuickFixes&version=0.1.0

// Install NSubstitute.QuickFixes as a Cake Tool
#tool nuget:?package=NSubstitute.QuickFixes&version=0.1.0

Quick fixes for NSubstitute mocking library.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0 7,854 1/8/2017
0.1.0-beta5 1,018 9/4/2016
0.1.0-beta4 1,027 9/2/2016
0.1.0-beta3 1,025 8/30/2016
0.1.0-beta2 958 8/30/2016
0.1.0-beta1 1,076 8/28/2016

0.1.0 Downgraded some packages to fix VS problem - https://github.com/dotnet/roslyn/issues/12247
     0.1.0-beta5 Bugfixes, more unit tests
     0.1.0-beta4 Generate mocks for Func<T> parameters; generate mocks for new parameters in existing calls
     0.1.0-beta3 Field is not generated or configured if already defined
     0.1.0-beta2 Fixed crash when tested class was created in constructor, not in method
     0.1.0-beta1 First release