Microsoft.Toolkit 7.0.0-preview5

Suggested Alternatives

CommunityToolkit.Common

Additional Details

The Microsoft.Toolkit package has now migrated to the CommunityToolkit.Common identity

This is a prerelease version of Microsoft.Toolkit.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Toolkit --version 7.0.0-preview5
NuGet\Install-Package Microsoft.Toolkit -Version 7.0.0-preview5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Toolkit" Version="7.0.0-preview5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Toolkit --version 7.0.0-preview5
#r "nuget: Microsoft.Toolkit, 7.0.0-preview5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Toolkit as a Cake Addin
#addin nuget:?package=Microsoft.Toolkit&version=7.0.0-preview5&prerelease

// Install Microsoft.Toolkit as a Cake Tool
#tool nuget:?package=Microsoft.Toolkit&version=7.0.0-preview5&prerelease

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Microsoft.Toolkit:

Package Downloads
Microsoft.Toolkit.Parsers

This .NET standard library contains various parsers Markdown: Allows you to parse a Markdown String into a Markdown Document, and then Render it with a Markdown Renderer.

Microsoft.Toolkit.Uwp

This package includes code only helpers such as Color conversion tool, Storage file handling, a Stream helper class, SystemInformation helpers, etc.

Microsoft.Toolkit.Uwp.UI

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.

Microsoft.Toolkit.Services

This .NET standard library enables access to different data sources such as Microsoft Graph, OneDrive, Twitter, Microsoft Translator, and LinkedIn. It is part of the Windows Community Toolkit.

CommunityToolkit.Graph The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Toolkit:

Repository Stars
CommunityToolkit/WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Coolapk-UWP/Coolapk-UWP
一个基于 UWP 平台的第三方酷安客户端
sharpenrocks/Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
Coolapk-UWP/Coolapk-Lite
一个基于 UWP 平台的第三方酷安客户端精简版
CommunityToolkit/Graph-Controls
Set of Helpers and Controls for Windows development using the Microsoft Graph.
Version Downloads Last updated
7.1.2 467,410 11/18/2021
7.1.1 25,293 10/19/2021
7.1.0 69,031 9/23/2021
7.1.0-rc2 2,043 9/17/2021
7.1.0-rc1 2,327 8/30/2021
7.1.0-preview1 2,345 8/5/2021
7.0.2 190,674 5/12/2021
7.0.1 23,376 3/29/2021
7.0.0 37,893 3/11/2021
7.0.0-preview5 1,578 2/24/2021
7.0.0-preview4 26,395 11/12/2020
7.0.0-preview3 2,553 10/7/2020
7.0.0-preview2 10,448 8/11/2020
7.0.0-preview1 12,956 4/21/2020
6.1.1 1,114,162 8/12/2020
6.1.0 244,220 6/15/2020
6.1.0-rc1 1,774 6/8/2020
6.1.0-preview1.2 384 5/19/2020
6.0.0 386,676 11/13/2019
6.0.0-rc1.2 2,100 10/31/2019
5.1.1 194,294 3/15/2019
5.1.0 25,271 2/13/2019
5.0.0 63,136 10/31/2018
5.0.0-preview.gb86cb1c4cb 1,612 9/21/2018
4.0.0 105,004 8/7/2018
3.0.0 65,712 5/30/2018
3.0.0-preview 4,990 5/7/2018
2.2.0 67,698 2/28/2018
2.1.1 62,674 12/15/2017
2.1.0 25,048 11/21/2017
2.0.0 65,309 8/29/2017