MsgPack.Cli by: FUJIWARA, Yusuke
  • 2 total downloads
  • Latest version: 0.7.0-alpha1
  • MsgPack MessagePack Serialization Formatter Binary Serializer Fast Xamarin Unity3D
MessagePack is fast, compact, and interoperable binary serialization format. This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.
NJsonSchema.CodeGeneration.CSharp by: Rico Suter
  • 6 total downloads
  • Latest version: 10.2.1
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NSwag.CodeGeneration.TypeScript by: Rico Suter
  • 1 total downloads
  • Latest version: 12.0.15
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Commands by: Rico Suter
  • 2 total downloads
  • Latest version: 11.12.12
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NuGet.Protocol by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.1
  • nuget protocol
NuGet client library.
PInvoke.Kernel32 by: Andrew Arnott
  • 1 total downloads
  • Latest version: 0.3.2
  • pinvoke .net pcl
P/Invoke methods for the Windows Kernel32.dll.
runtime.win10-x64.Microsoft.Net.Native.SharedLibrary by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.8-rel-31116-00
  • Compiler Compilation .Net
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2
runtime.win10-x86.Microsoft.Net.Native.Compiler by: Microsoft
  • 2 total downloads
  • Latest version: 2.2.12-rel-31116-00
  • Compiler Compilation .Net
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2
Sentry.PlatformAbstractions by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 1.0.0-preview2
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Abstractions to platform information
Sentry.Protocol by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 2.0.0-beta
  • Sentry Protocol GetSentry Error-Reporting Crash-Reporting Exception-Handling
The Sentry Protocol used to communicate with Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
SkiaSharp by: Microsoft
  • 2 total downloads
  • Latest version: 1.68.0
  • xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
StackExchange.Redis by: Stack Exchange inc., marc.gravell
  • 3 total downloads
  • Latest version: 1.2.1
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
System.Collections.Immutable by: Microsoft
  • 1 total downloads
  • Latest version: 1.5.0-preview2-26406-04
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T> 7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
Twilio by: Twilio
  • 3 total downloads
  • Latest version: 7.7.0
  • REST SMS voice telephony phone twilio twiml video wireless api
Twilio REST API helper library
xunit.extensibility.execution by: jnewkirk, bradwilson
  • 1 total downloads
  • Latest version: 2.5.1-pre.33
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
YamlDotNet by: Antoine Aubry
  • 1 total downloads
  • Latest version: 13.4.0
  • yaml parser development library serialization
A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.