Skip to main content
Microsoft.Toolkit avatar

Microsoft.Toolkit

NuGet publisher profile

Packages
231
Total Downloads
150.6M
150,602,155

Packages (231)

CommunityToolkit.HighPerformance package icon

CommunityToolkit.HighPerformance

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.

47.3M
downloads
CommunityToolkit.Mvvm package icon

CommunityToolkit.Mvvm

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.

28.5M
downloads
CommunityToolkit.Diagnostics package icon

CommunityToolkit.Diagnostics

This package includes .NET helpers such as: - Guard: Helper methods to verify conditions when running code. - ThrowHelper: Helper methods to efficiently throw exceptions.

18.2M
downloads
CommunityToolkit.Maui package icon

CommunityToolkit.Maui

The .NET MAUI Community Toolkit is a collection of Animations, Behaviors, Converters, and Custom Views for development with .NET MAUI. It simplifies and demonstrates common developer tasks building iOS, Android, macOS and Windows apps with .NET MAUI.

9.9M
downloads
CommunityToolkit.Maui.Core package icon

CommunityToolkit.Maui.Core

Core library for community toolkits using .NET MAUI

9.9M
downloads
Microsoft.Toolkit.Uwp.Notifications package icon

Microsoft.Toolkit.Uwp.Notifications

The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.

5.4M
downloads
ColorCode.Core package icon

ColorCode.Core

The Core Library, containing the Parser, and the classes to create your own formatter.

3.0M
downloads
CommunityToolkit.Common package icon

CommunityToolkit.Common

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.

2.6M
downloads
ColorCode.UWP package icon

ColorCode.UWP

Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.

1.5M
downloads
CommunityToolkit.Maui.MediaElement package icon

CommunityToolkit.Maui.MediaElement

MediaElement is a view for playing video and audio in your .NET MAUI app.

1.2M
downloads
CommunityToolkit.Maui.Markup package icon

CommunityToolkit.Maui.Markup

CommunityToolkit.Maui.Markup is a set of fluent helper methods and classes to simplify building declarative .NET MAUI user interfaces in C#

1.1M
downloads
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid package icon

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid

This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.

938.3K
downloads
CommunityToolkit.Aspire.Hosting.NodeJS.Extensions package icon

CommunityToolkit.Aspire.Hosting.NodeJS.Extensions

A .NET Aspire for hosting NodeJS apps using Vite, Yarn, PNPM, or NPM.

936.1K
downloads
CommunityToolkit.WinUI.Extensions package icon

CommunityToolkit.WinUI.Extensions

This package contains various Extensions for text, framework components (dispatcher, visual tree, FrameworkElement, etc.), visual transforms, shadows, ScrollViewer, ListViewBase, and more.

912.8K
downloads
ColorCode.HTML package icon

ColorCode.HTML

Contains the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code.

799.3K
downloads
CommunityToolkit.Aspire.Hosting.Dapr package icon

CommunityToolkit.Aspire.Hosting.Dapr

Dapr support for Aspire.

747.1K
downloads
Microsoft.Toolkit.Uwp.UI.Controls.Markdown package icon

Microsoft.Toolkit.Uwp.UI.Controls.Markdown

This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is a part of the Windows Community Toolkit.

642.9K
downloads
CommunityToolkit.WinUI.UI.Controls.DataGrid package icon

CommunityToolkit.WinUI.UI.Controls.DataGrid

This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.

610.4K
downloads
ColorCode.WinUI package icon

ColorCode.WinUI

Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.

597.3K
downloads
CommunityToolkit.WinUI.Controls.Primitives package icon

CommunityToolkit.WinUI.Controls.Primitives

Primitive layout controls such as SwitchPresenter, UniformGrid, WrapLayout, StaggeredPanel, WrapPanel, DockPanel, ConstrainedBox and more.

538.7K
downloads
CommunityToolkit.WinUI.UI.Controls.Markdown package icon

CommunityToolkit.WinUI.UI.Controls.Markdown

This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is a part of the Windows Community Toolkit.

525.3K
downloads
CommunityToolkit.WinUI.Helpers package icon

CommunityToolkit.WinUI.Helpers

This package contains various helpers for Colors, Network, Camera, WeakEventListener, PackageVersion, ScreenUnit and more.

523.7K
downloads
Microsoft.Toolkit.Win32.UI.XamlApplication package icon

Microsoft.Toolkit.Win32.UI.XamlApplication

This library provides XAML islands common helpers for native applications. It is part of the Windows Community Toolkit.

505.1K
downloads
Microsoft.Toolkit.Uwp.Connectivity package icon

Microsoft.Toolkit.Uwp.Connectivity

This library enables easier consumption of connectivity Devices/Peripherals and handle its connection to Windows devices. It contains BluetoothLE and Network connectivity helpers.

498.8K
downloads
CommunityToolkit.Aspire.OllamaSharp package icon

CommunityToolkit.Aspire.OllamaSharp

An Aspire client integration for the OllamaSharp library.

489.8K
downloads
CommunityToolkit.WinUI.Animations package icon

CommunityToolkit.WinUI.Animations

A collection of implicit, composition and connected animation helpers and builders.

485.5K
downloads
CommunityToolkit.WinUI.Converters package icon

CommunityToolkit.WinUI.Converters

Commonly used converters that allow the data to be modified as it passes through the binding engine.

404.0K
downloads
CommunityToolkit.Aspire.Hosting.Ollama package icon

CommunityToolkit.Aspire.Hosting.Ollama

An Aspire integration leveraging the Ollama container with support for downloading a model on startup.

401.4K
downloads
CommunityToolkit.WinUI.Triggers package icon

CommunityToolkit.WinUI.Triggers

A collection of custom visual State Triggers.

394.9K
downloads
CommunityToolkit.Maui.Camera package icon

CommunityToolkit.Maui.Camera

Camera contains CameraView, a view for displaying a preview of the camera output and other camera related functionalities in your .NET MAUI app.

389.0K
downloads
CommunityToolkit.Aspire.Hosting.MailPit package icon

CommunityToolkit.Aspire.Hosting.MailPit

An Aspire component leveraging the MailPit container.

384.4K
downloads
CommunityToolkit.WinUI.Controls.SettingsControls package icon

CommunityToolkit.WinUI.Controls.SettingsControls

Create a Windows 11 style settings experiences with these controls.

376.6K
downloads
CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects package icon

CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects

An Aspire hosting integration capable of deploying SQL Server Database Projects as part of your AppHost.

359.8K
downloads
CommunityToolkit.Aspire.Hosting.DbGate package icon

