ReflectionAnalyzers 0.1.21-dev

This is a prerelease version of ReflectionAnalyzers.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ReflectionAnalyzers --version 0.1.21-dev
                    
NuGet\Install-Package ReflectionAnalyzers -Version 0.1.21-dev
                    
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.1.21-dev">
  <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="ReflectionAnalyzers" Version="0.1.21-dev" />
                    
Directory.Packages.props
<PackageReference Include="ReflectionAnalyzers">
  <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 ReflectionAnalyzers --version 0.1.21-dev
                    
#r "nuget: ReflectionAnalyzers, 0.1.21-dev"
                    
#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 ReflectionAnalyzers@0.1.21-dev
                    
#: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=ReflectionAnalyzers&version=0.1.21-dev&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ReflectionAnalyzers&version=0.1.21-dev&prerelease
                    
Install as a Cake Tool

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 (7)

Showing the top 7 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
appany/Minio.AspNetCore
AspNetCore integration for Minio client
GuOrg/Gu.Wpf.UiAutomation
Version Downloads Last Updated
0.3.1 1,166,976 12/19/2021
0.3.0 4,423 11/21/2021
0.1.22-dev 386,566 5/16/2020
0.1.21-dev 35,684 12/3/2019
0.1.20-dev 1,761,629 2/4/2019
0.1.19-dev 10,422 11/26/2018
0.1.18-dev 899 11/18/2018
0.1.17-dev 1,886 11/3/2018
0.1.16-dev 974 10/30/2018
0.1.15-dev 961 10/26/2018
0.1.14-dev 1,248 10/21/2018
0.1.13-dev 1,073 10/2/2018
0.1.12-dev 859 10/2/2018
0.1.11-dev 891 10/1/2018
0.1.10-dev 847 9/29/2018
0.1.9-dev 915 9/28/2018
0.1.8-dev 881 9/27/2018
0.1.7-dev 912 9/25/2018
0.1.6.1-dev 921 9/22/2018
Loading failed

FEATURE Walk a bit more, smarter analyzers in places.
     BUGFIX Handle nameof when open generic type.