A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings using NUnit.
Info
Version: | 1.1.0-rc1 |
Author(s): | Dustin Campbell |
Last Update: | Thursday, November 5, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/DustinCampbell/RoslynNUnitLight |
NuGet Url: | https://www.nuget.org/packages/RoslynNUnitLight |
Install
Install-Package RoslynNUnitLight
dotnet add package RoslynNUnitLight
paket add RoslynNUnitLight
RoslynNUnitLight Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp.Workspaces(>= 1.1.01 && <= 1.1.01)
- Microsoft.CodeAnalysis.VisualBasic.Workspaces(>= 1.1.01 && <= 1.1.01)
- NUnit(>= 2.6.4)
Tags