ControlzEx
by: Jan Karger Bastian Schmidt James Willock
- 394 total downloads
- Latest version: 7.0.1-rc0014
ControlzEx is a library with some shared Controls for WPF.
Contrib.Grpc.Core.M1
by: The gRPC Authors einari
- 58 total downloads
- Latest version: 2.46.7
Packaged ARM64 - M1 version of native library (.dylib).
CommunityToolkit.HighPerformance
by: Microsoft
- 670 total downloads
- Latest version: 8.4.0
This package includes high performance .NET 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
- 231 total downloads
- Latest version: 3.3.2
Configure async code's ConfigureAwait at a global level.
Configuration
by: Cameron Fletcher Configuration contributors
- 115 total downloads
- Latest version: 0.2.0-beta13
A simple configuration library for .NET
ConsoleTables
by: khalidabuhakmeh
- 151 total downloads
- Latest version: 2.6.2
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
- 185 total downloads
- Latest version: 2.0.7
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.
Consul
by: PlayFab G-Research
- 726 total downloads
- Latest version: 1.7.14.7
Consul.NET is a .NET client library for the Consul HTTP API
CommunityToolkit.Common
by: Microsoft
- 314 total downloads
- Latest version: 8.4.0
This package includes .NET 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.
CommunityToolkit.WinUI.UI.Media
by: Microsoft.Toolkit
- 101 total downloads
- Latest version: 7.1.2
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
- 20 total downloads
- Latest version: 7.1.2
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
ConsoleTableExt
by: Hung Vo
- 312 total downloads
- Latest version: 3.3.0
A fluent library to print out a nicely formatted table in a console application C#
CommonServiceLocator.NetCore
by: Mohammad Chavoshi
- 32 total downloads
- Latest version: 1.3.1
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. This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.
CommunityToolkit.Mvvm
by: Microsoft
- 211 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.
CommunityToolkit.WinUI.UI
by: Microsoft.Toolkit
- 99 total downloads
- Latest version: 7.1.2
This library provides various common UI helpers. It is a part of the Windows Community Toolkit.
AdvancedCollectionView: It's a collection view implementation that support filtering, sorting and incremental loading. It's meant to be used in a viewmodel.
CacheBase: Provides methods and tools to cache files in a folder.
Converters: Commonly used converters that allow the data to be modified as it passes through the binding engine.
Extensions:
- ApplicationViewExtensions: Provides attached properties for interacting with the ApplicationView on a window (app view).
- AttachedDropShadow: Provides a composition based shadow effect which supports masking.
- FrameworkElementExtensions: Provides attached dependency properties for the FrameworkElement.
- ListViewExtensions: Provides attached dependency properties for the ListViewBase
- LogicalTree: Defines a collection of extensions methods for UI.
- MatrixExtensions: Provides a set of extensions to the Matrix struct.
- MatrixHelperEx: Static helper methods for Matrix.
- Mouse: Helper class for easily changing the mouseover cursor type.
- NullableBool: Custom MarkupExtension which can provide nullable bool values.
- RotateTransformExtensions: Extension methods for RotateTransform.
- ScaleTransformExtensions: Extension methods for ScaleTransform.
- ScrollViewerExtensions: Provides attached dependency properties for the ListViewBase
- SkewTransformExtensions: Extension methods for SkewTransform.
- SurfaceDialTextbox: Helper class that provides attached properties to enable any TextBox with the Surface Dial.
- TextBoxMask: TextBox mask property allows a user to more easily enter fixed width text in TextBox control.
- TextBoxRegex: TextBoxRegex allows text validation using a regular expression.
- TitleBarExtensions: Provides attached dependency properties for interacting with the ApplicationViewTitleBar on a window (app view).
- TranslateTransformExtensions: Extension methods for TranslateTransform.
- VisualExtensions: Extension methods and attached properties for Visual objects
- VisualTree: Defines a collection of extensions methods for UI.
Helpers:
- BindableValueHolder: Holds the value. Can be used to change several objects' properties at a time.
- DependencyPropertyWatcher: Used to Track Changes of a Dependency Property
- ThemeListener: Class which listens for changes to Application Theme or High Contrast Modes and Signals an Event when they occur.
Triggers: Various Visual State Triggers to help trigger VisualStates in a wide variety of scenarios.
ConfigureAwaitChecker.Analyzer
by: Jiří Činčura
- 188 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
CommunityToolkit.WinUI.UI.Animations
by: Microsoft.Toolkit
- 108 total downloads
- Latest version: 7.1.2
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
ConcurrentHashSet
by: Bar Arnon
- 180 total downloads
- Latest version: 1.1.0
A thread-safe hash-based set
Confluent.Kafka
by: Confluent Inc. Andreas Heider
- 378 total downloads
- Latest version: 2.10.0
Confluent's .NET Client for Apache Kafka
CommunityToolkit.WinUI
by: Microsoft.Toolkit
- 16 total downloads
- Latest version: 7.1.2
This package includes code only helpers such as Color conversion tool, Storage file handling, a Stream helper class, SystemInformation helpers, etc.