CommunityToolkit.Aspire.Hosting.DbGate

An Aspire hosting integration for the DbGate database management container.

340.2K
downloads
Microsoft.Toolkit.Win32.UI.SDK package icon

Microsoft.Toolkit.Win32.UI.SDK

This library provides XAML islands common helpers applications. It is part of the Windows Community Toolkit.

333.7K
downloads
Microsoft.Toolkit.UI.XamlHost package icon

Microsoft.Toolkit.UI.XamlHost

This library provides XAML islands common helpers for WPF and WinForms. It is part of the Windows Community Toolkit.

328.3K
downloads
Microsoft.Toolkit.Wpf.UI.XamlHost package icon

Microsoft.Toolkit.Wpf.UI.XamlHost

This library provides XAML islands helpers for WPF. It is part of the Windows Community Toolkit. By using the WindowsXamlHost control, you can add built-in or custom UWP controls to the User Interface (UI) of your WPF desktop application, such as Windows Ink and controls that support the Fluent Design System.

313.4K
downloads
CommunityToolkit.Aspire.Hosting.Adminer package icon

CommunityToolkit.Aspire.Hosting.Adminer

An Aspire hosting integration for the Adminer database management container.

281.9K
downloads
CommunityToolkit.WinUI.Controls.Sizers package icon

CommunityToolkit.WinUI.Controls.Sizers

Resize various parts of your UI easily in a consistent fashion.

278.5K
downloads
CommunityToolkit.WinUI.Behaviors package icon

CommunityToolkit.WinUI.Behaviors

A collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.

276.3K
downloads
CommunityToolkit.WinUI.Controls.Segmented package icon

CommunityToolkit.WinUI.Controls.Segmented

A common UI control to configure a view or setting.

269.1K
downloads
Microsoft.Toolkit.Wpf.UI.Controls package icon

Microsoft.Toolkit.Wpf.UI.Controls

This library provides XAML controls for WPF. It is part of the Windows Community Toolkit. Controls: -InkCanvas : Defines an area that receives and displays ink strokes. -InkToolbar : Wpf-enabled wrapper for InkToolbar, that Represents a Universal Windows app control containing a customizable and extensible collection of buttons that activate ink-related features in an associated InkCanvas. -MapControl : A set of controls for WPF and UWP for rendering digital maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays. -MediaPlayerElement : This controls embeds a view that streams and renders media content such as video in your Windows Forms or WPF desktop application. -SwapChainPanel : Provides a hosting surface, where Microsoft DirectX swap chains provide content that can be rendered into a XAML UI. A SwapChainPanel element is a key component for an app that renders Microsoft DirectX graphics and then presents those visuals within a XAML page.

247.5K
downloads
CommunityToolkit.Aspire.Hosting.SqlServer.Extensions package icon

CommunityToolkit.Aspire.Hosting.SqlServer.Extensions

An Aspire hosting integration for extending SQL Server resources with additional management tooling.

228.3K
downloads
CommunityToolkit.WinUI.Notifications package icon

CommunityToolkit.WinUI.Notifications

The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.

202.4K
downloads
CommunityToolkit.Aspire.Hosting.Ngrok package icon

CommunityToolkit.Aspire.Hosting.Ngrok

An Aspire integration for exposing hosted applications via secure, public URLs using ngrok.

201.8K
downloads
CommunityToolkit.Maui.Maps package icon

CommunityToolkit.Maui.Maps

The .NET MAUI Community Maps Toolkit is a collection of Maps

189.7K
downloads
CommunityToolkit.Aspire.Hosting.Minio package icon

CommunityToolkit.Aspire.Hosting.Minio

An Aspire hosting integration for MinIO. DEPRECATED: The MinIO OSS project has been archived and is no longer maintained. This integration is deprecated and will be removed in a future version.

189.6K
downloads
CommunityToolkit.Uwp.Lottie package icon

CommunityToolkit.Uwp.Lottie

This library provides the LottieVisualSource which is consumed by the Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer to render Lottie JSON files in runtime.

184.2K
downloads
CommunityToolkit.Aspire.Hosting.JavaScript.Extensions package icon

CommunityToolkit.Aspire.Hosting.JavaScript.Extensions

An Aspire integration for hosting NodeJS apps using Vite, Yarn, PNPM, or NPM.

175.4K
downloads
CommunityToolkit.Uwp.Extensions package icon

CommunityToolkit.Uwp.Extensions

This package contains various Extensions for text, framework components (dispatcher, visual tree, FrameworkElement, etc.), visual transforms, shadows, ScrollViewer, ListViewBase, and more.

142.7K
downloads
CommunityToolkit.Aspire.Hosting.Golang package icon

CommunityToolkit.Aspire.Hosting.Golang

An Aspire integration for hosting Golang apps.

130.0K
downloads
CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions package icon

CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions

An Aspire hosting integration for extending PostgreSQL resources with additional management tooling.

113.4K
downloads
CommunityToolkit.WinUI.Lottie package icon

CommunityToolkit.WinUI.Lottie

This library provides the LottieVisualSource which is consumed by the Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer to render Lottie JSON files.

112.5K
downloads
CommunityToolkit.Uwp.Helpers package icon

CommunityToolkit.Uwp.Helpers

This package contains various helpers for Colors, Network, Camera, WeakEventListener, PackageVersion, ScreenUnit and more.

110.7K
downloads
CommunityToolkit.Aspire.Hosting.Bun package icon

CommunityToolkit.Aspire.Hosting.Bun

An Aspire integration for hosting Bun apps. DEPRECATED: Use Aspire.Hosting.JavaScript and builder.AddBunApp(...) instead. This package will be removed in a future release.

110.1K
downloads
CommunityToolkit.WinUI.Media package icon

CommunityToolkit.WinUI.Media

Create animated Media effects on UI elements. Saturation, Opacity, Color, CrossFade, Exposure, Sepia, HueRotation, and more.

103.2K
downloads
CommunityToolkit.WinUI.Collections package icon

CommunityToolkit.WinUI.Collections

This package contains the AdvancedCollectionView and IncrementalLoadingCollection.

103.1K
downloads
CommunityToolkit.Authentication package icon

CommunityToolkit.Authentication

This package includes .NET Standard authentication helpers such as: - BaseProvider: A base construct for building Graph Providers on top of. - IProvider: Authentication provider interface to expose more states around the authentication process for Graph controls and helpers. - ProviderManager: Shared provider manager used by controls and helpers to authenticate and call the Microsoft Graph. - ProviderState: Represents the current authentication state of the session for a given IProvider.

