CSharpIsNullAnalyzer 0.1.593

dotnet add package CSharpIsNullAnalyzer --version 0.1.593
                    
NuGet\Install-Package CSharpIsNullAnalyzer -Version 0.1.593
                    
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="CSharpIsNullAnalyzer" Version="0.1.593">
  <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="CSharpIsNullAnalyzer" Version="0.1.593" />
                    
Directory.Packages.props
<PackageReference Include="CSharpIsNullAnalyzer">
  <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 CSharpIsNullAnalyzer --version 0.1.593
                    
#r "nuget: CSharpIsNullAnalyzer, 0.1.593"
                    
#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 CSharpIsNullAnalyzer@0.1.593
                    
#: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=CSharpIsNullAnalyzer&version=0.1.593
                    
Install as a Cake Addin
#tool nuget:?package=CSharpIsNullAnalyzer&version=0.1.593
                    
Install as a Cake Tool

C# analyzer to encourage use of `is null` and `is object` syntax over `== null` or `!= null`.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on CSharpIsNullAnalyzer:

Package Downloads
HotPreview.SharedModel

Package Description

HotPreview.App.Maui

Package Description

HotPreview

Package Description

HotPreview.App.Wpf

Package Description

PreviewFramework.SharedModel

Package Description

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on CSharpIsNullAnalyzer:

Repository Stars
dotnet/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
dotnet/winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
nunit/nunit
NUnit Framework
dotnet/pinvoke
A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
drewnoakes/metadata-extractor-dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
dotnet/project-system
The .NET Project System for Visual Studio
jcurl/RJCP.DLL.SerialPortStream
SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
microsoft/slow-cheetah
Tooling for XML and JSON file transforms on build from Visual Studio and MSBuild
Version Downloads Last Updated
0.1.593 97,106 7/8/2024
0.1.495 65,896 5/19/2023
0.1.492 694 5/2/2023
0.1.329 37,050 6/1/2022
0.1.300 5,444 11/7/2021
0.1.292-beta 596 9/3/2021
0.1.290-beta 483 8/27/2021
0.1.288-beta 2,277 8/23/2021
0.1.283-beta 293 8/23/2021