log4net
by: The Apache Software Foundation
- 36 total downloads
- Latest version: 3.3.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.Components
by: Microsoft
- 189 total downloads
- Latest version: 8.0.27
Components feature for ASP.NET Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/be2530c3035e4bfa7670c6b18f5a64ef89e0e80d
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 442 total downloads
- Latest version: 8.0.27
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/be2530c3035e4bfa7670c6b18f5a64ef89e0e80d
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 64 total downloads
- Latest version: 2.3.10
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
- 38 total downloads
- Latest version: 2.3.10
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authorization.Policy
by: Microsoft
- 37 total downloads
- Latest version: 2.3.10
ASP.NET Core authorization policy helper classes.
JunitXml.TestLogger
by: spekt
- 283 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
- 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
- 353 total downloads
- Latest version: 3.1.6
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations
by: neuecc, aarnott
- 218 total downloads
- Latest version: 3.1.6
Attributes and interfaces for .NET types serializable with MessagePack.
Libuv
by: Libuv
- 12 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: Microsoft
- 6 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.Authentication.Core
by: Microsoft
- 37 total downloads
- Latest version: 2.3.10
ASP.NET Core common types used by the various authentication middleware components.
MessagePackAnalyzer
by: neuecc, aarnott
- 246 total downloads
- Latest version: 3.1.6
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
- 374 total downloads
- Latest version: 2.14.2
The Apache Kafka C/C++ client library - redistributable
Microsoft.AspNetCore.Authentication
by: Microsoft
- 64 total downloads
- Latest version: 2.3.10
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authorization
by: Microsoft
- 539 total downloads
- Latest version: 11.0.0-preview.4.26230.115
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/4370ea16341331f045fa9b89cc46e03aed27195c
Microsoft.AspNetCore.Authentication.Cookies
by: Microsoft
- 70 total downloads
- Latest version: 2.3.10
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.App.Ref
by: Microsoft
- 420 total downloads
- Latest version: 11.0.0-preview.4.26230.115
Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.
JsonSubTypes
by: Emmanuel Counasse
- 40 total downloads
- Latest version: 2.0.1
Discriminated Json Subtypes Converter implementation for .NET