Microsoft.Toolkit
7.1.2
Prefix Reserved
The Microsoft.Toolkit package has now migrated to the CommunityToolkit.Common identity
dotnet add package Microsoft.Toolkit --version 7.1.2
NuGet\Install-Package Microsoft.Toolkit -Version 7.1.2
<PackageReference Include="Microsoft.Toolkit" Version="7.1.2" />
paket add Microsoft.Toolkit --version 7.1.2
#r "nuget: Microsoft.Toolkit, 7.1.2"
// Install Microsoft.Toolkit as a Cake Addin #addin nuget:?package=Microsoft.Toolkit&version=7.1.2 // Install Microsoft.Toolkit as a Cake Tool #tool nuget:?package=Microsoft.Toolkit&version=7.1.2
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 | Versions 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. |
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Contracts (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
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
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 平台的第三方酷安客户端
|
|
Coolapk-UWP/Coolapk-Lite
一个基于 UWP 平台的第三方酷安客户端精简版
|
|
sharpenrocks/Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
|
|
CommunityToolkit/Graph-Controls
Set of Helpers and Controls for Windows development using the Microsoft Graph.
|
Version | Downloads | Last updated | |
---|---|---|---|
7.1.2 | 576,970 | 11/18/2021 | |
7.1.1 | 26,575 | 10/19/2021 | |
7.1.0 | 75,520 | 9/23/2021 | |
7.1.0-rc2 | 2,221 | 9/17/2021 | |
7.1.0-rc1 | 2,485 | 8/30/2021 | |
7.1.0-preview1 | 2,451 | 8/5/2021 | |
7.0.2 | 204,130 | 5/12/2021 | |
7.0.1 | 23,883 | 3/29/2021 | |
7.0.0 | 38,570 | 3/11/2021 | |
7.0.0-preview5 | 1,672 | 2/24/2021 | |
7.0.0-preview4 | 27,597 | 11/12/2020 | |
7.0.0-preview3 | 2,657 | 10/7/2020 | |
7.0.0-preview2 | 11,381 | 8/11/2020 | |
7.0.0-preview1 | 13,244 | 4/21/2020 | |
6.1.1 | 1,228,467 | 8/12/2020 | |
6.1.0 | 264,962 | 6/15/2020 | |
6.1.0-rc1 | 1,890 | 6/8/2020 | |
6.1.0-preview1.2 | 390 | 5/19/2020 | |
6.0.0 | 407,417 | 11/13/2019 | |
6.0.0-rc1.2 | 2,114 | 10/31/2019 | |
5.1.1 | 198,600 | 3/15/2019 | |
5.1.0 | 25,679 | 2/13/2019 | |
5.0.0 | 63,484 | 10/31/2018 | |
5.0.0-preview.gb86cb1c4cb | 1,658 | 9/21/2018 | |
4.0.0 | 108,463 | 8/7/2018 | |
3.0.0 | 67,141 | 5/30/2018 | |
3.0.0-preview | 5,139 | 5/7/2018 | |
2.2.0 | 69,652 | 2/28/2018 | |
2.1.1 | 63,415 | 12/15/2017 | |
2.1.0 | 25,657 | 11/21/2017 | |
2.0.0 | 66,391 | 8/29/2017 |