coverlet.collector by: tonerdo
  • 30 total downloads
  • Latest version: 6.0.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.
coverlet.msbuild by: tonerdo
  • 26 total downloads
  • Latest version: 6.0.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.
CSharpGuidelinesAnalyzer by: Bart Koelman
  • 12 total downloads
  • Latest version: 3.8.5
  • csharp c# coding guidelines analyzer
Reports diagnostics for C# coding guidelines that are not already covered by Resharper. Requires Visual Studio 2017 Update 5 or higher.
CSharpTest.Net.Collections-NetStd2 by: Roger Knapp
  • 14 total downloads
  • Latest version: 14.906.1403.1084
  • BPlusTree BTreeDictionary BTreeList LurchTable MergeSort OrderedEnumeration OrdinalList
Fully managed B+ Tree implementation for local data storage; ported to .NET Standard 2.0. Forked from: https://github.com/csharptest/CSharpTest.Net.Collections.
Dapper by: Sam Saffron Marc Gravell
  • 477 total downloads
  • Latest version: 1.42.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.StrongName by: Sam Saffron Marc Gravell
  • 71 total downloads
  • Latest version: 1.40.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..; but with a strong name
DiffPlex by: Matthew Manela
  • 12 total downloads
  • Latest version: 1.7.2
  • diff
DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.
DocumentFormat.OpenXml by: Microsoft
  • 201 total downloads
  • Latest version: 2.13.1
  • 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.
DotNet.Glob by: Darrell Tunnell <darrell.tunnell@googlemail.com>
  • 16 total downloads
  • Latest version: 3.1.0
  • glob globbing dotnet pattern match
A fast globbing library for .NET applications, including .net core. Doesn't use Regex.
EmptyFiles by: https://github.com/SimonCropp/EmptyFiles/graphs/contributors
  • 15 total downloads
  • Latest version: 4.1.0
A collection of minimal binary files.
EntityFramework by: Microsoft
  • 12 total downloads
  • Latest version: 6.1.3
  • Microsoft EF Database Data O/RM ADO.NET
Entity Framework is Microsoft's recommended data access technology for new applications.
EphemeralMongo6.runtime.linux-x64 by: Anthony Simmon
  • 15 total downloads
  • Latest version: 1.1.3
  • native
.NET wrapper for MongoDB 6.0.9 built for .NET Standard 2.0.
EphemeralMongo6.runtime.osx-x64 by: Anthony Simmon
  • 13 total downloads
  • Latest version: 1.1.3
  • native
.NET wrapper for MongoDB 6.0.9 built for .NET Standard 2.0.
EphemeralMongo6.runtime.win-x64 by: Anthony Simmon
  • 14 total downloads
  • Latest version: 1.1.3
  • native
.NET wrapper for MongoDB 6.0.9 built for .NET Standard 2.0.
ExcelNumberFormat by: ExcelNumberFormat developers
  • 121 total downloads
  • Latest version: 1.1.0
  • excel formatting numfmt formatcode
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Fare by: Nikos Baxevanis
  • 94 total downloads
  • Latest version: 2.2.1
  • Regex Test NFA DFA Automaton
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.
FastMember by: Marc Gravell
  • 10 total downloads
  • Latest version: 1.0.0.5
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 189 total downloads
  • Latest version: 6.2.0.1
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET Data provider
FluentValidation by: Jeremy Skinner
  • 20 total downloads
  • Latest version: 8.6.1
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FubarCoder.RestSharp.Portable.Core by: Mark Junker Fubar Development Junker
  • 38 total downloads
  • Latest version: 4.0.8
  • PCL RestSharp portable core
This is the core RestSharp.Portable library which contains mostly interfaces to allow dependent libraries to use as few dependencies as possible. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)