98.7K
downloads
CommunityToolkit.Aspire.Hosting.Sqlite package icon

CommunityToolkit.Aspire.Hosting.Sqlite

An Aspire hosting integration for providing a Sqlite database connection.

95.8K
downloads
CommunityToolkit.Aspire.Hosting.Azure.Dapr package icon

CommunityToolkit.Aspire.Hosting.Azure.Dapr

Azure Dapr support for Aspire.

93.3K
downloads
CommunityToolkit.Datasync.Server.Abstractions package icon

CommunityToolkit.Datasync.Server.Abstractions

Abstractions for developing server-side applications using the Datasync Toolkit.

91.8K
downloads
CommunityToolkit.WinUI.Controls.TokenizingTextBox package icon

CommunityToolkit.WinUI.Controls.TokenizingTextBox

A text input control that auto-suggests and displays token items.

91.8K
downloads
CommunityToolkit.Aspire.Minio.Client package icon

CommunityToolkit.Aspire.Minio.Client

An Aspire client integration for MinIO. DEPRECATED: The MinIO OSS project has been archived and is no longer maintained. This integration is deprecated and will be removed in a future version.

88.7K
downloads
CommunityToolkit.Aspire.Hosting.MongoDB.Extensions package icon

CommunityToolkit.Aspire.Hosting.MongoDB.Extensions

An Aspire hosting integration for extending MongoDB resources with additional management tooling.

87.7K
downloads
CommunityToolkit.Graph package icon

CommunityToolkit.Graph

This package includes .NET Standard code helpers such as: Extensions: - GraphExtensions: Helpers for common tasks related to the Microsoft Graph in context of the available controls and helpers. - ProviderExtensions: Extension on IProvider for accessing a pre-configured GraphServiceClient instance. Helpers: - OneDriveStorageHelper: A helper for interacting with data stored via files and folders in OneDrive. - UserExtensionStorageHelper: A helper for interacting with open extensions on the Graph User to store data in key/value pairs.

87.6K
downloads
CommunityToolkit.Aspire.MassTransit.RabbitMQ package icon

CommunityToolkit.Aspire.MassTransit.RabbitMQ

An Aspire client integration for MassTransit RabbitMQ.

85.2K
downloads
CommunityToolkit.Aspire.Meilisearch package icon

CommunityToolkit.Aspire.Meilisearch

A Meilisearch client that integrates with Aspire, including health checks, logging, and telemetry.

85.0K
downloads
CommunityToolkit.WinUI.Controls.ColorPicker package icon

CommunityToolkit.WinUI.Controls.ColorPicker

An extended color picker that enables picking a color using a spectrum, sliders, or text input.

84.1K
downloads
Microsoft.Toolkit.Uwp.Notifications.JavaScript package icon

Microsoft.Toolkit.Uwp.Notifications.JavaScript

This project is used for packaging the WinMD to work for WinJS projects. Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML. Supports adaptive tiles and adaptive/interactive toasts for Windows 10. It is part of the Windows Community Toolkit. Supports C# and C++ UWP project types (see Microsoft.Toolkit.Uwp.Notifications). Also works with C# portable class libraries and non-UWP C# projects like server projects.

82.4K
downloads
CommunityToolkit.WinUI.Controls.HeaderedControls package icon

CommunityToolkit.WinUI.Controls.HeaderedControls

This package contains controls such as HeaderedItemsControl, HeaderedTreeView, and HeaderedContentControl.

82.4K
downloads
CommunityToolkit.Uwp.Triggers package icon

CommunityToolkit.Uwp.Triggers

A collection of custom visual State Triggers.

81.9K
downloads
CommunityToolkit.Aspire.Hosting.Redis.Extensions package icon

CommunityToolkit.Aspire.Hosting.Redis.Extensions

An Aspire hosting integration for extending Redis resources with additional management tooling.

79.9K
downloads
CommunityToolkit.Aspire.Hosting.Java package icon

CommunityToolkit.Aspire.Hosting.Java

An Aspire integration for hosting Java apps using either the Java executable or container image.

79.0K
downloads
CommunityToolkit.Aspire.Hosting.Python.Extensions package icon

CommunityToolkit.Aspire.Hosting.Python.Extensions

An Aspire integration for hosting Uvicorn apps.

78.6K
downloads
CommunityToolkit.Aspire.Hosting.ActiveMQ package icon

CommunityToolkit.Aspire.Hosting.ActiveMQ

An Aspire hosting package for hosting ActiveMQ.

76.2K
downloads
CommunityToolkit.Aspire.Hosting.Meilisearch package icon

CommunityToolkit.Aspire.Hosting.Meilisearch

Meilisearch support for Aspire.

74.2K
downloads
CommunityToolkit.Aspire.Hosting.McpInspector package icon

CommunityToolkit.Aspire.Hosting.McpInspector

An Aspire hosting integration to run the MCP Inspector against a Model Context Protocol (MCP) server.

73.3K
downloads
CommunityToolkit.WinUI.Connectivity package icon

CommunityToolkit.WinUI.Connectivity

This library enables easier consumption of connectivity Devices/Peripherals and handle its connection to Windows devices. It contains BluetoothLE and Network connectivity helpers.

73.0K
downloads
CommunityToolkit.Aspire.Hosting.RavenDB package icon

CommunityToolkit.Aspire.Hosting.RavenDB

An Aspire integration leveraging the RavenDB container.

72.8K
downloads
CommunityToolkit.Aspire.RavenDB.Client package icon

CommunityToolkit.Aspire.RavenDB.Client

An Aspire client integration for the RavenDB.Client library.

72.5K
downloads
CommunityToolkit.Aspire.Hosting.Deno package icon

CommunityToolkit.Aspire.Hosting.Deno

An Aspire integration for hosting Deno apps.

72.0K
downloads
CommunityToolkit.Aspire.Hosting.Rust package icon

CommunityToolkit.Aspire.Hosting.Rust

An Aspire integration for hosting Rust apps.

71.6K
downloads
CommunityToolkit.Datasync.Client package icon

CommunityToolkit.Datasync.Client

The client capabilities for developing applications using the Datasync Toolkit.

71.3K
downloads
CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder package icon

CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder

An Aspire component leveraging the Data API Builder container.

70.0K
downloads
CommunityToolkit.Uwp.Controls.SettingsControls package icon

CommunityToolkit.Uwp.Controls.SettingsControls

Create a Windows 11 style settings experiences with these controls.

69.0K
downloads
CommunityToolkit.Aspire.Hosting.PowerShell package icon

