SmartAnalyzers.RoslynTestKit
1.0.13
A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings. This is a of fork Dustin Campbell's library RoslynNUnitLight - this version is a test framework independent.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package SmartAnalyzers.RoslynTestKit -Version 1.0.13
dotnet add package SmartAnalyzers.RoslynTestKit --version 1.0.13
<PackageReference Include="SmartAnalyzers.RoslynTestKit" Version="1.0.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SmartAnalyzers.RoslynTestKit --version 1.0.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SmartAnalyzers.RoslynTestKit, 1.0.13"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install SmartAnalyzers.RoslynTestKit as a Cake Addin
#addin nuget:?package=SmartAnalyzers.RoslynTestKit&version=1.0.13
// Install SmartAnalyzers.RoslynTestKit as a Cake Tool
#tool nuget:?package=SmartAnalyzers.RoslynTestKit&version=1.0.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- ApprovalTests (>= 4.2.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 2.4.0)
- Microsoft.CodeAnalysis.VisualBasic.Workspaces (>= 2.4.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SmartAnalyzers.RoslynTestKit:
Repository | Stars |
---|---|
cezarypiatek/MappingGenerator
:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
|
|
microsoft/RoslynClrHeapAllocationAnalyzer
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.
|