UAParser by: enemaerke
  • 254 total downloads
  • Latest version: 3.1.47
  • UAParser .Net UserAgent Parsing User Agent Parser
A .net wrapper for the ua-parser library
Ude.NetStandard by: yinyue200
  • 94 total downloads
  • Latest version: 1.2.0
  • charset codepage
Ude.NetStandard is a compiled C# port of Mozilla Universal Charset Detector for dotnet.
Unit by: Who cares
  • 9 total downloads
  • Latest version: 1.0.0
  • Unit Nothing DowloadMe
A standardized unit type. Be sure to make your own
UnmanagedExports by: Robert Giesecke
  • 132 total downloads
  • Latest version: 1.2.7
  • dllexport unmanaged exports export
A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications. That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++). The nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64. Hints: - You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions. - The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters. - You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)
upgrade-assistant by: Microsoft
  • 1.71k total downloads
  • Latest version: 1.0.518
A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.
Utf8Json by: neuecc
  • 1.029k total downloads
  • Latest version: 1.3.7
  • Json, Serialization, Formatter, Serializer, Unity, Xamarin
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
Validation by: Andrew Arnott
  • 813 total downloads
  • Latest version: 2.6.68
  • InputValidation IntegrityCheck
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
ValueTupleBridge by: Nobuyuki Iwanaga
  • 124 total downloads
  • Latest version: 0.1.5
  • ValueTuple
Backporting of System.ValueTuple for .NET 3.5.
Verify by: https://github.com/VerifyTests/Verify/graphs/contributors
  • 26.262k total downloads
  • Latest version: 33.1.4
  • Json, Testing, Verify, Snapshot, Approvals
Enables verification of complex models and documents.
Verify.SourceGenerators by: https://github.com/VerifyTests/Verify.SourceGenerators/graphs/contributors
  • 721 total downloads
  • Latest version: 2.5.0
  • Source Generator, Verify
Extends Verify (https://github.com/VerifyTests/Verify) to allow verification of C# Source Generators.
Verify.Xunit by: https://github.com/VerifyTests/Verify/graphs/contributors
  • 17.222k total downloads
  • Latest version: 31.12.5
  • Json, Testing, Verify, Snapshot, Approvals
Enables verification of complex models and documents.
VncSharpCore by: VncSharpCore
  • 45 total downloads
  • Latest version: 1.2.1
VNC Client Library
Vogen by: Steve Dunn
  • 2.245k total downloads
  • Latest version: 9.0.0-beta.1
  • vogen stringlytyped primitive obsession valuetype valuetypes valueobj valueobjects ddd
This package contains a Souce Generator which generates Value Objects that wrap simple primitives such as int, string, double etc. A ValueObject is a strongly typed (strongly, not stringly) domain object that is immutable. Instead of `int customerId = 42;` we have `var customerId = CustomerId.From(42);` To use, just create something like this: [ValueObject(typeof(int))] public partial struct CustomerId { } var customerId = CustomerId.From(42); Validation is in just one place. You can't introduce bad objects into your domain, therefore you can assume that in your domain every ValueObject is valid.
Waher.Networking.XMPP.Concentrator by: Peter Waher
  • 2.633k total downloads
  • Latest version: 4.4.0
  • networking communication xmpp iot concentrator Neuro-Foundation
Implements the XMPP IoT concentrator as defined by the Neuro-Foundation (neuro-foundation.io). The concentrator interface allows a device to manage a set of internal virtual devices, all sharing the same XMPP connection.
Waher.Runtime.Text by: Peter Waher
  • 86 total downloads
  • Latest version: 1.0.1
  • Text Symbol Difference
Class library for working with text and text documents, particularly find differences between texts, or sequences of symbols.
WebActivatorEx by: David Ebbo
  • 339 total downloads
  • Latest version: 2.2.0
A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named.
WebPush by: Cory Thompson
  • 104 total downloads
  • Latest version: 1.0.12
  • web push notifications vapid
Web Push library for C#
WebSocket4Net by: Kerry Jiang
  • 784 total downloads
  • Latest version: 0.15.2
  • WebSocket WebSocket4Net SuperWebSocket
WebSocket4Net is a .NET websocket client implemtation. It originates from SuperWebSocket WebSocket Client. For better developing of the websocket client, it was separated from SuperWebSocket and was renamed to WebSocket4Net.
WebSocketSharp-netstandard by: sta
  • 38 total downloads
  • Latest version: 1.0.1
  • websocket
websocket-sharp provides the WebSocket protocol client and server. It supports: - RFC 6455 - WebSocket Client and Server - Per-message Compression extension - Secure Connection - HTTP Authentication (Basic/Digest) - Query String, Origin header and Cookies - Connecting through the HTTP Proxy server - .NET 3.5 or later (includes compatible)
WebSocketSharpFork by: sta
  • 58 total downloads
  • Latest version: 1.0.4
  • WebSocket
A C# implementation of the WebSocket protocol client and server