CommunityToolkit.Aspire.Hosting.PowerShell

Run powershell scripts in-process with your Aspire AppHost, injecting aspire resources and/or object instances as variables, using the command lines tools of your choice like azure cli, azd, or any other terminal tools.

67.9K
downloads
CommunityToolkit.Datasync.Server.EntityFrameworkCore package icon

CommunityToolkit.Datasync.Server.EntityFrameworkCore

An Entity Framework Core based repository for use with the Datasync Toolkit.

67.0K
downloads
CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite package icon

CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite

An Aspire client integration for the Microsoft.EntityFrameworkCore.Sqlite package.

66.6K
downloads
CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector package icon

CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector

An Aspire hosting integration to add an OpenTelemetry Collector into the OTLP pipeline.

66.3K
downloads
CommunityToolkit.Aspire.Hosting.k6 package icon

CommunityToolkit.Aspire.Hosting.k6

Grafana k6 support for Aspire.

65.3K
downloads
CommunityToolkit.Datasync.Server package icon

CommunityToolkit.Datasync.Server

A server-side component for implementing a datsync controller.

65.0K
downloads
CommunityToolkit.Aspire.Hosting.EventStore package icon

CommunityToolkit.Aspire.Hosting.EventStore

EventStore support for .NET Aspire.

63.8K
downloads
CommunityToolkit.WinUI.Controls.LayoutTransformControl package icon

CommunityToolkit.WinUI.Controls.LayoutTransformControl

The LayoutTransformControl is a control that supports transformations on FrameworkElement as if applied by LayoutTransform.

63.8K
downloads
CommunityToolkit.WinUI.Controls.RangeSelector package icon

CommunityToolkit.WinUI.Controls.RangeSelector

A double Slider control that allows the user to select a sub-range of values from a larger range of values.

63.4K
downloads
CommunityToolkit.Uwp.Controls.Primitives package icon

CommunityToolkit.Uwp.Controls.Primitives

Primitive layout controls such as SwitchPresenter, UniformGrid, WrapLayout, StaggeredPanel, WrapPanel, DockPanel, ConstrainedBox and more.

63.4K
downloads
CommunityToolkit.Aspire.Hosting.PapercutSmtp package icon

CommunityToolkit.Aspire.Hosting.PapercutSmtp

An Aspire component leveraging Papercut SMTP container.

63.3K
downloads
Microsoft.Toolkit.Forms.UI.XamlHost package icon

Microsoft.Toolkit.Forms.UI.XamlHost

This library provides XAML islands interop helpers for Windows Forms. It is part of the Windows Community Toolkit. By using the WindowsXamlHost control, you can add built-in or custom UWP controls to the User Interface (UI) of your Windows Forms desktop application, such as Windows Ink and controls that support the Fluent Design System.

62.4K
downloads
CommunityToolkit.Aspire.Microsoft.Data.Sqlite package icon

CommunityToolkit.Aspire.Microsoft.Data.Sqlite

An Aspire client integration for the Microsoft.Data.Sqlite.Core package.

57.1K
downloads
CommunityToolkit.Aspire.Hosting.Flyway package icon

CommunityToolkit.Aspire.Hosting.Flyway

An Aspire integration for Flyway database migration tool.

56.5K
downloads
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis package icon

CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis

An Aspire hosting integration for configuring Azure Cache for Redis as a Dapr state store or pub/sub component in your AppHost.

54.7K
downloads
CommunityToolkit.Aspire.EventStore package icon

CommunityToolkit.Aspire.EventStore

An EventStore client that integrates with Aspire, including health checks, logging, and telemetry.

53.2K
downloads
CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps package icon

CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps

A hosting package that wraps endpoints with the Azure Static Web Apps emulator.

53.1K
downloads
CommunityToolkit.Aspire.GoFeatureFlag package icon

CommunityToolkit.Aspire.GoFeatureFlag

A GO Feature Flag client that integrates with Aspire, including health checks, logging, and telemetry.

50.8K
downloads
CommunityToolkit.Aspire.Hosting.LavinMQ package icon

CommunityToolkit.Aspire.Hosting.LavinMQ

An Aspire hosting package for hosting LavinMQ.

50.6K
downloads
CommunityToolkit.WinUI.DeveloperTools package icon

CommunityToolkit.WinUI.DeveloperTools

The FocusTracker and AlignmentGrid help you to get more information about aligning UI elements.

50.2K
downloads
CommunityToolkit.Aspire.Hosting.GoFeatureFlag package icon

CommunityToolkit.Aspire.Hosting.GoFeatureFlag

GO Feature Flag support for Aspire.

49.2K
downloads
CommunityToolkit.Aspire.Hosting.MySql.Extensions package icon

CommunityToolkit.Aspire.Hosting.MySql.Extensions

An Aspire hosting integration for extending MySQL resources with additional management tooling.

47.7K
downloads
CommunityToolkit.Uwp.Animations package icon

CommunityToolkit.Uwp.Animations

A collection of implicit, composition and connected animation helpers and builders.

44.9K
downloads
Microsoft.Toolkit.Forms.UI.Controls package icon

Microsoft.Toolkit.Forms.UI.Controls

This library provides XAML user controls for Windows Forms. It is part of the Windows Community Toolkit. Controls: -InkCanvas : Defines an area that receives and displays ink strokes. -InkToolbar : Wpf-enabled wrapper for InkToolbar, that Represents a Universal Windows app control containing a customizable and extensible collection of buttons that activate ink-related features in an associated InkCanvas. -MapControl : A set of controls for WPF and UWP for rendering digital maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays. -MediaPlayerElement : This controls embeds a view that streams and renders media content such as video in your Windows Forms or WPF desktop application. -SwapChainPanel : Provides a hosting surface, where Microsoft DirectX swap chains provide content that can be rendered into a XAML UI. A SwapChainPanel element is a key component for an app that renders Microsoft DirectX graphics and then presents those visuals within a XAML page.

43.2K
downloads
CommunityToolkit.Uwp.Media package icon

CommunityToolkit.Uwp.Media

Create animated Media effects on UI elements. Saturation, Opacity, Color, CrossFade, Exposure, Sepia, HueRotation, and more.

40.1K
downloads
CommunityToolkit.Uwp.Converters package icon

CommunityToolkit.Uwp.Converters

Commonly used converters that allow the data to be modified as it passes through the binding engine.

33.4K
downloads
CommunityToolkit.VectorData.InMemory package icon

CommunityToolkit.VectorData.InMemory

