Waher.Runtime.Inventory by Peter Waher

<PackageReference Include="Waher.Runtime.Inventory" Version="1.0.8" />

 Waher.Runtime.Inventory 1.0.8

Class library that keeps an inventory of types and interfaces available in your code. It also provides a means to access available types given an interface.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Waher.Runtime.Inventory</id>
    <version>1.0.8</version>
    <authors>Peter Waher</authors>
    <owners>Peter Waher</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://github.com/PeterWaher/IoTGateway#license</licenseUrl>
    <projectUrl>https://github.com/PeterWaher/IoTGateway/tree/master/Runtime/Waher.Runtime.Inventory</projectUrl>
    <iconUrl>https://github.com/PeterWaher/IoTGateway/blob/master/Images/Icon.ico?raw=true</iconUrl>
    <description>Class library that keeps an inventory of types and interfaces available in your code. It also provides a means to access available types given an interface.</description>
    <copyright>Copyright © Waher Data AB 2016-2019. All rights reserved.</copyright>
    <tags>inventory reflection runtime</tags>
    <repository type="GitHub" url="https://github.com/PeterWaher/IoTGateway" />
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="Waher.Events" version="1.0.7" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>