The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10. The toolkit is part of the .NET Foundation.
Перейти к файлу
Richard Murillo 48f15f574f Add word to solution dictionary 2018-04-16 12:14:21 -07:00
.github Update PULL_REQUEST_TEMPLATE.md 2018-03-19 16:04:36 -07:00
Microsoft.Toolkit Updated Headers 2018-02-14 16:19:52 -05:00
Microsoft.Toolkit.Parsers -Moved Extension methods to StringExtensions. 2018-02-13 19:56:33 +13:00
Microsoft.Toolkit.Services Removing Moldavian 2018-03-20 14:35:56 -07:00
Microsoft.Toolkit.Uwp Removed NumberOfCopies as an exception is thrown when setting it, removed interface because it required NumberOfCopies as a public property 2018-03-14 14:11:18 -03:00
Microsoft.Toolkit.Uwp.Connectivity Tweak to IsInternetOnMeteredConnection 2018-01-22 16:56:43 +00:00
Microsoft.Toolkit.Uwp.DeveloperTools disabled warnings in autogenerated files 2017-10-30 19:08:23 -07:00
Microsoft.Toolkit.Uwp.Notifications Fix style issues with new files 2018-01-22 09:53:44 -08:00
Microsoft.Toolkit.Uwp.Notifications.JavaScript Revert "Fix FileNotFoundException in JS notifications library" 2018-01-22 10:52:53 -08:00
Microsoft.Toolkit.Uwp.SampleApp Change sample to use a regular slider for StepFrequency 2018-03-16 07:50:02 -06:00
Microsoft.Toolkit.Uwp.Samples.BackgroundTasks Merge branch 'master' into nmetulev/hamburger 2017-11-02 11:09:11 -07:00
Microsoft.Toolkit.Uwp.Services Fixed Twitter home query 2018-03-09 12:29:21 -03:00
Microsoft.Toolkit.Uwp.UI Fixed a NullReferenceException in AdvancedCollectionView Filter 2018-04-03 16:18:10 +02:00
Microsoft.Toolkit.Uwp.UI.Animations Fix crash (#1913). 2018-04-05 14:54:36 -07:00
Microsoft.Toolkit.Uwp.UI.Controls Remove duplicate compositeTransform.CenterY 2018-04-02 10:09:19 +08:00
Microsoft.Toolkit.Uwp.UI.Controls.Design Implement spacing properties and Logic for WrapPanel 2017-11-14 14:34:12 +00:00
Microsoft.Toolkit.Win32.Samples.WPF.WebView Add WebView samples 2018-04-16 11:42:36 -07:00
Microsoft.Toolkit.Win32.Samples.WPF.WebView.HostingWinFormsWebView Add WebView samples 2018-04-16 11:42:36 -07:00
Microsoft.Toolkit.Win32.Samples.WinForms.WebView Add WebView samples 2018-04-16 11:42:36 -07:00
Microsoft.Toolkit.Win32.UI.Controls WPF WebView: Remove TODO 2018-04-16 12:06:13 -07:00
UnitTests Documentation updates 2018-04-12 18:04:27 -07:00
build Removed obsolete comment from build script 2018-03-27 12:30:34 -07:00
docs Merge pull request #1918 from michael-hawker/mhawker/expander-header 2018-03-22 23:01:51 +01:00
githubresources Added UI for UWP 2017-02-19 08:27:21 +10:00
.gitattributes Repo cleanup 2016-07-28 19:54:47 -04:00
.gitignore Made Directories Absolute, fixing Build Output for Notifications. 2017-08-26 20:35:34 +12:00
Directory.Build.props updated win32 project to multi target project to enable pack 2018-04-12 08:26:12 -07:00
Directory.Build.targets Move conditionals into Choose When for better legacy project system support 2017-09-21 09:49:09 -04:00
Toolkit.ruleset updated comments with standard text 2017-10-10 22:43:33 -07:00
UWP Community Toolkit.sln Add WebView samples 2018-04-16 11:42:36 -07:00
UWP Community Toolkit.sln.DotSettings Toolkit 2016-07-28 11:51:37 -07:00
UWP Community Toolkit.sln.GhostDoc.user.dic Add word to solution dictionary 2018-04-16 12:14:21 -07:00
UWP Community Toolkit.sln.GhostDoc.xml Documentation updates 2018-04-12 18:04:27 -07:00
appveyor.yml added the 2.2 branch to appveyor config file 2018-02-22 08:48:45 -08:00
contributing.md docs clean up 2018-02-23 10:27:07 -08:00
license.md Updated to DNF 2016-10-05 11:17:31 -07:00
readme.md docs clean up 2018-02-23 10:27:07 -08:00
settings.xamlstyler Update xamlstyler.settings 2016-11-16 12:09:21 +00:00
stylecop.json added stylecop.json to prevent usings from moving inside namespace 2018-02-13 21:36:25 -08:00
version.json updated version.json to 3.0 2018-02-27 19:15:28 -08:00

readme.md

UWP Community Toolkit

The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10.

Build status

Target Branch Status Recommended Nuget packages version
Production rel/2.2.0 Build status NuGet
Pre-release beta testing master Build status MyGet

Getting started

Please read the getting Started with the UWP Toolkit page for more detailed information about using the toolkit.

Documentation

All documentation for the toolkit is hosted on Microsoft Docs. All API documentation can be found at the .NET API Browser.

UWP Community Toolkit Sample App

Want to see the toolkit in action before jumping into the code? Download and play with the UWP Toolkit Sample App from the Store.

Nuget Packages

NuGet is a standard package manager for .NET applications that is built into Visual Studio. From your open solution choose the Tools menu, NuGet Package Manager, Manage NuGet packages for solution... to open the UI. Enter one of the package names below to search for it online.

Once you search you should see a list similar to the one below (versions may be different, but names should be the same).

nuget packages

NuGet Package Name Description
Microsoft.Toolkit .NET Standard NuGet package containing common code
Microsoft.Toolkit.Parsers .NET Standard NuGet package containing cross-platform parsers, such as Markdown and RSS
Microsoft.Toolkit.Services .NET Standard NuGet package containing cross-platform services
Microsoft.Toolkit.Uwp Main NuGet package includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc.
Microsoft.Toolkit.Uwp.Notifications Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax.
Microsoft.Toolkit.Uwp.Notifications.Javascript Notification Packages for JavaScript
Microsoft.Toolkit.Uwp.Services Services Package - This NuGet package includes the service helpers for Facebook, LinkedIn, Microsoft Graph, Twitter and more
Microsoft.Toolkit.Uwp.UI UI Packages - Brushes, XAML converters, Visual tree extensions, and other extensions and helpers for your XAML UI.
Microsoft.Toolkit.Uwp.UI.Animations Animations and Composition behaviors such as Blur, Fade, Rotate, etc.
Microsoft.Toolkit.Uwp.UI.Controls XAML Controls such as RadialGauge, RangeSelector, etc.
Microsoft.Toolkit.Uwp.Connectivity API helpers such as BluetoothLEHelper and Networking
Microsoft.Toolkit.Uwp.DeveloperTools XAML user controls and services to help developer building their app

Supported SDKs

  • Anniversary Update (14393)
  • Creators Update (15063)
  • Fall Creators Update (16299)

Features

Animations

Brushes

Controls

Developer Tools

Extensions

Helpers

Services

Parsers

Notifications

Feedback and Requests

Please use GitHub issues for bug reports and feature requests. For feature requests, please also create en entry in our Uservoice. For general questions and support, please use Stack Overflow where questions should be tagged with the tag uwp-community-toolkit

Contributing

Do you want to contribute? Here are our contribution guidelines.

Principles

  • Principle #1: The toolkit will be kept simple.
  • Principle #2: As soon as a comparable feature is available in the Windows SDK for Windows 10, it will be marked as deprecated.
  • Principle #3: All features will be supported for two Windows SDK for Windows 10 release cycles or until another principle supersedes it.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

Roadmap

Read what we plan for next iterations, and feel free to ask questions.

By adding this (Nuget repo | Gallery) to your Visual Studio, you can also get pre-release packages of upcoming version.

.NET Foundation

This project is supported by the .NET Foundation.