Joveler.DynLoader 2.1.1

.NET Core 3.1 .NET Standard 2.0 .NET Framework 4.5.1
dotnet add package Joveler.DynLoader --version 2.1.1
NuGet\Install-Package Joveler.DynLoader -Version 2.1.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="Joveler.DynLoader" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Joveler.DynLoader --version 2.1.1
#r "nuget: Joveler.DynLoader, 2.1.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 Joveler.DynLoader as a Cake Addin
#addin nuget:?package=Joveler.DynLoader&version=2.1.1

// Install Joveler.DynLoader as a Cake Tool
#tool nuget:?package=Joveler.DynLoader&version=2.1.1

Usage

Please refer to the USAGE.md.

Support

Targeted .NET platforms

  • .NET Core 3.1
  • .NET Standard 2.0 (.NET Framework 4.6.1+, .NET Core 2.0+)
  • .NET Framework 4.5.1

Tested OS platforms

  • Windows (x86, x64, arm64)
  • Linux (x64, armhf, arm64)
  • macOS (x64, arm64)
Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Joveler.DynLoader:

Package Downloads
Joveler.Compression.XZ

XZ Utils (liblzma) pinvoke library for .NET. The library provides the fast native implementation of XZStream. It also supports fast calculation of CRC32 and CRC64 checksum. Supports Windows, Linux and macOS.

ManagedWimLib

Native wimlib wrapper library for .NET. Provides every capabilities of wimlib. Supports Windows, Linux and macOS.

Joveler.Compression.ZLib

zlib pinvoke library for .NET. The library provides the fast native implementation of DeflateStream, ZLibStream, GZipStream. It also supports fast calculation of CRC32 and Adler32 checksum. Supports Windows, Linux and macOS.

Joveler.FileMagician

libmagic (file) pinvoke library for .NET. Supports Windows, Linux and macOS.

Joveler.Compression.LZ4

lz4 pinvoke library for .NET. The library provides the native implementation of LZ4FrameStream. Supports Windows, Linux and macOS.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Joveler.DynLoader:

Repository Stars
gus33000/UUPMediaCreator
An utility to create Windows Media files (.ISO, .WIM, .VHD) from Unified Update Platform files
Version Downloads Last updated
2.1.1 4,129 2/14/2022
2.1.0 28,274 4/4/2021
2.0.0 7,984 4/22/2020
1.3.0 447 2/28/2020
1.2.1 7,581 10/31/2019
1.2.0 1,393 10/16/2019
1.1.0 399 10/15/2019
1.0.0 426 10/14/2019

- Official support for ARM64 macOS.
- Unify .NET Framework 4.5.1 codebase and .NET Standard 2.0 codebase.