This repository provides three NuGet packages, related to using reflection in .NET Framework or Dotnet Core applications. Those packages are:
A utility service which performs static reflection for properties, fields & methods.
Some specification classes for filtering types, particularly useful when assembly-scanning.
An assortment of other very small utility types and functions related to reflection. Each too small to be worth a package of its own.
Documentation for these packages may be found on the wiki for this repository.
In version 2.x and lower of this code, all of the functionality above was part of a single NuGet package named CSF.Reflection
. Version 3+ has split the functionality up to avoid package and dependency bloat.