Contrib.Grpc.Core.M1 by: The gRPC Authors einari
  • 58 total downloads
  • Latest version: 2.46.7
  • gRPC RPC HTTP/2
Packaged ARM64 -  M1 version of native library (.dylib).
CommunityToolkit.HighPerformance by: Microsoft.Toolkit
  • 72 total downloads
  • Latest version: 7.1.1-preview3.1
  • Windows Community Toolkit WCT .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET Standard helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
ConfigureAwait.Fody by: Cameron MacFarland Simon Cropp
  • 230 total downloads
  • Latest version: 3.3.2
  • ILWeaving Fody Cecil AOP
Configure async code's ConfigureAwait at a global level.
ConsoleTables by: khalidabuhakmeh
  • 76 total downloads
  • Latest version: 2.4.2
  • consoletables consoletable console table output
Allows you to print out objects in a table view in a console application. Should be helpful for the diehard console fans.
CommonServiceLocator by: .NET Foundation and Contributors
  • 99 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
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.
CreateNewNuGetPackageFromProjectAfterEachBuild by: Daniel Schroeder iQmetrix
  • 468 total downloads
  • Latest version: 1.8.16
  • Auto Automatic Automatically Build Pack Create New NuGet Package From Project After Each On PowerShell Power Shell .nupkg new nuget package NewNuGetPackage New-NuGetPackage
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.
Consul by: Consul
  • 172 total downloads
  • Latest version: 0.7.2.6
  • Consul service discovery distributed locking health checking
Package Description
Crc32.NET by: force
  • 11.802k total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
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.
CommunityToolkit.Common by: Microsoft.Toolkit
  • 69 total downloads
  • Latest version: 7.1.2
  • Windows Community Toolkit WCT .NET Incremental Loading Collection IncrementalLoadingCollection String Array Extensions Helpers
This package includes .NET Standard code only helpers such as: - IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view. - String extensions and array extensions: These extensions make working with string and arrays easier.
CorrelationId by: Steve Gordon
  • 113 total downloads
  • Latest version: 2.1.0
  • aspnetcore correlationid
ASP.NET Core correlation ID middleware which synchronises the TraceIdentifier with a correlation ID header.
Common.Logging.Core by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 61 total downloads
  • Latest version: 3.4.0
  • 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.
Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 36 total downloads
  • Latest version: 3.4.0-RC1
  • logging log Common.Logging
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
CommunityToolkit.Mvvm by: Microsoft
  • 55 total downloads
  • Latest version: 8.4.0
  • dotnet Community Toolkit .NET MVVM MVVMToolkit INotifyPropertyChanged Observable IOC DI Dependency Injection Object Messaging Extensions Helpers
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
  • 187 total downloads
  • Latest version: 5.0.0.1
  • ConfigureAwaitChecker analyzers async await configureawait
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
CronExpressionDescriptor by: Brady Holt
  • 851 total downloads
  • Latest version: 2.40.0
  • cron schedule quartz quartz.net cron expression
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 and Japanese.
coverlet.collector by: tonerdo
  • 794 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.
CoreCompat.System.Drawing by: CoreCompat.System.Drawing
  • 20 total downloads
  • Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
ConcurrentHashSet by: Bar Arnon
  • 127 total downloads
  • Latest version: 1.1.0
  • concurrency
A thread-safe hash-based set
coverlet.msbuild by: tonerdo
  • 186 total downloads
  • Latest version: 6.0.4
  • 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.
Confluent.Kafka by: Confluent Inc. Andreas Heider
  • 329 total downloads
  • Latest version: 2.5.3
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka