Earthworm by Jiro Shirota

<PackageReference Include="Earthworm" Version="2.1.0" />

 Earthworm 2.1.0

A simple .NET assembly that provides an object-relational mapping abstraction layer for geodatabase feature classes and tables. It converts features and rows into a (lazy) sequence of strongly-typed objects. *Requires ArcGIS Desktop, Engine or Server 10.0, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 or 10.9. A GUI tool is available here: http://jshirota.github.com/Earthworm/ORMappingDeploy.application The library reference is here: http://jshirota.github.com/Earthworm/Help/Index.html

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Earthworm</id>
    <version>2.1.0</version>
    <authors>Jiro Shirota</authors>
    <owners></owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A simple .NET assembly that provides an object-relational mapping abstraction layer for geodatabase feature classes and tables. It converts features and rows into a (lazy) sequence of strongly-typed objects.

*Requires ArcGIS Desktop, Engine or Server 10.0, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 or 10.9.

A GUI tool is available here:
http://jshirota.github.com/Earthworm/ORMappingDeploy.application

The library reference is here:
http://jshirota.github.com/Earthworm/Help/Index.html</description>
    <tags>Esri ArcGIS ArcObjects ORM LINQ</tags>
    <dependencies>
      <group targetFramework="net6.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="ESRI.ArcGIS.Geodatabase" targetFramework="" />
      <frameworkAssembly assemblyName="ESRI.ArcGIS.Geometry" targetFramework="" />
      <frameworkAssembly assemblyName="ESRI.ArcGIS.System" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>