coverlet.msbuild
by: tonerdo
- 94 total downloads
- Latest version: 6.0.2
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Cquential.Microsoft.Practices.Unity
by: Kevin Wilson
- 8 total downloads
- Latest version: 2.0.414
This package contains version 2.0.414.0 of the Microsoft.Practices.Unity runtime DLL.
Dapper.StrongName
by: Sam Saffron Marc Gravell
- 41 total downloads
- Latest version: 1.40.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..; but with a strong name
Common.Logging.NLog
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 40 total downloads
- Latest version: 2.1.0-M1
Common.Logging library bindings for NLog 1.0 logging framework.
Contrib.Grpc.Core.M1
by: The gRPC Authors einari
- 23 total downloads
- Latest version: 2.46.7
Packaged ARM64 - M1 version of native library (.dylib).
ConfigureAwait.Fody
by: Cameron MacFarland Simon Cropp
- 105 total downloads
- Latest version: 3.3.2
Configure async code's ConfigureAwait at a global level.
Configuration
by: Cameron Fletcher Configuration contributors
- 47 total downloads
- Latest version: 0.2.0-beta13
A simple configuration library for .NET
CommonServiceLocator
by: Microsoft
- 15 total downloads
- Latest version: 1.0.0
The Common Service Locator library contains a shared interface for service location which application and framework developers can reference. The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references. The hope is that using this library, third-party applications and frameworks can begin to leverage IoC/Service Location without tying themselves down to a specific implementation.
DapperExtensions
by: Thad Smith Page Brooks
- 129 total downloads
- Latest version: 1.6.3
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
CreateNewNuGetPackageFromProjectAfterEachBuild
by: Daniel Schroeder iQmetrix
- 262 total downloads
- Latest version: 1.8.16
Automatically creates a NuGet package from your project each time it builds. The NuGet package is placed in the project's output directory.
If you want to use a .nuspec file, place it in the same directory as the project's project file (e.g. .csproj, .vbproj, .fsproj).
This adds a PostBuildScripts folder to your project to house the PowerShell script that is called from the project's Post-Build event to create the NuGet package.
If it does not seem to be working, check the Visual Studio Output window for any errors that may have occurred.
Crc32.NET
by: force
- 11.798k total downloads
- Latest version: 1.2.0
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
ConsoleTableExt
by: Hung Vo
- 96 total downloads
- Latest version: 3.3.0
A fluent library to print out a nicely formatted table in a console application C#
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 50 total downloads
- Latest version: 3.4.0-Alpha1
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CsvHelper
by: Josh Close
- 255 total downloads
- Latest version: 3.0.0-beta7
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
CommunityToolkit.Mvvm
by: Microsoft
- 20 total downloads
- Latest version: 8.4.0
This package includes a .NET MVVM library with helpers such as:
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
- ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.
- RelayCommand: a simple delegate command implementing the ICommand interface.
- AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.
- WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
- Ioc: a helper class to configure dependency injection service containers.
ConfigureAwaitChecker.Analyzer
by: Jiří Činčura
- 106 total downloads
- Latest version: 5.0.0.1
Checks for `ConfigureAwait(false)` usage.
More info:
* https://www.tabsoverspaces.com/id/233852
* https://www.tabsoverspaces.com/id/233732
* https://www.tabsoverspaces.com/id/233523
* https://www.tabsoverspaces.com/id/233476
Dapper
by: Sam Saffron Marc Gravell
- 182 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Crc32C.NET
by: Robert Važan
- 8 total downloads
- Latest version: 1.0.5
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
CronExpressionDescriptor
by: Brady Holt Renato Lima Ivan Santos Siarhei Khalipski Mustafa SADEDİL Star Peng TotalMace LbISS Arnaud TAMAILLON Michael Schuler Taras(tbudurovych) rinaldihno
- 132 total downloads
- Latest version: 1.21.2
A library that converts cron expressions into human readable descriptions. Supports 14 languages: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Polish, Romanian and Italian.