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 38,366 4/1/2023
2.0.2 22,997 1/1/2022
2.0.1 512 1/1/2022
2.0.0 3,590 11/21/2021
1.8.5 6,726 3/4/2021
1.8.4 5,677 11/21/2020
1.8.3 1,710 11/8/2020
1.8.2 2,473 11/1/2020
1.8.1 1,377 10/27/2020
1.8.0 728 10/25/2020
1.7.0 1,071 10/17/2020
1.6.10-dev 1,125 9/20/2020
1.6.9-dev 1,224 7/4/2020
1.6.8-dev 543 7/2/2020
1.6.7-dev 3,084 1/8/2020
1.6.6.6-dev 1,995 12/3/2019
1.6.6.5-dev 800 11/27/2019
1.6.6.4-dev 630 11/27/2019
1.6.6.3-dev 592 11/27/2019
1.6.6.2-dev 897 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.