Joveler.DynLoader
2.1.1
dotnet add package Joveler.DynLoader --version 2.1.1
NuGet\Install-Package Joveler.DynLoader -Version 2.1.1
<PackageReference Include="Joveler.DynLoader" Version="2.1.1" />
paket add Joveler.DynLoader --version 2.1.1
#r "nuget: Joveler.DynLoader, 2.1.1"
// 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
- Depends on .NET's NativeLibrary.
- .NET Standard 2.0 (.NET Framework 4.6.1+, .NET Core 2.0+)
- .NET Framework 4.5.1
- Depends on LoadLibraryEx and libdl native API.
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 |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5.1
-
.NETStandard 2.0
- No dependencies.
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
|
- Official support for ARM64 macOS.
- Unify .NET Framework 4.5.1 codebase and .NET Standard 2.0 codebase.