log4net
by: The Apache Software Foundation
- 71 total downloads
- Latest version: 3.3.2
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.Components
by: Microsoft
- 500 total downloads
- Latest version: 11.0.0-preview.6.26359.118
Components feature for ASP.NET Core.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 1.095k total downloads
- Latest version: 11.0.0-preview.6.26359.118
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/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 128 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
- 76 total downloads
- Latest version: 2.3.11
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authorization.Policy
by: Microsoft
- 78 total downloads
- Latest version: 2.3.11
ASP.NET Core authorization policy helper classes.
JunitXml.TestLogger
by: spekt
- 447 total downloads
- Latest version: 8.0.0
Xml logger for JUnit v5 compliant xml report when test is running with "dotnet test" or "dotnet vstest".
Microsoft.AspNet.Authentication
by: Microsoft
- 24 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 common types used by the various authentication middleware.
MessagePack
by: neuecc, aarnott
- 738 total downloads
- Latest version: 3.1.8
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations
by: neuecc, aarnott
- 463 total downloads
- Latest version: 3.1.8
Attributes and interfaces for .NET types serializable with MessagePack.
Libuv
by: Libuv
- 24 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: Microsoft
- 67 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.AspNetCore.Components.Analyzers
by: Microsoft
- 504 total downloads
- Latest version: 11.0.0-preview.6.26359.118
Roslyn analyzers for ASP.NET Core Components.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 76 total downloads
- Latest version: 2.3.11
ASP.NET Core common types used by the various authentication middleware components.
MessagePackAnalyzer
by: neuecc, aarnott
- 521 total downloads
- Latest version: 3.1.8
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
- 775 total downloads
- Latest version: 2.15.0
The Apache Kafka C/C++ client library - redistributable
Microsoft.AspNetCore.Authentication
by: Microsoft
- 129 total downloads
- Latest version: 2.3.11
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authorization
by: Microsoft
- 1.075k 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
Microsoft.AspNetCore.Authentication.Cookies
by: Microsoft
- 139 total downloads
- Latest version: 2.3.11
ASP.NET Core middleware that enables an application to use cookie based authentication.
JsonSubTypes
by: Emmanuel Counasse
- 76 total downloads
- Latest version: 2.0.1
Discriminated Json Subtypes Converter implementation for .NET