AdaskoTheBeAsT.ReflectionAnalyzer 0.3.1.2

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

// Install AdaskoTheBeAsT.ReflectionAnalyzer as a Cake Tool
#tool nuget:?package=AdaskoTheBeAsT.ReflectionAnalyzer&version=0.3.1.2

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.1.2 103 3/5/2024
0.3.1.1 89 2/17/2024

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.