Gu.Roslyn.Asserts 4.3.0

dotnet add package Gu.Roslyn.Asserts --version 4.3.0
                    
NuGet\Install-Package Gu.Roslyn.Asserts -Version 4.3.0
                    
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="Gu.Roslyn.Asserts" Version="4.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gu.Roslyn.Asserts" Version="4.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Gu.Roslyn.Asserts" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gu.Roslyn.Asserts --version 4.3.0
                    
#r "nuget: Gu.Roslyn.Asserts, 4.3.0"
                    
#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.
#:package Gu.Roslyn.Asserts@4.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gu.Roslyn.Asserts&version=4.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Gu.Roslyn.Asserts&version=4.3.0
                    
Install as a Cake Tool

Asserts for testing Roslyn analyzers and code fixes.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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 (4)

Showing the top 4 popular GitHub repositories that depend on Gu.Roslyn.Asserts:

Repository Stars
DotNetAnalyzers/IDisposableAnalyzers
Roslyn analyzers for IDisposable
DotNetAnalyzers/WpfAnalyzers
godot-gdunit-labs/gdUnit4Net
Official C# implementation of GDUnit4 - a comprehensive unit testing framework for Godot 4. Features VS/Rider test adapter integration, parameterized tests, scene runners, and extensive assertion methods.
nunit/nunit.analyzers
Roslyn analyzers for writing unit tests with NUnit
Version Downloads Last Updated
4.3.0 146,741 6/2/2022
4.2.1 1,354 5/6/2022
4.2.0 996 4/21/2022
4.1.0 3,489 4/3/2022
4.0.4 1,353 3/22/2022
4.0.3 2,779 12/10/2021
4.0.2 960 12/6/2021
4.0.1 627 12/4/2021
3.3.2 7,511 12/26/2020
3.3.1 4,457 8/20/2020
3.3.0 3,120 3/8/2020
3.2.6 2,067 11/28/2019
3.2.5 2,662 10/26/2019
3.2.4 866 10/25/2019
3.2.3 1,402 8/20/2019
3.2.2 1,541 8/4/2019
3.1.0 1,185 7/12/2019
Loading failed

4.3.0
     FEATURE: add support for analyzer configuration.
     4.2.1
     BUGFIX: FixAll caused hangs in some cases.
     4.2.0
     FEATURE: add extra overload for RoslynAssert.NotSuppressed.
     FEATURE: only show mismatched diagnostics, making things easier when there are lots.
     4.1.0
     FEATURE: add support for DiagnostisSuppressor with RoslynAssert.Suppressed
     4.0.4
     BUGFIX: stop infinite loop in fix all when fix updates the code without fixing the issue.
     4.0.3
     Better error message for RoslynAssert.CodeFix
     OBSOLETE: ExpectedDiagnostic.FromMarkup.
     4.0.2
     BREAKING: Remove duplicate enum AllowedCompilationDiagnostics.
     4.0.1
     BREAKING: Broke everything, all I can say is I'm sorry. See the documentation for new API. Found no way out of the mess I created before.
     4.0.0
     use Roslyn 4.0.1
     3.3.2
     Better exception messages.
     3.3.1
     BUGFIX: Handle collision in metadata references.
     3.3.0
     FEATURE: Instance asserts.
     3.2.6
     BUGFIX: handle breaking change in Roslyn 3.3.1
     FEATURE: nullable
     FEATURE: SyntaxFactoryWriter with default trivia.