DotNext.Reflection by Roman Sakno

<PackageReference Include="DotNext.Reflection" Version="3.2.1" />

.NET API 162,816 bytes

 DotNext.Reflection 3.2.1

Strongly typed reflection, concept types (type classes), fast reflection

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DotNext.Reflection</id>
    <version>3.2.1</version>
    <authors>Roman Sakno</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>logo.png</icon>
    <projectUrl>https://sakno.github.io/dotNext/</projectUrl>
    <description>Strongly typed reflection, concept types (type classes), fast reflection</description>
    <releaseNotes>https://github.com/sakno/dotNext/blob/master/CHANGELOG.md</releaseNotes>
    <copyright>Copyright © Roman Sakno 2021</copyright>
    <tags>Concept Reflection Typeclass</tags>
    <repository type="git" url="https://github.com/sakno/dotNext.git" commit="c41db170990bd658bf80d6badf48c79e0c4461d0" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="DotNext" version="[3.2.1, 4.0.0)" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="DotNext" version="[3.2.1, 4.0.0)" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>