Microsoft.Orleans.CodeGenerator
by: Microsoft
- 1 total downloads
- Latest version: 8.1.0-preview3
Code generation library for Orleans.Serialization
Microsoft.Spatial
by: Microsoft
- 8 total downloads
- Latest version: 7.21.3
Contains classes and methods that facilitate geography and geometry spatial operations. Targets .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
Microsoft.Web.WebView2
by: Microsoft
- 17 total downloads
- Latest version: 1.0.3650.58
The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium).
This package is necessary for Win32 C/C++, WPF, and WinForms applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
MsgPack.Cli
by: FUJIWARA, Yusuke
- 2 total downloads
- Latest version: 0.7.0-beta2
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
MudBlazor
by: Garderoben, Henon and Contributors
- 1 total downloads
- Latest version: 6.1.5
MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET developers who want to rapidly build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers them to adapt, fix or extend the framework and the multitude of examples in the documentation makes learning MudBlazor very easy.
NJsonSchema.CodeGeneration.CSharp
by: Rico Suter
- 2 total downloads
- Latest version: 8.29.6304.29598
JSON Schema draft v4 reader, generator and validator for .NET
NSwag.Commands
by: Rico Suter
- 1 total downloads
- Latest version: 8.6.6221.23505
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration
by: Rico Suter
- 1 total downloads
- Latest version: 11.3.3
NSwag: The Swagger API toolchain for .NET and TypeScript
Portable.BouncyCastle
by: Oren Novotny
- 2 total downloads
- Latest version: 1.8.3.37
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, .NET Core
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.Profiling
by: Sentry Team and Contributors
- 3 total downloads
- Latest version: 6.1.0-alpha.2
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog.Sinks.Async
by: Jezz Santos, Serilog Contributors
- 1 total downloads
- Latest version: 1.4.1-dev-00079
Asynchronous sink wrapper for Serilog.
StackExchange.Redis
by: Stack Exchange inc., marc.gravell
- 2 total downloads
- Latest version: 1.0.243
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
System.Collections.Immutable
by: Microsoft
- 6 total downloads
- Latest version: 6.0.0-preview.5.21301.5
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>
System.Collections.Specialized
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
System.Drawing.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides basic drawing primitive structures, that exposes the corresponding System.Drawing.dll types in .NET Core.
Commonly Used Types:
System.Drawing.Point
System.Drawing.PointF
System.Drawing.Size
System.Drawing.SizeF
System.Drawing.Rectangle
System.Drawing.RectangleF
When using NuGet 3.x this package requires at least version 3.4.
System.Reactive
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 3.1.0-rc
Reactive Extensions (Rx) Main Library combining the interfaces, core, LINQ, and platform services libraries.
System.Runtime.Serialization.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization.
System.ValueTuple
by: Microsoft
- 2 total downloads
- Latest version: 4.5.0-preview1-26216-02
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.
Commonly Used Types:
System.ValueTuple
System.ValueTuple<T1>
System.ValueTuple<T1, T2>
System.ValueTuple<T1, T2, T3>
System.ValueTuple<T1, T2, T3, T4>
System.ValueTuple<T1, T2, T3, T4, T5>
System.ValueTuple<T1, T2, T3, T4, T5, T6>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>
00490982c7952e96a1089818467caa6fd07541b2
When using NuGet 3.x this package requires at least version 3.4.