DragonFruit.OnionFruit.Native.win 12.5.2.1

dotnet add package DragonFruit.OnionFruit.Native.win --version 12.5.2.1
NuGet\Install-Package DragonFruit.OnionFruit.Native.win -Version 12.5.2.1
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="DragonFruit.OnionFruit.Native.win" Version="12.5.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DragonFruit.OnionFruit.Native.win --version 12.5.2.1
#r "nuget: DragonFruit.OnionFruit.Native.win, 12.5.2.1"
#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 DragonFruit.OnionFruit.Native.win as a Cake Addin
#addin nuget:?package=DragonFruit.OnionFruit.Native.win&version=12.5.2.1

// Install DragonFruit.OnionFruit.Native.win as a Cake Tool
#tool nuget:?package=DragonFruit.OnionFruit.Native.win&version=12.5.2.1

OnionFruit Native Libraries

Latest Nuget License: MIT

Provides native libraries from the Tor website along with a helper class for locating said binaries.

Example usage

using System.Diagnostics;
using DragonFruit.OnionFruit.Native;

var process = new Process(new ProcessStartInfo
{
    FileName = TorResolver.LocateTorExecutable(),
    Arguments = "-f ./path/to/torrc",
    UseShellExecute = false
});

process.Start();

License

The project is licensed under the MIT Licence. Please note the Tor is distributed under a different license, which has been provided with the binaries

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.5.2.1 2,163 8/15/2023