DynamicInterop 0.7.4

dotnet add package DynamicInterop --version 0.7.4
NuGet\Install-Package DynamicInterop -Version 0.7.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DynamicInterop" Version="0.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamicInterop --version 0.7.4
#r "nuget: DynamicInterop, 0.7.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DynamicInterop as a Cake Addin
#addin nuget:?package=DynamicInterop&version=0.7.4

// Install DynamicInterop as a Cake Tool
#tool nuget:?package=DynamicInterop&version=0.7.4

Facilities to load native DLLs from .NET, on Unix, Windows or MacOS.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on DynamicInterop:

Repository Stars
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
rdotnet/rdotnet
.NET interop library to call the R statistical language in the same process
dem-net/DEM.Net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
Version Downloads Last updated
0.7.4 5,286 1/27/2015
0.7.3 69 1/27/2015
0.7.2 349 1/15/2015
0.7.1 756 11/28/2014
0.7.0 296 11/21/2014

Add helper functions to find the full path of a library, e.g. looking into PATH. Changes to the error reporting, which was still too inspired by the specifics of R.NET legacy