libuv-shared
1.25.0.12-alpha
See the version list below for details.
dotnet add package libuv-shared --version 1.25.0.12-alpha
NuGet\Install-Package libuv-shared -Version 1.25.0.12-alpha
<PackageReference Include="libuv-shared" Version="1.25.0.12-alpha" />
paket add libuv-shared --version 1.25.0.12-alpha
#r "nuget: libuv-shared, 1.25.0.12-alpha"
// Install libuv-shared as a Cake Addin #addin nuget:?package=libuv-shared&version=1.25.0.12-alpha&prerelease // Install libuv-shared as a Cake Tool #tool nuget:?package=libuv-shared&version=1.25.0.12-alpha&prerelease
libuv shared library packge with native runtime for Windows (x64/x86/arm), Linux (x64/arm64/arm/armel) and Osx (x64)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on libuv-shared:
Package | Downloads |
---|---|
Pluto.LibUv
Package Description |
|
SharpUV
Binding library for libuv |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on libuv-shared:
Repository | Stars |
---|---|
cuteant/SpanNetty
Port of Netty(v4.1.51.Final) for .NET
|
Version | Downloads | Last updated |
---|---|---|
1.46.0.488 | 399 | 7/1/2023 |
1.45.0.487 | 135 | 5/20/2023 |
1.44.2.485 | 512 | 2/25/2023 |
1.44.2.481 | 247 | 2/25/2023 |
1.44.2.464 | 331 | 1/8/2023 |
1.42.0.448 | 438 | 8/16/2021 |
1.40.0.394 | 2,042 | 1/19/2021 |
1.34.0.266 | 998 | 12/8/2019 |
1.33.1.262 | 489 | 10/25/2019 |
1.31.0.222 | 515 | 8/20/2019 |
1.25.0.12-alpha | 377 | 6/26/2019 |
1.25.0.2-alpha | 370 | 6/16/2019 |
2019.01.19, Version 1.25.0 (Stable)
Changes since version 1.24.1:
* Revert "win,fs: retry if uv_fs_rename fails" (Ben Noordhuis)
* aix: manually trigger fs event monitoring (Gireesh Punathil)
* unix: rename WRITE_RETRY_ON_ERROR macro (Ben Noordhuis)
* darwin: DRY platform-specific error check (Ben Noordhuis)
* unix: refactor uv__write() (Ben Noordhuis)
* unix: don't send handle twice on partial write (Ben Noordhuis)
* tty,win: fix Alt+key under WSL (Bartosz Sosnowski)
* build: support running tests in out-of-tree builds (Jameson Nash)
* fsevents: really watch files with fsevents on macos 10.7+ (Jameson Nash)
* thread,mingw64: need intrin.h header for SSE2 MemoryBarrier (Jameson Nash)
* win: fix sizeof-pointer-div warning (cjihrig)
* unix,win: add uv_os_uname() (cjihrig)
* win, tty: fix CreateFileW() return value check (Bartosz Sosnowski)
* unix: enable IPv6 tests on OpenBSD (ptlomholt)
* test: fix test-ipc spawn_helper exit_cb (Santiago Gimeno)
* test: fix test-ipc tests (Santiago Gimeno)
* unix: better handling of unsupported F_FULLFSYNC (Victor Costan)
* win,test: de-flake fs_event_watch_dir_short_path (Refael Ackermann)
* win: fix msvc warning (sid)
* openbsd: switch to libuv's barrier implementation (ptlomholt)
* unix,stream: fix zero byte writes (Santiago Gimeno)
* ibmi: return EISDIR on read from directory fd (Kevin Adler)
* build: wrap long lines in Makefile.am (cjihrig)