libuv-shared 1.46.0.488

dotnet add package libuv-shared --version 1.46.0.488
                    
NuGet\Install-Package libuv-shared -Version 1.46.0.488
                    
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="libuv-shared" Version="1.46.0.488" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="libuv-shared" Version="1.46.0.488" />
                    
Directory.Packages.props
<PackageReference Include="libuv-shared" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add libuv-shared --version 1.46.0.488
                    
#r "nuget: libuv-shared, 1.46.0.488"
                    
#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.
#addin nuget:?package=libuv-shared&version=1.46.0.488
                    
Install libuv-shared as a Cake Addin
#tool nuget:?package=libuv-shared&version=1.46.0.488
                    
Install libuv-shared as a Cake Tool

libuv shared library packge with native runtime for Windows (x64/x86/arm/arm64), Linux (x64/arm64/arm/armel) and Osx (x64/arm64). CHeck the release notes for more details

There are no supported framework assets in this package.

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 601 7/1/2023
1.45.0.487 150 5/20/2023
1.44.2.485 526 2/25/2023
1.44.2.481 263 2/25/2023
1.44.2.464 348 1/8/2023
1.42.0.448 472 8/16/2021
1.40.0.394 2,116 1/19/2021
1.34.0.266 1,038 12/8/2019
1.33.1.262 524 10/25/2019
1.31.0.222 552 8/20/2019
1.25.0.12-alpha 407 6/26/2019
1.25.0.2-alpha 403 6/16/2019

2023.06.30, Version 1.46.0 (Stable), f0bb7e40f0508bedf6fad33769b3f87bb8aedfa6
Changes since version 1.45.0:
* Add SHA to ChangeLog (Santiago Gimeno)
* misc: update readthedocs config (Jameson Nash)
* test: remove erroneous RETURN_SKIP (Ben Noordhuis)
* android: disable io_uring support (Ben Noordhuis)
* linux: add some more iouring backed fs ops (Santiago Gimeno)
* build: add autoconf option for disable-maintainer-mode (Jameson Nash)
* fs: use WTF-8 on Windows (Stefan Karpinski)
* unix,win: replace QUEUE with struct uv__queue (Ben Noordhuis)
* linux: fs_read to use io_uring if iovcnt > IOV_MAX (Santiago Gimeno)
* ios: fix uv_getrusage() ru_maxrss calculation (Ben Noordhuis)
* include: update outdated code comment (Ben Noordhuis)
* linux: support abstract unix sockets (Ben Noordhuis)
* unix,win: add UV_PIPE_NO_TRUNCATE flag (Ben Noordhuis)
* unix: add loongarch support (liuxiang88)
* doc: add DPS8M to LINKS.md (Jeffrey H. Johnson)
* include: add EUNATCH errno mapping (Abdirahim Musse)
* src: don't run timers if loop is stopped/unref'd (Trevor Norris)
* win: fix -Wpointer-to-int-cast warning (Ben Noordhuis)
* test,win: fix -Wunused-variable warning (Ben Noordhuis)
* test,win: fix -Wformat warning (Ben Noordhuis)
* linux: work around io_uring IORING_OP_CLOSE bug (Ben Noordhuis)
* win: remove unused functions (Ben Noordhuis)
* bench: add bench to check uv_loop_alive (Trevor Norris)
* test: add uv_cancel test for threadpool (Trevor Norris)
* unix: skip prohibited syscalls on tvOS and watchOS (小明)
* unix,fs: make no_pwritev access thread-safe (Santiago Gimeno)
* unix: fix build for lower versions of Android (小明)