In-Memory provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

32.9K
downloads
CommunityToolkit.WinUI.Controls.ImageCropper package icon

CommunityToolkit.WinUI.Controls.ImageCropper

The ImageCropper control allows the user to freely crop an image.

32.0K
downloads
CommunityToolkit.WinUI.Controls.CameraPreview package icon

CommunityToolkit.WinUI.Controls.CameraPreview

Enables easily previewing video in the MediaPlayerElement from available camera frame source groups.

31.7K
downloads
CommunityToolkit.WinUI.Controls.RadialGauge package icon

CommunityToolkit.WinUI.Controls.RadialGauge

The Radial Gauge Control displays a value in a certain range using a needle on a circular face.

31.3K
downloads
CommunityToolkit.VectorData.Qdrant package icon

CommunityToolkit.VectorData.Qdrant

Qdrant provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

31.0K
downloads
CommunityToolkit.WinUI.Controls.RichSuggestBox package icon

CommunityToolkit.WinUI.Controls.RichSuggestBox

A rich text input control that auto-suggests and stores token items in a document.

30.4K
downloads
Microsoft.Toolkit.Uwp.Input.GazeInteraction package icon

Microsoft.Toolkit.Uwp.Input.GazeInteraction

A library to integrate gaze interactions using eye trackers into UWP applications

29.7K
downloads
CommunityToolkit.WinUI.Controls.TabbedCommandBar package icon

CommunityToolkit.WinUI.Controls.TabbedCommandBar

Display multiple CommandBars in the same space using tabs, like Microsoft Office's ribbon.

27.6K
downloads
CommunityToolkit.Uwp.Behaviors package icon

CommunityToolkit.Uwp.Behaviors

A collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.

26.7K
downloads
CommunityToolkit.Aspire.Hosting.Flagd package icon

CommunityToolkit.Aspire.Hosting.Flagd

flagd is a feature flag evaluation engine. Think of it as a ready-made, open source, OpenFeature-compliant feature flag backend system.

26.6K
downloads
CommunityToolkit.WinUI.Controls.MetadataControl package icon

CommunityToolkit.WinUI.Controls.MetadataControl

The MetadataControl control displays a list of labels and hyper-links separated by a bullet.

24.9K
downloads
CommunityToolkit.Uwp.Controls.TokenizingTextBox package icon

CommunityToolkit.Uwp.Controls.TokenizingTextBox

A text input control that auto-suggests and displays token items.

24.6K
downloads
CommunityToolkit.Aspire.Hosting.SurrealDb package icon

CommunityToolkit.Aspire.Hosting.SurrealDb

SurrealDB support for Aspire.

22.6K
downloads
CommunityToolkit.Labs.WinUI.Controls.DataTable package icon

CommunityToolkit.Labs.WinUI.Controls.DataTable

This package contains DataTable.

21.9K
downloads
CommunityToolkit.Uwp.Controls.Segmented package icon

CommunityToolkit.Uwp.Controls.Segmented

A common UI control to configure a view or setting.

21.9K
downloads
CommunityToolkit.Aspire.SurrealDb package icon

CommunityToolkit.Aspire.SurrealDb

A SurrealDB client that integrates with Aspire, including health checks, logging, and telemetry.

21.8K
downloads
LottieGen package icon

LottieGen

Generates code from a Lottie file. This is the most efficient way to render Lottie files on Windows.

21.8K
downloads
CommunityToolkit.Uwp.Collections package icon

CommunityToolkit.Uwp.Collections

This package contains the AdvancedCollectionView and IncrementalLoadingCollection.

21.6K
downloads
CommunityToolkit.Authentication.Msal package icon

CommunityToolkit.Authentication.Msal

This library provides an authentication provider based on the native Windows dialogues. It is part of the Windows Community Toolkit. Classes: - MsalProvider: An authentication provider based on MSAL for .NET.

21.2K
downloads
CommunityToolkit.VectorData.PgVector package icon

CommunityToolkit.VectorData.PgVector

Postgres (with pgvector extension) provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

20.7K
downloads
CommunityToolkit.Uwp.Controls.Sizers package icon

CommunityToolkit.Uwp.Controls.Sizers

Resize various parts of your UI easily in a consistent fashion.

19.2K
downloads
CommunityToolkit.Aspire.Hosting.Keycloak.Extensions package icon

CommunityToolkit.Aspire.Hosting.Keycloak.Extensions

Aspire hosting extensions for Keycloak (includes PostgreSQL integration).

19.1K
downloads
CommunityToolkit.Aspire.Hosting.KurrentDB package icon

CommunityToolkit.Aspire.Hosting.KurrentDB

KurrentDB support for Aspire.

18.2K
downloads
CommunityToolkit.Aspire.Hosting.Dbx package icon

CommunityToolkit.Aspire.Hosting.Dbx

An Aspire hosting integration for the Dbx database management container.

17.3K
downloads
CommunityToolkit.VectorData.AzureAISearch package icon

CommunityToolkit.VectorData.AzureAISearch

Azure AI Search provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

16.4K
downloads
CommunityToolkit.Datasync.Server.Swashbuckle package icon

CommunityToolkit.Datasync.Server.Swashbuckle

Provides necessary capabilities for supporting the Datasync server library when using Swashbuckle for creating OpenAPI definitions.

16.2K
downloads
CommunityToolkit.Aspire.Hosting.Solr package icon

CommunityToolkit.Aspire.Hosting.Solr

An Aspire hosting integration for Apache Solr.

15.8K
downloads
CommunityToolkit.Uwp.Controls.LayoutTransformControl package icon

CommunityToolkit.Uwp.Controls.LayoutTransformControl

The LayoutTransformControl is a control that supports transformations on FrameworkElement as if applied by LayoutTransform.

13.6K
downloads
CommunityToolkit.Aspire.Hosting.Stripe package icon

CommunityToolkit.Aspire.Hosting.Stripe

An Aspire integration for the Stripe CLI for local webhook forwarding and testing.

13.5K
downloads
CommunityToolkit.Aspire.KurrentDB package icon

CommunityToolkit.Aspire.KurrentDB

A KurrentDB client that integrates with Aspire, including health checks, logging, and telemetry.

13.3K
downloads
CommunityToolkit.Uwp.Controls.ImageCropper package icon

CommunityToolkit.Uwp.Controls.ImageCropper

The ImageCropper control allows the user to freely crop an image.

11.5K
downloads
CommunityToolkit.Aspire.Hosting.Sftp package icon

CommunityToolkit.Aspire.Hosting.Sftp

