IKVM.MSBuild.Tools.runtime.win7-x64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.6.4
IKVM MSBuild Tools
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 1 total downloads
  • Latest version: 11.0.0-beta2
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
LanguageExt.Core by: Paul Louth
  • 1 total downloads
  • Latest version: 3.5.46-beta
  • C#, Functional, Language Extension, Monad, Option, Either, Reader, Writer, State, List, Set, Map, Queue, Memo, Memoization, Immutable, Lambda, Pattern Matching, Tuple
This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
libphonenumber-csharp by: Patrick Mézard, Aidan Bebbington, Google, libphonenumber contributors
  • 1 total downloads
  • Latest version: 7.0.9
  • phonenumber phone
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. For usage samples: http://code.google.com/p/libphonenumber/
librdkafka.redist by: Magnus Edenhill, edenhill
  • 1 total downloads
  • Latest version: 0.9.4-RC1-preview2
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
libsodium by: Frank Denis
  • 1 total downloads
  • Latest version: 1.0.13-preview-01
Internal implementation package not meant for direct consumption. Please do not reference directly.
Magick.NET-Q16-AnyCPU by: Dirk Lemstra
  • 1 total downloads
  • Latest version: 7.0.0.7
  • ImageMagick Magick.NET
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://magick.codeplex.com/documentation before installing to help you decide the best version.
ManagedEsent by: Microsoft
  • 1 total downloads
  • Latest version: 1.9.0.1
  • ManagedEsent NoSql ISAM
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
MessagePack by: neuecc, aarnott
  • 3 total downloads
  • Latest version: 3.0.134-beta
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
Microsoft.ApplicationInsights.WindowsServer by: Microsoft
  • 3 total downloads
  • Latest version: 2.19.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry AppInsights
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft.AspNetCore.Authentication.Cookies
  • 1 total downloads
  • Latest version: 1.0.1
  • aspnetcore,authentication,security
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.Google by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.2
  • aspnetcore authentication security
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 3 total downloads
  • Latest version: 2.2.0-preview3-35497
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. This package was built from the source at: https://github.com/aspnet/Security/tree/5d5438a7f0842019e852b2bb911ed86dc0360cf7
Microsoft.AspNetCore.Authorization by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.0-preview.4.21253.5
  • aspnetcore authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698
Microsoft.AspNetCore.Components.Forms by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.2
  • aspnetcore components
Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/561deb05ae2d6680206e3d4a6bc75de699585980
Microsoft.AspNetCore.Components.Web by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.26
  • aspnetcore components
Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/0c26925a185ba2996051c0f37a995ef0a682cf54
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.15
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c49ccc8727c620ce1cb8fb431bb3fe8f2e747236
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.4.21253.5
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 0 total downloads
  • Latest version: 10.0.0
  • aspnetcore
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.AspNetCore.Cors by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore cors
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute