GitXplorerGitXplorer
A

CSharpIsNull

public
14 stars
2 forks
4 issues

Commits

List of commits on branch main.
Verified
e29603ae4a24d6db86811135401ad5905a87d593

Bump Microsoft.CodeAnalysis.CSharp.CodeFix.Testing from 1.1.1 to 1.1.2 (#94)

ddependabot[bot] committed 6 months ago
Verified
4bf21ed2561e5913cfc8c0f927158f088280a554

Merge pull request #93 from AArnott/libtemplateUpdate

AAArnott committed 6 months ago
Verified
2db838cd619c232c284f393ba01c0cacee4e37ec

Merge remote-tracking branch 'libtemplate/main' into libtemplateUpdate

AAArnott committed 6 months ago
Verified
5db1dd34496465bae6668b36d1af2206bc630ea2

Merge pull request #92 from manfred-brands/CodeFixForIsDefaultT

AAArnott committed 6 months ago
Unverified
f915dee1b21a65a1d764ac07eee40e986fc2cbcf

Add support for default(T)

mmanfred-brands committed 6 months ago
Verified
ebb586f8bb4993a4f2b0e144b1347474cb0c52fb

Fix template expansion

AAArnott committed 7 months ago

README

The README file for this repository.

C# null test syntax analyzers

NuGet package NuGet package Build Status

Features

  • Guard against bugs from testing structs against null.
  • Bulk code fix will update all your code at once.

Analyzers

Consumption

Install it via NuGet through the nuget badge at the top of this file.

Consume from CI

To get the very latest analyzer from my CI feed:

Connect to the feed:

<add key="PublicCI" value="https://pkgs.dev.azure.com/andrewarnott/OSS/_packaging/PublicCI/nuget/v3/index.json" />

Then install the package with this command in your Package Manager Console:

Install-Package CSharpIsNullAnalyzer -pre