Contrib.Grpc.Core.M1 by: The gRPC Authors einari
  • 71 total downloads
  • Latest version: 2.46.7
  • gRPC RPC HTTP/2
Packaged ARM64 -  M1 version of native library (.dylib).
ConfigureAwait.Fody by: Cameron MacFarland Simon Cropp
  • 327 total downloads
  • Latest version: 3.3.2
  • ILWeaving Fody Cecil AOP
Configure async code's ConfigureAwait at a global level.
Configuration by: Cameron Fletcher Configuration contributors
  • 191 total downloads
  • Latest version: 0.2.0-beta13
  • app.config config configuration
A simple configuration library for .NET
ConsoleTables by: khalidabuhakmeh
  • 256 total downloads
  • Latest version: 2.7.0
  • 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.
Consul by: PlayFab G-Research
  • 1.303k total downloads
  • Latest version: 1.7.14.9
  • Consul service discovery distributed locking health checking
Consul.NET is a .NET client library for the Consul HTTP API
CoreCompat.System.Drawing.v2 by: MonoProject Quamotion
  • 35 total downloads
  • Latest version: 5.2.0-preview1-r131
  • System.Drawing netcore netstandard
A port of Mono's System.Drawing for .NET Core 2.0 and above. Includes types such as System.Drawing.Bitmap and System.Drawing.Image, allowing you to interact with images from .NET Core.
CommunityToolkit.WinUI.UI.Media by: Microsoft.Toolkit
  • 153 total downloads
  • Latest version: 7.1.2
  • Windows Community Toolkit WCT .NET WinUI UI XAML Acrylic Brushes Blur Effects Canvas Geometry Shadow Shadows Animation
This library provides UI effects which rely on Win2D. It is a part of the Windows Community Toolkit. AttachedCardShadow: Provides an easy-to-use, simple, and performant rounded-rectangle shadow effect. Effects: - AcrylicEffect: A custom acrylic effect that can be inserted into a pipeline. - BackdropEffect: A backdrop effect that can sample from a specified source. - BlendEffect: A blend effect that merges the current pipeline with an input one. - BlurEffect: A gaussian blur effect. - ImageEffect: An effect which displays an image loaded as a Win2D surface. - ShadeEffect: An effect that overlays a color layer over the current pipeline, with a specified intensity. - SolidColorEffect: An effect that renders a standard 8bit SDR color on the available surface. - TileEffect: An effect that loads an image and replicates it to cover all the available surface area. - ExposureEffect, GrayscaleEffect, HueRotationEffect and more, mapping to Win2D effects. Geometry: - CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color. Helpers: - SurfaceLoader: A class that can load and draw images and other objects to Win2D surfaces and brushes. Media: - AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters. - BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application. - BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function. - BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application. - BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop. - BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop. - CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls. - ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode. - PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline - RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse. - TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating. PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them.
CommunityToolkit.WinUI.UI.Behaviors by: Microsoft.Toolkit
  • 30 total downloads
  • Latest version: 7.1.2
  • Windows Community Toolkit WCT .NET WinUI UI XAML Behaviors Interactivity Interaction Focus Header Viewport Selection KeyDown Triggers
This library provides UI behaviors built on the XAML behaviors SDK. It is a part of the Windows Community Toolkit. - Animation: Various helpers for integration with the Toolkit's Animation package. - AutoFocusBehevior: Sets focus to the associated control. - AutoSelectBehavior: Selects a TextBox's text automatically. - FadeHeaderBehavior, QuickReturnHeaderBehavior, StickyHeaderBehavior: Helpers for ListViewBase Header Behavior - FocusBehavior: Sets focus to a specified control. - KeyDownTriggerBehavior: Trigger behaviors when a key is pressed. - ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport
CorrelationId by: Steve Gordon
  • 319 total downloads
  • Latest version: 3.0.1
  • aspnetcore correlationid
ASP.NET Core correlation ID middleware for distributed microservices.
ConsoleTableExt by: Hung Vo
  • 336 total downloads
  • Latest version: 3.3.0
  • console text-table fluent console-table6
A fluent library to print out a nicely formatted table in a console application C#
ConfigureAwaitChecker.Analyzer by: Jiří Činčura
  • 225 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
Crc32C.NET by: Robert Važan
  • 32 total downloads
  • Latest version: 1.0.5
  • crc crc32 crc-32 crc32c crc-32c castagnoli managed
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.
CommunityToolkit.WinUI.UI.Animations by: Microsoft.Toolkit
  • 165 total downloads
  • Latest version: 7.1.2
  • Windows Community Toolkit WCT .NET WinUI UI XAML Animations Composition Connected Implicit Expressions Extensions
This library provides helpers and extensions on top of Windows Composition and XAML storyboards. It is a part of the Windows Community Toolkit. Namespace: - CompositionAnimations: - Animations: AnimationBase, OffsetAnimation, OpacityAnimation, RotationAnimation, RotationInDegreesAnimation, ScalarAnimation, ScaleAnimation, TranslationAnimation, TypedAnimationBase, Vector2Animation, Vector3Animation, Vector4Animation - CompositionAnimations: ExpressionKeyFrame, KeyFrame, KeyFrameCollection, ScalarKeyFrame, TypedKeyFrame, Vector2KeyFrame, Vector3KeyFrame, Vector4KeyFrame - ConnectedAnimations: Connected, ConnectedAnimationHelper, ConnectedAnimationListProperty, ConnectedAnimationProperties - Expressions: ExpressionNodes, ExpressionValues, ReferenceNodes, CompositionExtensions, ExpressionFunctions, OperationType - AnimationExtensions: Blur, Fade, Light, Offset, Rotate, Saturation, Scale
coverlet.collector by: tonerdo
  • 1.007k 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.
CoreCompat.System.Drawing by: CoreCompat.System.Drawing
  • 36 total downloads
  • Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
ConcurrentHashSet by: Bar Arnon
  • 274 total downloads
  • Latest version: 1.1.0
  • concurrency
A thread-safe hash-based set
coverlet.msbuild by: tonerdo
  • 531 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
  • 663 total downloads
  • Latest version: 2.11.1
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Cquential.Microsoft.Practices.Unity by: Kevin Wilson
  • 14 total downloads
  • Latest version: 2.0.414
  • Microsoft Practices Unity
This package contains version 2.0.414.0 of the Microsoft.Practices.Unity runtime DLL.
ControlzEx by: Jan Karger Bastian Schmidt James Willock
  • 704 total downloads
  • Latest version: 7.0.1
  • WPF UI Metro Modern Material XAML Toolkit Library .NET OSS OpenSource WindowChrome
ControlzEx is a library with some shared Controls for WPF.