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.
Перейти к файлу
Oren Novotny 8045b2b98a Port services 2017-08-27 10:41:43 -04:00
Microsoft.Toolkit pack toolkit 2017-08-27 09:34:30 -04:00
Microsoft.Toolkit.Services Port Services 2017-08-27 09:41:25 -04:00
Microsoft.Toolkit.Uwp Port services 2017-08-27 10:41:43 -04:00
Microsoft.Toolkit.Uwp.Connectivity Switch to NB.GV 2017-08-26 23:50:27 -04:00
Microsoft.Toolkit.Uwp.DeveloperTools Switch to NB.GV 2017-08-26 23:50:27 -04:00
Microsoft.Toolkit.Uwp.Notifications Convert Uwp 2017-08-27 10:24:04 -04:00
Microsoft.Toolkit.Uwp.SampleApp Switch to NB.GV 2017-08-26 23:50:27 -04:00
Microsoft.Toolkit.Uwp.Samples.BackgroundTasks Switch to NB.GV 2017-08-26 23:50:27 -04:00
Microsoft.Toolkit.Uwp.Services Port services 2017-08-27 10:41:43 -04:00
Microsoft.Toolkit.Uwp.UI Switch to NB.GV 2017-08-26 23:50:27 -04:00
Microsoft.Toolkit.Uwp.UI.Animations Switch to NB.GV 2017-08-26 23:50:27 -04:00
Microsoft.Toolkit.Uwp.UI.Controls Switch to NB.GV 2017-08-26 23:50:27 -04:00
UnitTests Convert Uwp 2017-08-27 10:24:04 -04:00
build Port services 2017-08-27 10:41:43 -04:00
docs docs(InAppNotifications): remove useless await 2017-08-25 22:53:22 +02: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 updated .gitignore to ignore Nuget vs artifacts 2017-07-26 20:46:51 -07:00
Directory.Build.props Port services 2017-08-27 10:41:43 -04:00
Directory.Build.targets Convert Uwp 2017-08-27 10:24:04 -04:00
Toolkit.ruleset Switch to NB.GV 2017-08-26 23:50:27 -04:00
UWP Community Toolkit.sln Switch to NB.GV 2017-08-26 23:50:27 -04:00
UWP Community Toolkit.sln.DotSettings Toolkit 2016-07-28 11:51:37 -07:00
appveyor.yml Update appveyor.yml 2017-07-14 15:15:18 -07:00
contributing.md Update contributing.md 2017-08-22 18:44:59 -07:00
license.md Updated to DNF 2016-10-05 11:17:31 -07:00
readme.md merge 2017-08-12 13:42:52 +02:00
settings.xamlstyler Update xamlstyler.settings 2016-11-16 12:09:21 +00:00
version.json Switch to NB.GV 2017-08-26 23:50:27 -04: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 master Build status NuGet
Pre-release beta testing dev Build status MyGet

Getting started

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

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.Uwp Main NuGet package includes code only helpers such as Colors conversion tool, Internet Connection detection, 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 Bing, Facebook, LinkedIn, Microsoft Graph and Twitter.
Microsoft.Toolkit.Uwp.UI UI Packages - XAML converters, Visual tree 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.DeveloperTools XAML user controls and services to help developer building their app

Features

Animations

Controls

Developer Tools

Extensions

Code Helpers

Services

Notifications

Feedback and Requests

Please use GitHub issues for questions and comments. For feature requests, please create en entry in our Uservoice.

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.