Castle.Core
by: Castle Project Contributors
- 54 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Castle.Core.AsyncInterceptor
by: James Skimming
- 22 total downloads
- Latest version: 2.1.0
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 51 total downloads
- Latest version: 3.4.1
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 26 total downloads
- Latest version: 3.4.1
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
ConfigureAwait.Fody
by: Cameron MacFarland Simon Cropp
- 22 total downloads
- Latest version: 3.3.2
Configure async code's ConfigureAwait at a global level.
Confluent.Kafka
by: Confluent Inc. Andreas Heider
- 100 total downloads
- Latest version: 1.8.2
Confluent's .NET Client for Apache Kafka
CronExpressionDescriptor
by: Brady Holt
- 165 total downloads
- Latest version: 2.44.0
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh and Japanese.
Darabonba
by: Alibaba Cloud
- 13 total downloads
- Latest version: 1.0.1
Alibaba Cloud Dara Core SDK for .NET
DeviceDetector.NET
by: totpero
- 8 total downloads
- Latest version: 3.11.6
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue.
ExcelNumberFormat
by: ExcelNumberFormat developers
- 24 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Flurl
by: Todd Menier
- 60 total downloads
- Latest version: 3.0.0-pre4
A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.
Flurl.Http
by: Todd Menier
- 208 total downloads
- Latest version: 3.0.0-pre4
A fluent, portable, testable HTTP client library.
Fody
by: The Fody Team
- 322 total downloads
- Latest version: 6.9.3
Extensible tool for weaving .net assemblies.
Google.Protobuf
by: Google Inc.
- 381 total downloads
- Latest version: 3.33.2
C# runtime library for Protocol Buffers - Google's data interchange format.
HangFire.Core
by: Sergey Odinokov
- 34 total downloads
- Latest version: 0.9.1
Core components for HangFire (background job system for ASP.NET applications).
Hangfire.Core
by: Sergey Odinokov
- 199 total downloads
- Latest version: 1.7.37
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not 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.Redis.StackExchange
by: Marco Casamento
- 35 total downloads
- Latest version: 1.4.8
Hangfire Redis Storage Based on Redis.StackExchange
See http://hangfire.io/ for some more info on the main project
Hangfire.Redis.StackExchange
by: Marco Casamento and contributors
- 23 total downloads
- Latest version: 1.7.2
Hangfire Redis Storage Based on Redis.StackExchange
See http://hangfire.io/ for some more info on the main project
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 41 total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
IndexRange
by: Bradley Grainger
- 5 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JetBrains.Annotations
by: JetBrains
- 104 total downloads
- Latest version: 2025.2.4
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.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 7 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>