ConventionCodeFixVerifier 3.1.0

dotnet add package ConventionCodeFixVerifier --version 3.1.0
                    
NuGet\Install-Package ConventionCodeFixVerifier -Version 3.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="ConventionCodeFixVerifier" Version="3.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ConventionCodeFixVerifier" Version="3.1.0" />
                    
Directory.Packages.props
<PackageReference Include="ConventionCodeFixVerifier" />
                    
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 ConventionCodeFixVerifier --version 3.1.0
                    
#r "nuget: ConventionCodeFixVerifier, 3.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.
#addin nuget:?package=ConventionCodeFixVerifier&version=3.1.0
                    
Install ConventionCodeFixVerifier as a Cake Addin
#tool nuget:?package=ConventionCodeFixVerifier&version=3.1.0
                    
Install ConventionCodeFixVerifier as a Cake Tool

Extends the CodeFixVerifier class in the "Analyzer with Code Fix" project template to read test cases from .cs files by naming convention.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ConventionCodeFixVerifier:

Repository Stars
Grabacr07/KanColleViewer
艦これブラウザーのようなもの
Version Downloads Last updated
3.1.0 6,053 12/3/2015
3.0.1 2,075 7/9/2015
3.0.0 1,188 7/9/2015
2.2.0 1,214 7/1/2015
2.1.0 1,328 6/12/2015
2.0.2 1,193 6/12/2015
2.0.1 1,189 6/12/2015
2.0.0 1,181 6/12/2015
1.1.3 1,191 6/11/2015
1.1.2 1,204 6/11/2015
1.1.1 1,225 6/10/2015
1.1.0 1,186 6/10/2015
1.0.0 1,210 6/10/2015

Support tests for multiple actions on the code-fix.