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.
Перейти к файлу
michael-hawker c67193de7b
Add Input package to Smoke Tests
2021-02-04 14:07:13 -05:00
.github Apply suggestions from code review 2020-12-16 09:52:39 -08:00
GazeInputTest Add initial compatibility and serializer tests for the updates to BaseObjectStorage 2021-01-27 17:02:15 -08:00
Microsoft.Toolkit Revert "Minor code tweaks" to fix .NET Native error 2020-12-10 01:24:07 +01:00
Microsoft.Toolkit.HighPerformance Codegen tweaks in [ReadOnly]Span2D<T> types 2020-12-16 00:31:45 +01:00
Microsoft.Toolkit.Mvvm Added ObservableValidator.TrySetProperty methods 2020-11-11 17:04:51 +01:00
Microsoft.Toolkit.Parsers Merge branch 'master' into removeObsolete7 2020-08-24 11:43:07 -07:00
Microsoft.Toolkit.Services Updated min and target SDKs and removed redundant conditional execution paths. 2020-09-16 17:29:14 -07:00
Microsoft.Toolkit.Uwp Created a SystemSerializer to handle our primitive types within SystemInformation 2021-01-27 16:24:04 -08:00
Microsoft.Toolkit.Uwp.Connectivity refactor: Use TargetFrameworks for UnoPlatform compatibility 2021-01-05 10:42:21 -05:00
Microsoft.Toolkit.Uwp.DeveloperTools refactor: Add partials to classes for Uno Platform 2021-01-05 11:49:57 -05:00
Microsoft.Toolkit.Uwp.Input.GazeInteraction Create separate instances of GazePointer per (UI) thread, 2020-11-30 13:22:37 -08:00
Microsoft.Toolkit.Uwp.Notifications .NET 5 support for Notifications package (#3622) 2021-01-26 12:44:10 -08:00
Microsoft.Toolkit.Uwp.SampleApp Include Controls.Input in Tests and Sample App proejcts 2021-02-04 14:07:08 -05:00
Microsoft.Toolkit.Uwp.Samples.BackgroundTasks Merge branch 'master' into aleader/notifications-registry 2020-09-24 10:02:07 -07:00
Microsoft.Toolkit.Uwp.UI Merge branch 'dev/new-animations' into feature/animation-apis-revamp 2021-01-08 10:39:56 -08:00
Microsoft.Toolkit.Uwp.UI.Animations Simplified namespace organization 2021-01-21 14:12:38 +01:00
Microsoft.Toolkit.Uwp.UI.Behaviors Added StopAnimationAction 2021-01-21 13:41:14 +01:00
Microsoft.Toolkit.Uwp.UI.Controls.Core Split out input controls from core 2021-02-04 14:06:51 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Core.Design Split out Contorls.Layout.Design 2021-02-03 18:19:34 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid Merge branch 'master' into dev/jela/datagrid-compat 2021-01-13 14:53:51 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design Move Controls.Desin to Controls.Core.Desin 2021-01-21 16:20:12 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Input Fix TokenizingTextBox Resource Strings 2021-02-04 14:07:13 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Layout Fix Layout package Resource Strings 2021-02-04 12:25:03 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Layout.Design Split out Contorls.Layout.Design 2021-02-03 18:19:34 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Markdown Reanme controls package to controls.core 2021-01-21 16:20:09 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Design Move Controls.Desin to Controls.Core.Desin 2021-01-21 16:20:12 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Media Move Controls to Controls.Core folder 2021-01-21 16:18:22 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Primitives Move StaggeredLayout and WrapLayout to Primitives 2021-02-02 16:00:40 -05:00
Microsoft.Toolkit.Uwp.UI.Controls.Primitives.Design Move Controls.Desin to Controls.Core.Desin 2021-01-21 16:20:12 -05:00
Microsoft.Toolkit.Uwp.UI.Media Simplified namespace organization 2021-01-21 14:12:38 +01:00
Microsoft.Toolkit.Win32 moving win32 projects to a new repo 2018-11-13 14:21:41 -08:00
Microsoft.Toolkit.Win32.WpfCore.SampleApp Fix setting property 2020-12-15 09:45:53 -08:00
Microsoft.Toolkit.Win32.WpfCore.SampleApp.PackagingProject Works for Desktop Bridge! 2020-08-20 19:03:44 -07:00
SmokeTests Add Input package to Smoke Tests 2021-02-04 14:07:13 -05:00
UITests Reanme controls package to controls.core 2021-01-21 16:20:09 -05:00
UnitTests Include Controls.Input in Tests and Sample App proejcts 2021-02-04 14:07:08 -05:00
build Fix SmokeTest Projects to Use Version from CI 2021-01-06 03:11:10 -08:00
githubresources Added UI for UWP 2017-02-19 08:27:21 +10:00
.editorconfig Initial porting of AnimationBuilder 2020-12-17 23:52:16 +01:00
.gitattributes Repo cleanup 2016-07-28 19:54:47 -04:00
.gitignore Added TAEF Logs 2020-09-24 12:49:32 -07:00
.runsettings Enabled .NetCore tests. 2020-04-02 01:12:03 -07:00
CODE_OF_CONDUCT.md Code of conduct 2020-04-09 23:31:19 +01:00
Directory.Build.props Add DesignTools Project for the new Designer APIs 2020-11-25 09:40:35 +05:30
Directory.Build.targets .NET 5 support for Notifications package (#3622) 2021-01-26 12:44:10 -08:00
ThirdPartyNotices.txt Update qmatteoq license 2020-11-04 15:12:59 -08: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 renamed UWP Community Toolkit to Windows Community Toolkit Part 2 2018-05-03 13:55:24 -07:00
Windows Community Toolkit.sln Split out input controls from core 2021-02-04 14:06:51 -05:00
Windows Community Toolkit.sln.DotSettings renamed solution file 2018-05-01 19:40:40 -07:00
azure-pipelines.yml Trigger CI on dev/* branches 2020-12-17 11:15:19 -08:00
contributing.md Update contributing.md 2020-11-06 13:16:26 -08:00
global.json .NET 5 support for Notifications package (#3622) 2021-01-26 12:44:10 -08:00
license.md correct typo in license.md 2018-08-01 15:54:46 +08:00
nuget.config Update nuget.config for best practices 2021-01-19 14:21:17 -08:00
readme.md Remove MyGet for Preview Packages Wiki page in Readme 2021-01-11 11:17:14 -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
toolkit.snk add strong naming 2018-06-04 17:40:30 -04:00
version.json Update master to 6.1 version numbers for any preview updates 2020-01-31 14:15:53 -08:00

readme.md

Windows Community Toolkit 🧰

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

Target Branch Status Recommended package version
Production rel/6.1.0 Build Status NuGet
Pre-release beta testing master Build Status DevOps

Getting Started 🙌

Please read the Getting Started with the Windows Community 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.

Windows Community Toolkit Sample App 📱

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

Contribution 🚀

Do you want to contribute? Check out our Windows Community Toolkit Wiki page to learn more about contribution and guidelines.

NuGet Packages 📦

NuGet is a standard package manager for .NET applications which is built into Visual Studio. When you open solution in Visual Studio, choose the Tools menu > NuGet Package Manager > Manage NuGet packages for solution... Enter one of the package names mentioned in Windows Community Toolkit Nuget Packages table to search for it online.

Features 📫

The Features list refers to all the currently available features that can be found in the Windows Community Toolkit. Most features should work with the October 2018 Update (1809) SDK 17763 and above; however, refer to specific documentation on each feature for more information.

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.

Roadmap 🌎

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

Check out our Preview Packages Wiki Page to learn more about updating your NuGet sources in Visual Studio, then you can also get pre-release packages of upcoming versions to try.

Code of Conduct 📄

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.

.NET Foundation

This project is supported by the .NET Foundation.