DotNext.Reflection by Roman Sakno

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

 DotNext.Reflection 2.11.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>2.11.1</version>
    <authors>Roman Sakno</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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 2019</copyright>
    <tags>Concept Reflection Typeclass</tags>
    <repository type="git" url="https://github.com/sakno/dotNext.git" commit="5c6a2c48a995ce012bc8f7579654707f75657a78" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="DotNext" version="[2.11.0, 3.0.0)" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>