Fortress.Facilities.Logging by: @fir3pho3nixx @hikalkan
  • 2 total downloads
  • Latest version: 0.5.265
  • Castle Windsor Cryosharp Volosoft Fortress Core NetCoreApp DotnetCore CoreFx Standard NetStandard Boilerplate AspNetBoilerplate
Unofficial Castle Windsor on dotnet core
Fortress.Windsor by: @fir3pho3nixx @hikalkan
  • 2 total downloads
  • Latest version: 0.5.265
  • Castle Windsor Cryosharp Volosoft Fortress Core NetCoreApp DotnetCore CoreFx Standard NetStandard Boilerplate AspNetBoilerplate
Unofficial Castle Windsor on dotnet core
Fractions by: Daniel Mueller
  • 23 total downloads
  • Latest version: 4.0.1
  • fraction math
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
GitLabApiClient by: nmklotas
  • 14 total downloads
  • Latest version: 1.3.2-beta0002
  • GitLab REST API CI Client
GitLabApiClient is a .NET rest client for GitLab API v4.
Hangfire.AspNetCore by: Sergey Odinokov
  • 150 total downloads
  • Latest version: 1.8.23
  • hangfire aspnetcore
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
Hangfire.Console by: Alexey Skalozub
  • 1 total downloads
  • Latest version: 1.4.2
  • hangfire console logging
Job console for Hangfire
HangFire.Core by: Sergey Odinokov
  • 20 total downloads
  • Latest version: 0.9.1
  • Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Threading Queue
Core components for HangFire (background job system for ASP.NET applications).
Hangfire.Core by: Sergey Odinokov
  • 196 total downloads
  • Latest version: 1.8.23
  • Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
Hangfire.MySqlStorage by: Arnoldas Gudas
  • 32 total downloads
  • Latest version: 2.0.3
  • Hangfire MySql Hangfire.MySql
Hangfire MySql Storage
Hangfire.NetCore by: Sergey Odinokov
  • 46 total downloads
  • Latest version: 1.8.23
  • hangfire netcore
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
Hangfire.RecurringJobExtensions by: icsharp
  • 3 total downloads
  • Latest version: 1.1.6
  • Hangfire RecurringJob
Hangfire extensions for RecurringJob
HtmlSanitizer by: Michael Ganss
  • 1 total downloads
  • Latest version: 5.0.404
  • xss anti antixss html security
Cleans HTML from constructs that can be used for cross site scripting (XSS)
Humanizer.Core by: Mehdi Khalili Claire Novotny
  • 35 total downloads
  • Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
IdentityModel by: Dominick Baier Brock Allen
  • 11 total downloads
  • Latest version: 3.10.4
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect & OAuth 2.0 client library
IdentityModel.OidcClient by: Dominick Baier Brock Allen
  • 2 total downloads
  • Latest version: 2.7.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
Package Description
IdentityServer4 by: Brock Allen Dominick Baier
  • 2 total downloads
  • Latest version: 1.3.1
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
IdentityServer4.AspNetIdentity by: Brock Allen Dominick Baier
  • 4 total downloads
  • Latest version: 1.0.1
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer ASP.NET Identity
ASP.NET Core Identity Integration for IdentityServer4
JetBrains.Annotations by: JetBrains
  • 90 total downloads
  • Latest version: 2025.2.4
  • jetbrains resharper rider annotations canbenull notnull
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.
KubernetesClient by: The Kubernetes Project Authors
  • 31 total downloads
  • Latest version: 3.0.15
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
LinqKit.Core by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
  • 4 total downloads
  • Latest version: 1.2.7
  • linq EF EntityFramework Entity Framework EntityFrameworkCore
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
  • 43 total downloads
  • Latest version: 2.0.17
  • logging log tracing logfiles
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