Aspire hosting integration for the atmoz SFTP container image.

10.7K
downloads
CommunityToolkit.Labs.WinUI.Controls.MarkdownTextBlock package icon

CommunityToolkit.Labs.WinUI.Controls.MarkdownTextBlock

This package contains MarkdownTextBlock.

10.5K
downloads
CommunityToolkit.Uwp.Controls.HeaderedControls package icon

CommunityToolkit.Uwp.Controls.HeaderedControls

This package contains controls such as HeaderedItemsControl, HeaderedTreeView, and HeaderedContentControl.

10.1K
downloads
CommunityToolkit.Graph.Uwp package icon

CommunityToolkit.Graph.Uwp

This library provides Microsoft Graph UWP XAML controls. It is part of the Windows Community Toolkit. Controls: - GraphPresenter: A specialized ContentPresenter for fetching and displaying data from Microsoft Graph. - LoginButton: The Login Control leverages the global authentication provider to support the sign-in processes for Microsoft Graph and beyond. - PersonView: The PersonView control displays a user photo and can display their name and e-mail. - PeoplePicker: The PeoplePicker Control is a simple control that allows for selection users. Extensions: - FrameworkElement.IsVisibleWhen(ProviderState): Extension on FrameworkElement for toggling visibility in response to changes in the global authentcation provider. Triggers: - ProviderStateTrigger: StateTrigger for reacting to changes in the global authentcation provider.

10.0K
downloads
LottieGen.MsBuild package icon

LottieGen.MsBuild

MsBuild Task for LottieGen. Generates code from a Lottie file. This is the most efficient way to render Lottie files on Windows.

9.9K
downloads
CommunityToolkit.VectorData.CosmosNoSql package icon

CommunityToolkit.VectorData.CosmosNoSql

Azure Cosmos DB for NoSQL provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

9.1K
downloads
CommunityToolkit.Authentication.Uwp package icon

CommunityToolkit.Authentication.Uwp

This library provides an authentication provider based on the native Windows dialogues. Classes: - WindowsProvider: An authentication provider based on the native AccountsSettingsPane in Windows.

8.9K
downloads
CommunityToolkit.Datasync.Server.NSwag package icon

CommunityToolkit.Datasync.Server.NSwag

Provides necessary capabilities for supporting the Datasync server library when using NSwag for creating OpenAPI definitions.

8.8K
downloads
CommunityToolkit.VectorData.AzureCosmosDB package icon

CommunityToolkit.VectorData.AzureCosmosDB

Azure Cosmos DB for NoSQL provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

8.4K
downloads
CommunityToolkit.Aspire.Hosting.Elasticsearch.Extensions package icon

CommunityToolkit.Aspire.Hosting.Elasticsearch.Extensions

An Aspire hosting integration for extending Elasticsearch resources with additional management tooling.

8.2K
downloads
CommunityToolkit.Datasync.Server.Template.CSharp package icon

CommunityToolkit.Datasync.Server.Template.CSharp

Template for creating an ASP.NET Core Service using the Community Datasync Toolkit

7.9K
downloads
CommunityToolkit.Aspire.Hosting.Azure.Extensions package icon

CommunityToolkit.Aspire.Hosting.Azure.Extensions

Azure extensions support for Aspire.

6.8K
downloads
CommunityToolkit.Uwp.Controls.RangeSelector package icon

CommunityToolkit.Uwp.Controls.RangeSelector

A double Slider control that allows the user to select a sub-range of values from a larger range of values.

6.3K
downloads
CommunityToolkit.Uwp.Controls.RadialGauge package icon

CommunityToolkit.Uwp.Controls.RadialGauge

The Radial Gauge Control displays a value in a certain range using a needle on a circular face.

6.2K
downloads
CommunityToolkit.VectorData.Redis package icon

CommunityToolkit.VectorData.Redis

Redis provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

6.1K
downloads
CommunityToolkit.Labs.Extensions.DependencyInjection package icon

CommunityToolkit.Labs.Extensions.DependencyInjection

This package contains Extensions.DependencyInjection.

5.9K
downloads
CommunityToolkit.VectorData.Weaviate package icon

CommunityToolkit.VectorData.Weaviate

Weaviate provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

5.8K
downloads
CommunityToolkit.Datasync.Server.InMemory package icon

CommunityToolkit.Datasync.Server.InMemory

An in-memory repository for the server-side of the Datasync Toolkit.

5.6K
downloads
CommunityToolkit.Aspire.Sftp package icon

CommunityToolkit.Aspire.Sftp

An SFTP client that integrates with Aspire, including health checks, logging, and telemetry.

5.0K
downloads
CommunityToolkit.WinUI.Input.GazeInteraction package icon

CommunityToolkit.WinUI.Input.GazeInteraction

A library to integrate gaze interactions using eye trackers into UWP applications

4.9K
downloads
CommunityToolkit.Aspire.Hosting.Dapr.AzureRedis package icon

CommunityToolkit.Aspire.Hosting.Dapr.AzureRedis

Package Description

4.8K
downloads
CommunityToolkit.Datasync.Server.OpenApi package icon

CommunityToolkit.Datasync.Server.OpenApi

Provides necessary capabilities for supporting the Datasync server library when using the official OpenApi generator.

4.6K
downloads
CommunityToolkit.Datasync.Server.Automapper package icon

CommunityToolkit.Datasync.Server.Automapper

A repository for the server-side of the Datasync Toolkit that uses Automapper.

4.5K
downloads
CommunityToolkit.Uwp.Controls.CameraPreview package icon

CommunityToolkit.Uwp.Controls.CameraPreview

Enables easily previewing video in the MediaPlayerElement from available camera frame source groups.

4.4K
downloads
CommunityToolkit.Uwp.Controls.ColorPicker package icon

CommunityToolkit.Uwp.Controls.ColorPicker

An extended color picker that enables picking a color using a spectrum, sliders, or text input.

4.4K
downloads
CommunityToolkit.Uwp.DeveloperTools package icon

CommunityToolkit.Uwp.DeveloperTools

The FocusTracker and AlignmentGrid help you to get more information about aligning UI elements.

4.0K
downloads
CommunityToolkit.Datasync.Server.LiteDb package icon

CommunityToolkit.Datasync.Server.LiteDb

A repository for the server-side of the Datasync Toolkit that uses LiteDb for storage.

4.0K
downloads
CommunityToolkit.VectorData.CosmosMongoDB package icon

CommunityToolkit.VectorData.CosmosMongoDB

Azure CosmosDB MongoDB vCore provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

