Gu.Analyzers 2.0.3

dotnet add package Gu.Analyzers --version 2.0.3
                    
NuGet\Install-Package Gu.Analyzers -Version 2.0.3
                    
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.Analyzers" Version="2.0.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gu.Analyzers" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Gu.Analyzers">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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.Analyzers --version 2.0.3
                    
#r "nuget: Gu.Analyzers, 2.0.3"
                    
#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.Analyzers@2.0.3
                    
#: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.Analyzers&version=2.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Gu.Analyzers&version=2.0.3
                    
Install as a Cake Tool

Roslyn analyzers and fixes.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Gu.Analyzers:

Repository Stars
DotNetAnalyzers/IDisposableAnalyzers
Roslyn analyzers for IDisposable
DotNetAnalyzers/WpfAnalyzers
GuOrg/Gu.Wpf.Geometry
GuOrg/Gu.Wpf.DataGrid2D
Extension methods for WPF DataGrid enabling binding to T[,]
GuOrg/Gu.Wpf.UiAutomation
Version Downloads Last Updated
2.0.3 42,087 4/1/2023
2.0.2 23,053 1/1/2022
2.0.1 523 1/1/2022
2.0.0 3,620 11/21/2021
1.8.5 6,740 3/4/2021
1.8.4 5,725 11/21/2020
1.8.3 1,760 11/8/2020
1.8.2 2,489 11/1/2020
1.8.1 1,389 10/27/2020
1.8.0 742 10/25/2020
1.7.0 1,089 10/17/2020
1.6.10-dev 1,148 9/20/2020
1.6.9-dev 1,238 7/4/2020
1.6.8-dev 552 7/2/2020
1.6.7-dev 3,155 1/8/2020
1.6.6.6-dev 2,020 12/3/2019
1.6.6.5-dev 813 11/27/2019
1.6.6.4-dev 640 11/27/2019
1.6.6.3-dev 599 11/27/2019
1.6.6.2-dev 907 11/20/2019
Loading failed

2.0.3
     BUGFIX: GU0073 don't warn for struct ctor.
     2.0.2
     BUGFIX: Don't warn when indexing.
     2.0.1
     GU0019: Warn on IEnumerable<struct>.FirstOrDefault()
     GU0026: Warn on array[1..] as it allocates
     2.0.0
     BREAKING: For VS2022+ now.
     BUGFIX: AD0001 -> Could not load file or assembly
     1.8.5
     BUGFIX: Handle roslyn reporting different error.
     1.8.4
     BUGFIX: Return nullable from switch.