Microsoft.AspNetCore.Cors
by: Microsoft
- 32 total downloads
- Latest version: 2.3.11
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
- 209 total downloads
- Latest version: 14.2.0
Simple, unambitious mediator implementation in .NET
log4net
by: The Apache Software Foundation
- 89 total downloads
- Latest version: 3.4.0-preview.1
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 35 total downloads
- Latest version: 2.3.11
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
- 22 total downloads
- Latest version: 2.3.11
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authorization.Policy
by: Microsoft
- 22 total downloads
- Latest version: 2.3.11
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 268 total downloads
- Latest version: 11.0.0-preview.6.26359.118
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
Mapster.Core
by: chaowlert, eric_swann, andrerav
- 135 total downloads
- Latest version: 10.1.0-pre02
Lightweight library for Mapster and Mapster CodeGen
matkoch.Microsoft.VisualStudio.SolutionPersistence
by: Microsoft, Matthias Koch
- 5 total downloads
- Latest version: 1.0.61
Package Description
Libuv
by: Libuv
- 30 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: Microsoft
- 15 total downloads
- Latest version: 2.0.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.ApplicationInsights
by: Microsoft
- 170 total downloads
- Latest version: 3.1.2
Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 20 total downloads
- Latest version: 2.3.11
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Cryptography.Internal
by: Microsoft
- 271 total downloads
- Latest version: 11.0.0-preview.6.26359.118
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
MediatR.Contracts
by: Jimmy Bogard
- 36 total downloads
- Latest version: 2.0.1
Contracts package for requests, responses, and notifications
Mapster.DependencyInjection
by: chaowlert, eric_swann, andrerav
- 100 total downloads
- Latest version: 10.1.0-pre02
Dependency Injection supports for Mapster
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
- 272 total downloads
- Latest version: 11.0.0-preview.6.26359.118
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/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
MediatR.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 126 total downloads
- Latest version: 11.1.0
MediatR extensions for ASP.NET Core
Mapster
by: chaowlert, eric_swann, andrerav
- 322 total downloads
- Latest version: 10.1.0-pre02
A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, just simpler and way, way faster.