4.0K
downloads
CommunityToolkit.VectorData.SqliteVec package icon

CommunityToolkit.VectorData.SqliteVec

SQLite (sqlitevec) provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

3.8K
downloads
CommunityToolkit.Uwp.Controls.RichSuggestBox package icon

CommunityToolkit.Uwp.Controls.RichSuggestBox

A rich text input control that auto-suggests and stores token items in a document.

3.4K
downloads
CommunityToolkit.Uwp.Controls.MetadataControl package icon

CommunityToolkit.Uwp.Controls.MetadataControl

The MetadataControl control displays a list of labels and hyper-links separated by a bullet.

3.4K
downloads
CommunityToolkit.Aspire.Hosting.RustFs package icon

CommunityToolkit.Aspire.Hosting.RustFs

An Aspire hosting integration for the RustFS S3-compatible object storage container.

3.2K
downloads
CommunityToolkit.Aspire.Hosting.Floci package icon

CommunityToolkit.Aspire.Hosting.Floci

An Aspire hosting integration for the Floci local cloud emulators: AddFlociAws (AWS), AddFlociAzure (Azure) and AddFlociGcp (GCP). Includes a WithFlociUI() extension for running the Floci UI web console alongside one or more emulators.

3.2K
downloads
CommunityToolkit.Uwp.Controls.TabbedCommandBar package icon

CommunityToolkit.Uwp.Controls.TabbedCommandBar

Display multiple CommandBars in the same space using tabs, like Microsoft Office's ribbon.

3.0K
downloads
CommunityToolkit.Datasync.Server.CosmosDb package icon

CommunityToolkit.Datasync.Server.CosmosDb

Package Description

2.9K
downloads
CommunityToolkit.Aspire.Hosting.Zitadel package icon

CommunityToolkit.Aspire.Hosting.Zitadel

An Aspire hosting integration for the ZITADEL identity and access management container.

2.8K
downloads
CommunityToolkit.Aspire.Hosting.Umami package icon

CommunityToolkit.Aspire.Hosting.Umami

Umami support for Aspire.

2.7K
downloads
CommunityToolkit.Aspire.Hosting.SeaweedFS package icon

CommunityToolkit.Aspire.Hosting.SeaweedFS

Provides extension methods and resource definitions for the Aspire AppHost to support running SeaweedFS containers with an S3-compatible API.

2.4K
downloads
CommunityToolkit.Labs.WinUI.Controls.TokenView package icon

CommunityToolkit.Labs.WinUI.Controls.TokenView

This package contains TokenView.

2.4K
downloads
CommunityToolkit.Aspire.Hosting.Perl package icon

CommunityToolkit.Aspire.Hosting.Perl

An Aspire hosting integration for hosting Perl apps.

2.3K
downloads
CommunityToolkit.VectorData.AzureDocumentDB package icon

CommunityToolkit.VectorData.AzureDocumentDB

Azure DocumentDB (with MongoDB compatibility) provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit

2.2K
downloads
SceneLoaderComponent package icon

SceneLoaderComponent

Parses a GLTF file and produces a WUC SceneNode.

2.2K
downloads
CommunityToolkit.Datasync.Server.MongoDB package icon

CommunityToolkit.Datasync.Server.MongoDB

A repository for the server-side of the Datasync Toolkit that uses MongoDB for storage.

2.0K
downloads
CommunityToolkit.Aspire.Bitwarden.SecretManager package icon

CommunityToolkit.Aspire.Bitwarden.SecretManager

An Aspire client integration for Bitwarden Secrets Manager.

2.0K
downloads
CommunityToolkit.Aspire.Hosting.K3s package icon

CommunityToolkit.Aspire.Hosting.K3s

An Aspire hosting integration for k3s. Provides AddK3sCluster, AddHelmRelease (via alpine/helm), AddK8sManifest with Kustomize support (via alpine/kubectl), and AddServiceEndpoint for in-process WebSocket port-forwarding. No host-side kubectl or helm required.

1.9K
downloads
CommunityToolkit.Aspire.Hosting.DuckDB package icon

CommunityToolkit.Aspire.Hosting.DuckDB

An Aspire hosting integration for providing a DuckDB database connection.

1.9K
downloads
CommunityToolkit.Aspire.DuckDB.NET.Data package icon

CommunityToolkit.Aspire.DuckDB.NET.Data

An Aspire client integration for the DuckDB.NET.Data package.

1.9K
downloads
CommunityToolkit.Aspire.Logto.Client package icon

CommunityToolkit.Aspire.Logto.Client

An Aspire client integration for Logto that registers OpenID Connect (OIDC) or JWT authentication services in the dependency injection container.

1.8K
downloads
CommunityToolkit.Aspire.Hosting.Logto package icon

CommunityToolkit.Aspire.Hosting.Logto

.NET Aspire hosting extensions for Logto (includes PostgreSQL and Redis integration).

1.7K
downloads
CommunityToolkit.Aspire.Hosting.Bitwarden.SecretManager package icon

CommunityToolkit.Aspire.Hosting.Bitwarden.SecretManager

An Aspire hosting integration for Bitwarden Secrets Manager.

1.6K
downloads
CommunityToolkit.Aspire.Hosting.Squad package icon

CommunityToolkit.Aspire.Hosting.Squad

An Aspire hosting integration for Squad AI-agent teams. Models a `.squad/` workspace as a first-class Aspire resource that auto-discovers the team roster and exposes it via WithReference for downstream services.

1.6K
downloads
CommunityToolkit.Labs.WinUI.DependencyPropertyGenerator package icon

CommunityToolkit.Labs.WinUI.DependencyPropertyGenerator

This package contains DependencyPropertyGenerator.

1.4K
downloads
CommunityToolkit.Aspire.SeaweedFS.Client package icon

CommunityToolkit.Aspire.SeaweedFS.Client

An Aspire client integration for SeaweedFS using the AWSSDK.S3 client.

1.4K
downloads
CommunityToolkit.VectorData.SqlServer package icon

CommunityToolkit.VectorData.SqlServer

SQL Server provider for Microsoft.Extensions.VectorData

1.3K
downloads
CommunityToolkit.Aspire.Hosting.Listmonk package icon

CommunityToolkit.Aspire.Hosting.Listmonk

listmonk support for Aspire.

1.2K
downloads
CommunityToolkit.Labs.WinUI.TransitionHelper package icon

CommunityToolkit.Labs.WinUI.TransitionHelper

This package contains a TransitionHelper.

1.2K
downloads
CommunityToolkit.Aspire.Hosting.Kind package icon

