AdamE.Google.iOS.GoogleAppMeasurement by: Microsoft, Adam Essenmacher
  • 4 total downloads
  • Latest version: 12.3.0
GoogleAppMeasurement packed for .NET for iOS
GeoAPI by: NetTopologySuite - Team
  • 4 total downloads
  • Latest version: 1.7.3.1
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 16 total downloads
  • Latest version: 10.0.1
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
KRE-CLR-x86 by: Microsoft
  • 3 total downloads
  • Latest version: 1.0.0-beta1
The K Runtime Environment for Desktop CLR x86
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel by: Microsoft
  • 1 total downloads
  • Latest version: 2.15.0
  • Analytics Azure ApplicationInsights Telemetry Monitoring SDK
This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore by: Microsoft
  • 3 total downloads
  • Latest version: 1.1.7
  • aspnetcore
Microsoft.AspNetCore
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.Extensions.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
Microsoft.NETCore.DotNetHost by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.9
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module dcedc87d22ffdc1b86b6a1217dec61c4802ab517 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostPolicy by: Microsoft
  • 2 total downloads
  • Latest version: 7.0.0-preview.2.22152.2
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing
Microsoft.Orleans.Client by: Microsoft
  • 1 total downloads
  • Latest version: 2.3.0
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Collection of Microsoft Orleans libraries and files needed on the client.
Microsoft.Orleans.Templates.Interfaces by: Microsoft
  • 5 total downloads
  • Latest version: 1.5.2
NuGet package deprecated, please use Microsoft.Orleans.OrleansCodeGenerator.Build instead.
Microsoft.TypeScript.MSBuild by: Microsoft
  • 1 total downloads
  • Latest version: 5.2.0-beta
  • TypeScript
The TypeScript MSBuild task, and matching compiler version.
MudBlazor by: Garderoben, Henon and Contributors
  • 3 total downloads
  • Latest version: 8.0.0-preview.4
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
A Blazor Component Library based on Material Design principles, focusing on ease of use. Written mainly in C# with minimal JavaScript, it allows .NET developers to easily understand and debug the code when needed.
Polly by: Michael Wolfenden, App vNext
  • 1 total downloads
  • Latest version: 4.1.2
  • Exception Handling Policy Retry Wait Circuit Breaker
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library (Profile 259) that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
Remotion.Linq by: rubicon IT GmbH
  • 2 total downloads
  • Latest version: 2.1.0-rc-001
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations
System.IO by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.IOException System.IO.EndOfStreamException System.IO.FileNotFoundException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader
System.Text.Encoding.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22605
Provides support for specific encodings, including ASCII, UTF-7, UTF-8, UTF-16, and UTF-32. Commonly Used Types: System.Text.UTF8Encoding System.Text.UnicodeEncoding System.Text.ASCIIEncoding System.Text.UTF7Encoding System.Text.UTF32Encoding