Humanizer.Core
by: Claire Novotny Mehdi Khalili
- 25 total downloads
- Latest version: 3.0.10
Humanizer core package that contains the library and the neutral language (English) resources
IdentityModel
by: Dominick Baier Brock Allen
- 6 total downloads
- Latest version: 6.2.0
OpenID Connect & OAuth 2.0 client library
IPAddressRange
by: J.Sakamoto
- 7 total downloads
- Latest version: 6.0.0
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can contains check. This library supports both IPv4 and IPv6.
jint
by: Sebastien Ros
- 3 total downloads
- Latest version: 2.10.4
Javascript interpreter for .NET which provides full ECMA 5.1 compliance.
LazyCache
by: https://github.com/alastairtree
- 8 total downloads
- Latest version: 2.4.0
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
LazyCache.AspNetCore
by: https://github.com/alastairtree
- 4 total downloads
- Latest version: 2.4.0
ServiceCollection registrations for LazyCache to initialise the dependency injection collection and add enable IAppCache to be injected into your app
LinqKit
by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
- 3 total downloads
- Latest version: 1.1.7.1
LinqKit is a free set of extensions for LINQ to SQL and Entity Framework power users. Note that IAsync and IDbAsync are not supported.
LinqKit.Core
by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
- 22 total downloads
- Latest version: 1.2.11
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
log4net
by: The Apache Software Foundation
- 2 total downloads
- Latest version: 3.2.0
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
MedallionTopologicalSort
by: Michael Adelson
- 2 total downloads
- Latest version: 1.0.0
A fast implementation of topological sorting that supports stable sorting as well as breaking ties via ThenBy[Descending]
MediatR
by: Jimmy Bogard
- 27 total downloads
- Latest version: 14.2.0
Simple, unambitious mediator implementation in .NET
MediatR.Contracts
by: Jimmy Bogard
- 6 total downloads
- Latest version: 2.0.1
Contracts package for requests, responses, and notifications
MessagePack
by: neuecc aarnott
- 32 total downloads
- Latest version: 3.1.10
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations
by: neuecc aarnott
- 10 total downloads
- Latest version: 3.1.2
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer
by: neuecc aarnott
- 7 total downloads
- Latest version: 3.1.10
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.
Microsoft.AspNetCore.Authentication
by: Microsoft
- 22 total downloads
- Latest version: 2.3.13
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Cookies
by: Microsoft
- 8 total downloads
- Latest version: 2.3.12
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 7 total downloads
- Latest version: 2.3.13
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 7 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
This package was built from the source at:
https://github.com/aspnet/Security/tree/5d5438a7f0842019e852b2bb911ed86dc0360cf7
Microsoft.AspNetCore.Authentication.OAuth
by: Microsoft
- 21 total downloads
- Latest version: 2.3.13
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.