NSubstitute.QuickFixes
0.1.0
dotnet add package NSubstitute.QuickFixes --version 0.1.0
NuGet\Install-Package NSubstitute.QuickFixes -Version 0.1.0
<PackageReference Include="NSubstitute.QuickFixes" Version="0.1.0" />
paket add NSubstitute.QuickFixes --version 0.1.0
#r "nuget: NSubstitute.QuickFixes, 0.1.0"
// 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.
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 | 8,596 | 1/8/2017 |
0.1.0-beta5 | 1,050 | 9/4/2016 |
0.1.0-beta4 | 1,053 | 9/2/2016 |
0.1.0-beta3 | 1,057 | 8/30/2016 |
0.1.0-beta2 | 987 | 8/30/2016 |
0.1.0-beta1 | 1,103 | 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