<PackageReference Include="Namotion.Reflection" Version="3.2.0" />

Namotion.Reflection 3.2.0

.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Namotion.Reflection</id>
    <version>3.2.0</version>
    <authors>Namotion.Reflection</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <readme>README.md</readme>
    <projectUrl>https://github.com/RicoSuter/Namotion.Reflection</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/RicoSuter/Namotion.Reflection/master/assets/NuGetIcon.png</iconUrl>
    <description>.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.</description>
    <repository type="git" url="https://github.com/RicoSuter/Namotion.Reflection.git" commit="cd79f038ceaf9588a44357d95a0e93adca802f0e" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.2">
        <dependency id="Microsoft.CSharp" version="4.7.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net8.0" />
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.CSharp" version="4.7.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>