NSubstitute.QuickFixes 0.1.0-beta3

This is a prerelease version of NSubstitute.QuickFixes.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NSubstitute.QuickFixes --version 0.1.0-beta3
                    
NuGet\Install-Package NSubstitute.QuickFixes -Version 0.1.0-beta3
                    
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-beta3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NSubstitute.QuickFixes" Version="0.1.0-beta3" />
                    
Directory.Packages.props
<PackageReference Include="NSubstitute.QuickFixes" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NSubstitute.QuickFixes --version 0.1.0-beta3
                    
#r "nuget: NSubstitute.QuickFixes, 0.1.0-beta3"
                    
#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.
#addin nuget:?package=NSubstitute.QuickFixes&version=0.1.0-beta3&prerelease
                    
Install NSubstitute.QuickFixes as a Cake Addin
#tool nuget:?package=NSubstitute.QuickFixes&version=0.1.0-beta3&prerelease
                    
Install NSubstitute.QuickFixes as a Cake Tool

Quickfixes 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 9,270 1/8/2017
0.1.0-beta5 1,212 9/4/2016
0.1.0-beta4 1,221 9/2/2016
0.1.0-beta3 1,221 8/30/2016
0.1.0-beta2 1,109 8/30/2016
0.1.0-beta1 1,268 8/28/2016

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