RoslynTester 1.0.0-rc2
See the version list below for details.
dotnet add package RoslynTester --version 1.0.0-rc2
NuGet\Install-Package RoslynTester -Version 1.0.0-rc2
<PackageReference Include="RoslynTester" Version="1.0.0-rc2" />
paket add RoslynTester --version 1.0.0-rc2
#r "nuget: RoslynTester, 1.0.0-rc2"
// Install RoslynTester as a Cake Addin #addin nuget:?package=RoslynTester&version=1.0.0-rc2&prerelease // Install RoslynTester as a Cake Tool #tool nuget:?package=RoslynTester&version=1.0.0-rc2&prerelease
A library that will help you unit test your Roslyn analyzers. This package contains the default test helpers provided with the Diagnostics + CodeFix solution template but updated for the latest version of Roslyn and with a few enhancements.
I encourage you to use the latest versions unless you're certain you need another one. Keep an eye on the suffix which will correspond with the Roslyn release.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- Microsoft.CodeAnalysis.CSharp (>= 1.0.0-rc2)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 1.0.0-rc2)
- NUnit (>= 3.0.0-beta-2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RoslynTester:
Repository | Stars |
---|---|
MarcosMeli/FileHelpers
The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams
|
This is the first cleaned up version. There is no major difference in API usage with the old implementation aside from being stricter on the locations for each expected diagnostic.