MsgPack.Cli
by: FUJIWARA, Yusuke
- 2 total downloads
- Latest version: 0.7.0-alpha1
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 reader, generator and validator for .NET
NSwag.CodeGeneration.TypeScript
by: Rico Suter
- 1 total downloads
- Latest version: 12.0.15
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Commands
by: Rico Suter
- 2 total downloads
- Latest version: 11.12.12
NSwag: The Swagger API toolchain for .NET and TypeScript
PInvoke.Kernel32
by: Andrew Arnott
- 1 total downloads
- Latest version: 0.3.2
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
.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
.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
Abstractions to platform information
Sentry.Protocol
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 2.0.0-beta
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
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
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
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
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.