RoslynNUnitLight.NetStandard
1.2.5
A lightweight framework for creating unit tests for Roslyn diagnostic analyzers, code fixes and refactorings using NUnit. This is a NetStandard retarget of Dustin Campbell's library, targetting newer versions of CodeAnalysis packages.
Install-Package RoslynNUnitLight.NetStandard -Version 1.2.5
dotnet add package RoslynNUnitLight.NetStandard --version 1.2.5
<PackageReference Include="RoslynNUnitLight.NetStandard" Version="1.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RoslynNUnitLight.NetStandard --version 1.2.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 2.4.0)
- Microsoft.CodeAnalysis.VisualBasic.Workspaces (>= 2.4.0)
- NUnit (>= 3.10.1)
GitHub Usage
This package is not used by any popular GitHub repositories.