ReflectionAnalyzers 0.3.1
dotnet add package ReflectionAnalyzers --version 0.3.1
NuGet\Install-Package ReflectionAnalyzers -Version 0.3.1
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="ReflectionAnalyzers" Version="0.3.1" />
<PackageReference Include="ReflectionAnalyzers"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add ReflectionAnalyzers --version 0.3.1
#r "nuget: ReflectionAnalyzers, 0.3.1"
#:package ReflectionAnalyzers@0.3.1
#addin nuget:?package=ReflectionAnalyzers&version=0.3.1
#tool nuget:?package=ReflectionAnalyzers&version=0.3.1
Analyzers for System.Reflection
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on ReflectionAnalyzers:
| Package | Downloads |
|---|---|
|
BioEngine.Core
Package Description |
|
|
Headless.NET.Sdk.BlazorWebAssembly
An opinionated MSBuild SDK family for consistent project evaluation, mandatory analyzer infrastructure, configurable banned-API policy, CI quality gates, packaging defaults, and Microsoft Testing Platform support across compatible .NET projects. Distributed through GitHub Packages and NuGet.org; no license is currently granted. |
|
|
Headless.NET.Sdk.Razor
An opinionated MSBuild SDK family for consistent project evaluation, mandatory analyzer infrastructure, configurable banned-API policy, CI quality gates, packaging defaults, and Microsoft Testing Platform support across compatible .NET projects. Distributed through GitHub Packages and NuGet.org; no license is currently granted. |
|
|
Headless.NET.Sdk.WindowsDesktop
An opinionated MSBuild SDK family for consistent project evaluation, mandatory analyzer infrastructure, configurable banned-API policy, CI quality gates, packaging defaults, and Microsoft Testing Platform support across compatible .NET projects. Distributed through GitHub Packages and NuGet.org; no license is currently granted. |
|
|
Headless.NET.Sdk
An opinionated MSBuild SDK family for consistent project evaluation, mandatory analyzer infrastructure, configurable banned-API policy, CI quality gates, packaging defaults, and Microsoft Testing Platform support across compatible .NET projects. Distributed through GitHub Packages and NuGet.org; no license is currently granted. |
GitHub repositories (6)
Showing the top 6 popular GitHub repositories that depend on ReflectionAnalyzers:
| Repository | Stars |
|---|---|
|
Baseflow/XamarinMediaManager
Cross platform Xamarin plugin to play and control Audio and Video
|
|
|
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,618,960 | 2021/12/19 |
| 0.3.0 | 4,500 | 2021/11/21 |
| 0.1.22-dev | 868,365 | 2020/5/16 |
| 0.1.21-dev | 36,020 | 2019/12/3 |
| 0.1.20-dev | 1,762,661 | 2019/2/4 |
| 0.1.19-dev | 10,474 | 2018/11/26 |
| 0.1.18-dev | 943 | 2018/11/18 |
| 0.1.17-dev | 1,925 | 2018/11/3 |
| 0.1.16-dev | 1,013 | 2018/10/30 |
| 0.1.15-dev | 1,012 | 2018/10/26 |
| 0.1.14-dev | 1,288 | 2018/10/21 |
| 0.1.13-dev | 1,123 | 2018/10/2 |
| 0.1.12-dev | 899 | 2018/10/2 |
| 0.1.11-dev | 933 | 2018/10/1 |
| 0.1.10-dev | 895 | 2018/9/29 |
| 0.1.9-dev | 951 | 2018/9/28 |
| 0.1.8-dev | 921 | 2018/9/27 |
| 0.1.7-dev | 957 | 2018/9/25 |
| 0.1.6.1-dev | 966 | 2018/9/22 |
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.