RoslynTester 1.0.0-rc2

This is a prerelease version of RoslynTester.
There is a newer version of this package available.
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
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="RoslynTester" Version="1.0.0-rc2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RoslynTester --version 1.0.0-rc2
#r "nuget: RoslynTester, 1.0.0-rc2"
#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.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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 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
Version Downloads Last updated
1.6.3 64,913 5/5/2016
1.6.2 1,582 1/16/2016
1.6.1 1,298 10/16/2015
1.6.0 1,099 9/23/2015
1.4.0 2,060 8/4/2015
1.3.0-rc2 907 6/19/2015
1.2.0-rc2 912 6/17/2015
1.1.0-rc2 1,154 6/1/2015
1.0.0-rc2 1,012 5/21/2015
0.0.3-rc2 892 5/21/2015

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.