Microsoft.AspNetCore.Components by: Microsoft
  • 26 total downloads
  • Latest version: 9.0.16
  • aspnetcore components
Components feature for ASP.NET Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4d825aeb5e5023588c036709c7914008b625b0eb
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 85 total downloads
  • Latest version: 9.0.16
  • 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 code at https://github.com/dotnet/aspnetcore/tree/4d825aeb5e5023588c036709c7914008b625b0eb
Microsoft.AspNetCore.Antiforgery by: Microsoft
  • 32 total downloads
  • Latest version: 2.0.0
  • aspnetcore antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication.Abstractions by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.Components.Web by: Microsoft
  • 26 total downloads
  • Latest version: 9.0.16
  • aspnetcore components
Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4d825aeb5e5023588c036709c7914008b625b0eb
Microsoft.AspNet.Authentication by: Microsoft
  • 12 total downloads
  • Latest version: 1.0.0-rc1-final
ASP.NET 5 common types used by the various authentication middleware.
MessagePack by: neuecc, aarnott
  • 147 total downloads
  • Latest version: 3.1.6
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
Libuv by: Libuv
  • 12 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent by: martinc
  • 4 total downloads
  • Latest version: 1.6.0
  • 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.
Microsoft.AspNetCore.Components.Analyzers by: Microsoft
  • 6 total downloads
  • Latest version: 3.0.0-preview7.19365.7
  • aspnetcore components
Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d27c0100bc8b9b93eb8102b097c20b40f7de9c49
Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
MessagePackAnalyzer by: neuecc, aarnott
  • 241 total downloads
  • Latest version: 3.1.6
  • MsgPack MessagePack Serialization Formatter Analyzer
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
librdkafka.redist by: Magnus Edenhill, edenhill
  • 373 total downloads
  • Latest version: 2.14.2-RC3
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Microsoft.AspNetCore.Components.Forms by: Microsoft
  • 26 total downloads
  • Latest version: 9.0.16
  • aspnetcore components
Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4d825aeb5e5023588c036709c7914008b625b0eb
Microsoft.AspNetCore.Authentication by: Microsoft
  • 30 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authorization by: Microsoft
  • 85 total downloads
  • Latest version: 9.0.16
  • 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/4d825aeb5e5023588c036709c7914008b625b0eb
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft
  • 31 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to use cookie based authentication.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 6 total downloads
  • Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package. This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI. Example project that targets multiple frameworks: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" /> <PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" /> </ItemGroup> </Project>
JsonSubTypes by: Emmanuel Counasse
  • 6 total downloads
  • Latest version: 1.5.0
  • json converter subtype inheritance deserializeobject polymorphism
Discriminated Json Subtypes Converter implementation for .NET