ReflectionAnalyzers 0.3.1

dotnet add package ReflectionAnalyzers --version 0.3.1
NuGet\Install-Package ReflectionAnalyzers -Version 0.3.1
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="ReflectionAnalyzers" Version="0.3.1">
  <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.
paket add ReflectionAnalyzers --version 0.3.1
#r "nuget: ReflectionAnalyzers, 0.3.1"
#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.
// Install ReflectionAnalyzers as a Cake Addin
#addin nuget:?package=ReflectionAnalyzers&version=0.3.1

// Install ReflectionAnalyzers as a Cake Tool
#tool nuget:?package=ReflectionAnalyzers&version=0.3.1

Analyzers for System.Reflection

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ReflectionAnalyzers:

Package Downloads
BioEngine.Core

Package Description

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on ReflectionAnalyzers:

Repository Stars
Baseflow/XamarinMediaManager
Cross platform Xamarin plugin to play and control Audio and Video
minio/minio-dotnet
MinIO Client SDK for .NET
GuOrg/Gu.Wpf.Geometry
GuOrg/Gu.Wpf.DataGrid2D
Extension methods for WPF DataGrid enabling binding to T[,]
specklesystems/xUnitRevit
xUnit runner for Revit
Version Downloads Last updated
0.3.1 234,623 12/19/2021
0.3.0 2,749 11/21/2021
0.1.22-dev 225,173 5/16/2020
0.1.21-dev 32,702 12/3/2019
0.1.20-dev 1,565,558 2/4/2019
0.1.19-dev 10,175 11/26/2018
0.1.18-dev 620 11/18/2018
0.1.17-dev 1,608 11/3/2018
0.1.16-dev 678 10/30/2018
0.1.15-dev 685 10/26/2018
0.1.14-dev 964 10/21/2018
0.1.13-dev 780 10/2/2018
0.1.12-dev 586 10/2/2018
0.1.11-dev 597 10/1/2018
0.1.10-dev 576 9/29/2018
0.1.9-dev 620 9/28/2018
0.1.8-dev 604 9/27/2018
0.1.7-dev 621 9/25/2018
0.1.6.1-dev 629 9/22/2018
0.1.5-dev 648 9/20/2018
0.1.4-dev 701 9/18/2018

0.3.1
     BUGFIX: Handle nullable reference types in more places.
     0.3.0
     BREAKING: For VS2022+ now.
     BUGFIX: AD0001 -> Could not load file or assembly
     0.2.0
     FEATURE Walk a bit more, smarter analyzers in places.
     BUGFIX Handle nameof when open generic type.