CommunityToolkit.Aspire.Hosting.Kind

An Aspire hosting integration for Kind that manages local Kind clusters for development with Docker or Podman.

1.1K
downloads
CommunityToolkit.Labs.Uwp.Controls.TitleBar package icon

CommunityToolkit.Labs.Uwp.Controls.TitleBar

This package contains TitleBar.

1.1K
downloads
CommunityToolkit.Labs.WinUI.Controls.Shimmer package icon

CommunityToolkit.Labs.WinUI.Controls.Shimmer

This package contains Shimmer.

993
downloads
CommunityToolkit.Labs.WinUI.Controls.OpacityMaskView package icon

CommunityToolkit.Labs.WinUI.Controls.OpacityMaskView

This package contains OpacityMaskView.

914
downloads
CommunityToolkit.Labs.Notifications package icon

CommunityToolkit.Labs.Notifications

The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.

781
downloads
CommunityToolkit.Aspire.Hosting.RedPanda package icon

CommunityToolkit.Aspire.Hosting.RedPanda

An Aspire hosting package for the Redpanda Kafka-compatible streaming platform.

742
downloads
CommunityToolkit.Labs.WinUI.Controls.TitleBar package icon

CommunityToolkit.Labs.WinUI.Controls.TitleBar

This package contains TitleBar.

740
downloads
CommunityToolkit.Aspire.Posta package icon

CommunityToolkit.Aspire.Posta

An Aspire client integration for the Posta email delivery platform.

737
downloads
CommunityToolkit.Aspire.Hosting.Posta package icon

CommunityToolkit.Aspire.Hosting.Posta

An Aspire hosting integration for Posta.

716
downloads
CommunityToolkit.Labs.Uwp.Controls.MarkdownTextBlock package icon

CommunityToolkit.Labs.Uwp.Controls.MarkdownTextBlock

This package contains MarkdownTextBlock.

711
downloads
CommunityToolkit.Labs.Uwp.Controls.DataTable package icon

CommunityToolkit.Labs.Uwp.Controls.DataTable

This package contains DataTable.

695
downloads
CommunityToolkit.Labs.Uwp.DependencyPropertyGenerator package icon

CommunityToolkit.Labs.Uwp.DependencyPropertyGenerator

This package contains DependencyPropertyGenerator.

693
downloads
CommunityToolkit.Aspire.Hosting.Mosquitto package icon

CommunityToolkit.Aspire.Hosting.Mosquitto

An Aspire hosting package for hosting the Mosquitto MQTT broker.

679
downloads
CommunityToolkit.Aspire.Hosting.StableDiffusionCpp package icon

CommunityToolkit.Aspire.Hosting.StableDiffusionCpp

An Aspire hosting integration for the stable-diffusion.cpp image generation server.

673
downloads
CommunityToolkit.Labs.Uwp.TransitionHelper package icon

CommunityToolkit.Labs.Uwp.TransitionHelper

This package contains a TransitionHelper.

655
downloads
CommunityToolkit.Labs.WinUI.RivePlayer package icon

CommunityToolkit.Labs.WinUI.RivePlayer

This package contains RivePlayer.

640
downloads
CommunityToolkit.Labs.Uwp.RivePlayer package icon

CommunityToolkit.Labs.Uwp.RivePlayer

This package contains RivePlayer.

614
downloads
CommunityToolkit.Labs.AppServices package icon

CommunityToolkit.Labs.AppServices

This package contains AppServices, to easily communicate between UWP apps and Win32 extensions.

603
downloads
CommunityToolkit.Labs.WinUI.Controls.Ribbon package icon

CommunityToolkit.Labs.WinUI.Controls.Ribbon

This package contains Ribbon.

591
downloads
CommunityToolkit.Labs.Uwp.Controls.OpacityMaskView package icon

CommunityToolkit.Labs.Uwp.Controls.OpacityMaskView

This package contains OpacityMaskView.

584
downloads
CommunityToolkit.Labs.Uwp.Adorners package icon

CommunityToolkit.Labs.Uwp.Adorners

This package contains Adorners. A Modern WinUI XAML based take on WPF Adorners.

496
downloads
CommunityToolkit.Labs.WinUI.Adorners package icon

CommunityToolkit.Labs.WinUI.Adorners

This package contains Adorners. A Modern WinUI XAML based take on WPF Adorners.

491
downloads
CommunityToolkit.Labs.Uwp.Controls.Shimmer package icon

CommunityToolkit.Labs.Uwp.Controls.Shimmer

This package contains Shimmer.

466
downloads
CommunityToolkit.Labs.WinUI.Controls.Marquee package icon

CommunityToolkit.Labs.WinUI.Controls.Marquee

This package contains Marquee.

454
downloads
CommunityToolkit.Labs.Uwp.Controls.TokenView package icon

CommunityToolkit.Labs.Uwp.Controls.TokenView

This package contains TokenView.

447
downloads
CommunityToolkit.Labs.Uwp.Controls.Ribbon package icon

CommunityToolkit.Labs.Uwp.Controls.Ribbon

This package contains Ribbon.

431
downloads
CommunityToolkit.Labs.WinUI.Controls.CanvasView package icon

CommunityToolkit.Labs.WinUI.Controls.CanvasView

This package contains CanvasView.

430
downloads
CommunityToolkit.Labs.WinUI.Controls.CanvasLayout package icon

CommunityToolkit.Labs.WinUI.Controls.CanvasLayout

This package contains a CanvasLayout Layout for ItemsRepeater.

421
downloads
CommunityToolkit.Labs.Uwp.Controls.Marquee package icon

CommunityToolkit.Labs.Uwp.Controls.Marquee

This package contains Marquee.

414
downloads
CommunityToolkit.Labs.Uwp.Controls.CanvasLayout package icon

CommunityToolkit.Labs.Uwp.Controls.CanvasLayout

This package contains a CanvasLayout Layout for ItemsRepeater.

400
downloads
CommunityToolkit.Labs.Uwp.Controls.CanvasView package icon

CommunityToolkit.Labs.Uwp.Controls.CanvasView

This package contains CanvasView.

398
downloads
CommunityToolkit.Labs.WinUI.ColorAnalyzer package icon

CommunityToolkit.Labs.WinUI.ColorAnalyzer

This package contains the ColorAnalyzer.

397
downloads
CommunityToolkit.Labs.Uwp.ColorAnalyzer package icon

CommunityToolkit.Labs.Uwp.ColorAnalyzer

This package contains the ColorAnalyzer.

391
downloads