Microsoft.AspNetCore.Cors
by: Microsoft
- 13 total downloads
- Latest version: 2.0.0
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
MediatR
by: Jimmy Bogard
- 45 total downloads
- Latest version: 4.0.1
Simple, unambitious mediator implementation in .NET
Hyak.Common
by: Microsoft
- 20 total downloads
- Latest version: 1.2.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 16 total downloads
- Latest version: 2.0.0
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
- 3 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authorization.Policy
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 15 total downloads
- Latest version: 2.0.0
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
Humanizer.Core
by: Mehdi Khalili, Claire Novotny
- 122 total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Microsoft.AspNetCore.DataProtection.Abstractions
by: Microsoft
- 15 total downloads
- Latest version: 2.0.0
ASP.NET Core data protection abstractions.
Commonly used types:
Microsoft.AspNetCore.DataProtection.IDataProtectionProvider
Microsoft.AspNetCore.DataProtection.IDataProtector
Libuv
by: Libuv
- 30 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: martinc
- 10 total downloads
- Latest version: 1.6.0
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.Authentication.Core
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Cryptography.Internal
by: Microsoft
- 15 total downloads
- Latest version: 2.0.0
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.
Microsoft.AspNetCore.Diagnostics.Abstractions
by: Microsoft
- 18 total downloads
- Latest version: 2.0.0
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Grpc.Tools
by: The gRPC Authors
- 1.246k total downloads
- Latest version: 2.83.0
gRPC and Protocol Buffer compiler for C# projects
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 75 total downloads
- Latest version: 2.0.0
ASP.NET Core hosting and startup abstractions for web applications.
JetBrains.Annotations
by: JetBrains
- 218 total downloads
- Latest version: 2026.2.0
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
libsodium
by: Frank Denis
- 108 total downloads
- Latest version: 1.0.22
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.AspNetCore.Authorization
by: Microsoft
- 15 total downloads
- Latest version: 2.0.0
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
MediatR.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 20 total downloads
- Latest version: 2.0.0
MediatR extensions for ASP.NET Core