Humanizer.Core.fr
by: Mehdi Khalili Claire Novotny
- 9 total downloads
- Latest version: 2.14.1
Humanizer Locale French (fr)
LibGit2Sharp.NativeBinaries
by: LibGit2Sharp contributors
- 8 total downloads
- Latest version: 2.0.306
Native binaries for LibGit2Sharp
librdkafka.redist
by: Magnus Edenhill edenhill
- 20 total downloads
- Latest version: 2.4.0
The Apache Kafka C/C++ client library - redistributable
LibVLCSharp
by: VideoLAN
- 22 total downloads
- Latest version: 3.8.2
LibVLCSharp is a cross-platform audio and video API for .NET platforms based on VideoLAN's LibVLC Library. It provides a comprehensive multimedia API that can be used across mobile, server and desktop to render video and output audio. Mono, .NET Framework and .NET Core runtimes are supported.
This package contains the core features of LibVLCSharp (libvlc loading and initialization, .NET-friendly classes to ease the use of libvlc...). All other `LibVLCSharp.*` packages depend on this one.
Features:
- Play every media file formats, every codec and every streaming protocols
- Run on every platform, from desktop (Windows, Linux, Mac) to mobile (Android, iOS) and TVs
- Hardware and efficient decoding on every platform, up to 8K
- Network browsing for distant filesystems (SMB, FTP, SFTP, NFS...) and servers (UPnP, DLNA)
- Playback of Audio CD, DVD and Bluray with menu navigation
- Support for HDR, including tonemapping for SDR streams
- Audio passthrough with SPDIF and HDMI, including for Audio HD codecs, like DD+, TrueHD or DTS-HD
- Support for video and audio filters
- Support for 360 video and 3D audio playback, including Ambisonics
- Able to cast and stream to distant renderers, like Chromecast and UPnP renderers.
This package also contains the views for the following platforms:
- Android
- iOS
- Mac
- tvOS
- UWP
If you need Xamarin.Forms support, see LibVLCSharp.Forms.
LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.
log4net
by: The Apache Software Foundation
- 27 total downloads
- Latest version: 2.0.12
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
MathNet.Numerics.Signed
by: Christoph Ruegg Marcus Cuda Jurgen Van Gael
- 13 total downloads
- Latest version: 4.15.0
Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net Framework 4.0 or higher and .Net Standard 1.3 or higher, on Windows, Linux and Mac. This package contains strong-named assemblies for legacy use cases (not recommended).
Microsoft.AspNetCore.Components.Analyzers
by: Microsoft
- 21 total downloads
- Latest version: 3.0.0-preview5-19227-01
Roslyn analyzers for ASP.NET Core Components.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/5502cf46706a25c39ce78a57b9191714c0eb40c2
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 15 total downloads
- Latest version: 3.0.0
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.NETCore.Targets
by: Microsoft
- 16 total downloads
- Latest version: 6.0.0-preview.4.21253.7
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these.
Mongo2Go
by: Johannes Hoppe and many contributors
- 20 total downloads
- Latest version: 3.1.1
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 2.1.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v4.4.4 for Windows, Linux and macOS.
Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests)
2. Providing a quick to set up MongoDB database for a local developer environment
MongoDB.Bson
by: vincentkam dmitry_lukyanov rstam craiggwilson
- 14 total downloads
- Latest version: 2.11.5
MongoDB's Official Bson Library.
MongoDB.Driver.Core
by: vincentkam dmitry_lukyanov rstam craiggwilson
- 10 total downloads
- Latest version: 2.11.5
Core Component of the Official MongoDB .NET Driver.
MQTTnet
by: The contributors of MQTTnet
- 106 total downloads
- Latest version: 4.3.3.952
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.
NCrontab
by: Atif Aziz
- 14 total downloads
- Latest version: 3.3.3
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NETStandard.Library
by: Microsoft
- 25 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
NSubstitute
by: Anthony Egerton David Tchepak Alexandr Nikitin Oleksandr Povar
- 25 total downloads
- Latest version: 4.3.0
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
NSubstitute.Analyzers.CSharp
by: Tomasz Podolak NSubstitute.Analyzers contributors
- 7 total downloads
- Latest version: 1.0.15
Provides diagnostic analyzers to warn about incorrect usage of NSubstitute in C#.
NUglify
by: Ron Logan Alexandre Mutel Andrew Bullock
- 98 total downloads
- Latest version: 1.21.0
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET
Polly
by: Michael Wolfenden App vNext
- 32 total downloads
- Latest version: 7.2.3
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Extensions.Http
by: App vNext
- 18 total downloads
- Latest version: 3.0.0
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.