libuv-shared
1.31.0.222
See the version list below for details.
dotnet add package libuv-shared --version 1.31.0.222
NuGet\Install-Package libuv-shared -Version 1.31.0.222
<PackageReference Include="libuv-shared" Version="1.31.0.222" />
paket add libuv-shared --version 1.31.0.222
#r "nuget: libuv-shared, 1.31.0.222"
// Install libuv-shared as a Cake Addin #addin nuget:?package=libuv-shared&version=1.31.0.222 // Install libuv-shared as a Cake Tool #tool nuget:?package=libuv-shared&version=1.31.0.222
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 | 434 | 7/1/2023 |
1.45.0.487 | 142 | 5/20/2023 |
1.44.2.485 | 517 | 2/25/2023 |
1.44.2.481 | 252 | 2/25/2023 |
1.44.2.464 | 336 | 1/8/2023 |
1.42.0.448 | 448 | 8/16/2021 |
1.40.0.394 | 2,074 | 1/19/2021 |
1.34.0.266 | 1,008 | 12/8/2019 |
1.33.1.262 | 496 | 10/25/2019 |
1.31.0.222 | 522 | 8/20/2019 |
1.25.0.12-alpha | 380 | 6/26/2019 |
1.25.0.2-alpha | 375 | 6/16/2019 |
2019.08.10, Version 1.31.0 (Stable)
Changes since version 1.30.1:
* win,fs: don't modify global file translation mode (Javier Blazquez)
* win: fix uv_os_tmpdir when env var is 260 chars (Mustafa M)
* win: prevent tty event explosion machine hang (Javier Blazquez)
* win: add UV_FS_O_FILEMAP (João Reis)
* win, fs: mkdir return UV_EINVAL for invalid names (Bartosz Sosnowski)
* github: add root warning to template (cjihrig)
* win: misc fs cleanup (cjihrig)
* unix,win: add uv_fs_statfs() (cjihrig)
* test: avoid AF_LOCAL (Carlo Marcelo Arenas Belón)
* unix,win: add ability to retrieve all env variables (Saúl Ibarra Corretgé)
* Revert "darwin: speed up uv_set_process_title()" (Ben Noordhuis)
* doc: add %p to valgrind log-file arg (Zach Bjornson)
* doc: fix typo in basics.rst (Nan Xiao)
* ibmi: support Makefile build for IBM i (Xu Meng)
* OpenBSD: only get active CPU core count (Ben Davies)
* test: fix gcc 8 warnings for tests (Nhan Khong)
* ibmi: use correct header files (Xu Meng)
* unix: clear UV_HANDLE_READING flag before callback (zyxwvu Shi)
* unix: fix unused-function warning on BSD (Nhan Khong)
* test: fix test runner on MinGW (Crunkle)
* win: remove try-except outside MSVC (Crunkle)
* win: fix uv_spawn() ENOMEM on empty env (Ben Noordhuis)