Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 25 total downloads
  • Latest version: 3.4.1
  • logging log Common.Logging
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
  • 21 total downloads
  • Latest version: 3.4.1
  • PCL Common.Logging.Portable Common.Logging.Core logging log Common.Logging
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
  • 15 total downloads
  • Latest version: 3.3.1
  • ILWeaving Fody Cecil AOP
Package Description
coverlet.collector by: tonerdo
  • 9 total downloads
  • Latest version: 3.2.0
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CsvHelper by: Josh Close
  • 8 total downloads
  • Latest version: 30.0.1
  • csv csvhelper comma separated value delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 33 total downloads
  • Latest version: 1.60.6
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DeepCloner by: force
  • 4 total downloads
  • Latest version: 0.10.4
  • .NET shallow deep clone DeepClone fast
Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.
DocumentFormat.OpenXml by: Microsoft
  • 50 total downloads
  • Latest version: 3.0.2
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DocumentFormat.OpenXml.Framework by: Microsoft
  • 8 total downloads
  • Latest version: 3.0.2
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DynamicExpresso.Core by: Davide Icardi
  • 39 total downloads
  • Latest version: 2.10.0
  • dynamic expression linq eval script
C# expression interpreter/evaluator
Elasticsearch.Net by: Elastic and contributors
  • 49 total downloads
  • Latest version: 6.1.0
  • elasticsearch elastic search lucene nest
Elasticsearch.Net
EmptyFiles by: https://github.com/SimonCropp/EmptyFiles/graphs/contributors
  • 55 total downloads
  • Latest version: 4.4.0
A collection of minimal binary files.
Excubo.Blazor.TreeViews by: Stefan Lörwald
  • 2 total downloads
  • Latest version: 3.2.3
  • blazor html treeview
Excubo.Blazor.TreeViews is a Blazor component library for tree views.
FakeItEasy by: Patrik Hägne FakeItEasy contributors
  • 90 total downloads
  • Latest version: 7.4.0
  • TDD unittesting mocks mocking fakes faking stubs stubbing spy spies doubles isolation substitutes substitution
It's faking amazing! The easy mocking library for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.
Fody by: Fody
  • 26 total downloads
  • Latest version: 6.5.3
  • ILWeaving Fody Cecil AOP
Extensible tool for weaving .net assemblies.
Fractions by: Daniel Mueller
  • 15 total downloads
  • Latest version: 6.0.0
  • 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.
Google.Protobuf by: Google Inc.
  • 5 total downloads
  • Latest version: 3.26.1
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Hangfire.AspNetCore by: Sergey Odinokov
  • 4 total downloads
  • Latest version: 1.8.2
  • hangfire aspnetcore
ASP.NET Core support for Hangfire (background job system for ASP.NET applications).
HangFire.Core by: Sergey Odinokov
  • 5 total downloads
  • Latest version: 0.8.3
  • Long-Running Async Background Fire-And-Forget Jobs Tasks Workers Threading Queue
Core components for HangFire (background job system for ASP.NET applications).
Hangfire.Core by: Sergey Odinokov
  • 78 total downloads
  • Latest version: 1.8.6
  • 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 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.InMemory by: Sergey Odinokov
  • 21 total downloads
  • Latest version: 0.6.0
  • Hangfire Storage In-Memory
In-memory job storage for Hangfire with transactional implementation.